Hi everybody,

    To use `Farsi' in vim 7.1, I used `--enable-gui=gtk' in configuration.
The full installation commands are listed below. However, the above option
is not supported in vim-7.3 and I have used --enable-gui=auto (default).
And with this option I have problem using `Farsi' in vim. To be specific I
use the following command (which works fine in vim-7.1):

env LANG=POSIX  LC_ALL=POSIX \
vim -geometry 80x48+50+10 -g -fn far-a01 -F "+set fk"

 to start vim in Farsi mode. But when I press a key, instead of the Farsi
 character, only a rectangular box is displayed on the vim window.
 Even in English mode, an extra space is displayed between adjacent
 characters if I use the above font.

 Thanks in advance for any help.
 Hussain


To install vim-7.1 I use: {{{
./configure \
   --prefix=/usr/local/Vim \
   --exec-prefix=/usr/local/Vim \
   --enable-tclinterp
   --enable-gui=gtk
   --with-vim-name=vim
   --with-ex-name=ex
   --with-view-name=view
   --enable-pythoninterp
   --enable-rubyinterp
   --enable-cscope
   --enable-multibyte
   --enable-fontset
   --with-features=huge
make
make install
make tags
}}}

To install vim-7.3 I use: {{{
./configure \
   --prefix=/usr/local/Vim \
   --exec-prefix=/usr/local/Vim \
   --enable-tclinterp \
   --enable-gui=auto \
   --with-vim-name=vim \
   --with-ex-name=ex \
   --with-view-name=view \
   --enable-pythoninterp \
   --enable-rubyinterp \
   --enable-cscope \
   --enable-multibyte \
   --enable-fontset \
   --with-features=huge \
make
make install
make tags
}}}

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to