|
发表于 2003-10-29 22:27:51
|
显示全部楼层
最初由 lang2 发表
hmmm. That's not neccesarrily true. Vim with GTK2 GUI
is easier to display Chinese. If other GTK2 gui app can
display Chinese (e.g. gEdit?), gvim should have no
problem. If not, drop simsun in ~/.fonts and do 'fc-cache'.
Otherwise, it has to be gVim itself. Check the output
of :version in your gvim in that case.
多谢!!
我的simsun是装在/usr/share/fonts/下的。反正用fc-cache和fc-list是可以找到simsun的。
请问,在~/.gvimrc应该如何设定所需要的字体呢?
多谢了!!
下面是我的gvim给出的:version内容,看上面的内容,是支持多字节的。
:version
VIM - Vi IMproved 6.2 (2003 Jun 1, compiled Sep 18 2003 13:09:52)
加入补丁: 1-98
编译者:root@midas
大型版本 使用 GTK 图型界面。 目前可使用(+)与不可使用(-)的模块列表:
+arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent
+clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+cryptv +cscope +dialog_con_gui +diff +digraphs +dnd -ebcdic +emacs_tags +eval
+ex_extra +extra_search +farsi +file_in_path +find_in_path +folding -footer
+fork() +gettext -hangul_input +iconv +insert_expand +jumplist +keymap +langmap
+libcall +linebreak +lispindent +listcmds +localmap +menu +mksession
+modify_fname +mouse +mouseshape +mouse_dec +mouse_gpm -mouse_jsbterm
+mouse_netterm +mouse_xterm +multi_byte +multi_lang +netbeans_intg -osfiletype
+path_extra -perl +postscript +printer -python +quickfix +rightleft -ruby
+scrollbind +signs +smartindent -sniff +statusline -sun_workshop +syntax
+tag_binary +tag_old_static -tag_any_white -tcl +terminfo +termresponse
+textobjects +title +toolbar +user_commands +vertsplit +virtualedit +visual
+visualextra +viminfo +vreplace +wildignore +wildmenu +windows +writebackup
+X11 +xfontset +xim +xsmp_interact +xterm_clipboard -xterm_save
系统 vimrc 配置文件: "$VIM/vimrc"
用户的 vimrc 配置文件: "$HOME/.vimrc"
用户的 exrc 配置文件: "$HOME/.exrc"
系统 gvimrc 文件: "$VIM/gvimrc"
用户的 exrc 配置文件: "$HOME/.exrc"
系统 gvimrc 文件: "$VIM/gvimrc"
用户的 gvimrc 配置文件: "$HOME/.gvimrc"
系统菜单配置文件: "$VIMRUNTIME/menu.vim"
$VIM 预设值: "/usr/share/vim"
编译方式: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -O2 -march=i486 -mcpu=i686 -I/usr/X11R6/include
链结方式: gcc -L/usr/X11R6/lib -L/usr/local/lib -o vim -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXext -lm -lXt -lncurses -lgpm -ldl |
|