[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Getting VIM to write arabic under XFree86 4.2
- To: doc at arabeyes dot org
- Subject: Getting VIM to write arabic under XFree86 4.2
- From: Anmar Ouea <anmar at canada dot com>
- Date: Sun, 30 Jun 2002 19:45:40 -0700
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020615 Debian/1.0.0-3
Hello All..:
I think a small step is missed in the font setup of VIM.
XFree86-4.x ships with incomplete 10x20 fonts - to fix do this,
download arabeyes' true 10x20.pcf file
http://www.arabeyes.org/download/external/vim/10x21.pcf.Z
$ mv 10x21.pcf 10x20.pcf <== Should be a gunzip step since the
dowloaded font is gzpd
$ gzip --best 10x20.pcf
$ mv /usr/X11R6/lib/X11/fonts/misc/10x20.pcf.gz
/usr/X11R6/lib/X11/fonts/misc/10x20.pcf.gz.bak
$ mv path_to_new_font/10x20.pcf.gz
/usr/X11R6/lib/X11/fonts/misc/10x20.pcf.gz
$ xset fp rehash
It is not a big deal. I just wanted to make sure since I have done what
was written but vim complains that the fonts specified is not the
correct one.
Regards,
Anmar