Comment #15 on issue 298 by dryhill: ibus 1.1.0-20090225 + gvim 7.2.79 中文 无法上字 http://code.google.com/p/ibus/issues/detail?id=298
issu236的问题,在090306版本的ibus和拼音中仍然存在。 补充下linux系统下 vim-latexsuite的安装步骤 1. 下载vim-latexsuite 压缩包。 http://vim-latex.sourceforge.net/download/latexSuite20060325.tar.gz 2. 目录结构是 latexSuite.tar.gz | | ltags | +---plugin | imaps.vim | SyntaxFolds.vim | libList.vim +---ftplugin | | tex_latexSuite.vim | | | \---latex-suite | ... latex suite files ... | includes templates, | macros etc +---doc | latex-suite.txt | latexhelp.txt +---indent | tex.vim \---compiler tex.vim 解压后,复制到~/.vim 目录下相应的文件夹里面 3. 把下面几句加到 ~/.vimrc文件中 filetype plugin on set shellslash set grepprg=grep\ -nH\ $* filetype indent on let g:tex_flavor='latex' 安装完成 4. 使用方法: 1) 从控制台,键入 gvim a.tex 2)在gvim 中插入模式下,键入 大写字母 SSE ,vim-latexsuite自动扩展写为 \section{}<++> 5. bug: 切换到中文拼音输入法,输入第一个字母,输入选字,输入第二个字母后,输入法 就退出了。 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ibus-devel" group. iBus project web page: http://code.google.com/p/ibus/ iBus dev group: http://groups.google.com/group/ibus-devel?hl=en -~----------~----~----~----~------~----~------~--~---
