Gentoo Archives: gentoo-dev

From: Aron Griffis <agriffis@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] VIMRUNTIME
Date: Fri, 25 Apr 2003 12:03:10
Message-Id: 20030425120308.GG1343@time
In Reply to: [gentoo-dev] VIMRUNTIME by Aron Griffis
1 Aron Griffis wrote:[Fri Apr 25 2003, 12:41:32AM EDT]
2 > However when you update to the new version, you'll probably notice
3 > that running "vim" (or any of the variants) gives you some warnings,
4 > along with syntax highlighting not working, etc. This is because you
5 > still have VIMRUNTIME in your environment. It won't disappear until
6 > you logout and back in. I'm sorry, but there's no real way to climb
7 > up the process tree and remove VIMRUNTIME from the environment of
8 > each process... :-/
9
10 Of course you can "unset VIMRUNTIME" in any given shell.
11
12 > 4. This version introduces motif support, so now gvim can produce
13 > an athena, gtk, gtk2, gnome, or motif binary depending on your USE
14 > flags.
15
16 These are prioritized, so here are the combinations you would need:
17
18 gtk2: USE="gtk2" emerge gvim
19 gnome: USE="-gtk2 gnome" emerge gvim
20 gtk: USE="-gtk2 -gnome gtk" emerge gvim
21 motif: USE="-gtk2 -gnome -gtk motif" emerge gvim
22 athena: USE="-gtk2 -gnome -gtk -motif X" emerge gvim
23
24 Aron
25
26 --
27 gentoo-dev@g.o mailing list