There is a full vim 6.4 compiled by dtruchan not long ago. I'm using it and it runs fast and great (despite its size)
https://www.oesf.org/forums/index.php?showtopic=15722
As for WindowMaker, I also wanna give it a try. The menus look great and very handy. But why does the bottommost portrait screenshot look a bit weird as the lower part of it seems not to be displaying anything... or is it just my eye problem?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
I know it's big.
The vim binary alone is 1.2M
You can clean up some stuff, I packaged everything.
/usr/share/vim/vim64/tutor/ ~670K
/usr/share/vim/vim64/doc/ ~4.2M
/usr/share/vim/vim64/syntax/ ~3.5M
/usr/share/vim/vim64/lang/ ~780K
I get rid of tutor, doc and lang (make sure you keep the ones you need).
I keep only the syntax files I need.
Thats quite a bit of space back, ~8M.
The packages is [a href=\"https://www.oesf.org/forums/index.php?showtopic=15722]here[/url].
Thanks for WindowMaker iamphet.
I have one question: it seems WindowMaker has overwritten and replaced my original startup script for matchbox, so my question is: what shall I do in case I need to switch to matchbox?
Here is what I do on my Desktop and Zaurus:
create an xinintrc for each window manager in /etc/X11/xinit
(create xinitrc.matchbox from the original ~/.xinitrc)
xinitrc.matchbox
xinitrc.fvwm
xinitrc.ratpoison
etc ...
copy your xmodmap line from xinitrc.matchbox into your other xinitrc files.
Put your window manager filename last
here is what my xinitrc files looks like:
xinitrc.matchbox
It looks just like yours, so I wont paste it here.
xinitrc.fvwm
xmodmap /etc/X11/kb/corgi.xmodmap
xset s off
fvwm
xinitrc.ratpoison
xmodmap /etc/X11/kb/corgi.xmodmap
xset s off
ratpoison
then create a a startx for each window manager in /usr/X11R6/bin.
startx.matchbox
startx.fvwm
startx.ratpoison
etc ...
edit each startx file and change the sysclientrc variable to point to the specific xinitrc file.
Here is the line from startx.fvwm
...
sysclientrc=/etc/X11/xinit/xinitrc.fvwm
...
Then remove ~/.xinitrc
That's all.
This way I can start any window manager by just running the appropriate startx.