Comment #9 on issue 298 by FireMeteor.Guo: ibus 1.1.0-20090225 + gvim 7.2.79 中文无法上字 http://code.google.com/p/ibus/issues/detail?id=298
latex-suite的配置说明参照这个链接。 http://vim-latex.sourceforge.net/documentation/latex-suite/recommended-settings.html 主要是这个配置,只要vim识别了tex文件就会自动加载latexsuite的: " OPTIONAL: Starting with Vim 7, the filetype of empty .tex files defaults to " 'plaintex' instead of 'tex', which results in vim-latex not being loaded. " The following changes the default filetype back to 'tex': let g:tex_flavor='latex' 还有,我不知道lex后缀是不是会认成tex文件,但是.tex后缀应该是可以的。 如果你用的是Debian的话,可能还有一个比较乌龙的问题。debian自带的 latex-suite不知道为什 么没有 装在vim的runtime目录里,根本就不会加载。我的解决办法是建立一个这样的链接: /var/lib/vim/addons -> /usr/share/vim/addons/ 以下是一个Tex的Hello world,你可以拷到一个空文件里存成hello.tex测试用。:-) \documentclass{article} \begin{document} Hello, World! \end{document} to acevery:我们的症状又不一样。如果设置了imactivatekey,我这里gvim根本就无法 唤出选字 框,跟是否启动latex-suite没有关系。 -- 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 -~----------~----~----~----~------~----~------~--~---
