Hi! I have started using vim7 today and latex-suite from svn. However I cannot type character 'é', I can press the key 100 times but nothing appears on the screen. If I start typing after that, nothing special happens (e.g. the letter 'é' has no side-effect). Other characters (e.g. ě, š, č, ř, ž, ý, á, í, é) just appear fine. The big letter 'É' appears fine too. Any suggestions?
I had problems with previous setup (don't remember exactly what version of latex-suite, maybe also svn, but certainly vim 6.4) where I believe that the letter 'é' triggered a shortcut for "\item", if I recall correctly. Maybe this might be a clue? (the unicode index of letter 'é' is 00E9, so it is in latin1, so the problem probably has nothing to do with encodings. I am using utf-8 as my file and terminal encoding) Next question I have is on compilation, particularly s:target. When starting a session, I have to choose s:target by issuing ":TTarget pdf". Otherwise compilation does not work because s:target is not defined. I would prefer to have it setup in my .vimrc. I tried in my .vimrc: let s:target='pdf' let target='pdf' but it did not help. My current .vimrc which worked till now looks like this: let s:target='pdf' let target='pdf' let g:Tex_DefaultTargetFormat='pdf' let g:Tex_CompileRule_ps='latex --interaction=nonstopmode $*; dvips -Ppdf-o `basename $* .tex`.ps `basename $* .tex`.dvi' let g:Tex_ViewRule_ps='kghostview' let g:Tex_CompileRule_pdf='latex --interaction=nonstopmode $*; dvips -Ppdf -o `basename $* .tex`.ps `basename $* .tex`.dvi; ps2pdf14 `basename $* .tex`.ps' let g:Tex_ViewRule_pdf='acroread' let g:Tex_Env_exercise = "%<++>%{{{2\<CR>\\begin{exercise}{<++>} {%\<CR><++>\<CR>}\<CR><++>\<CR>\\end{exercise}" With non-svn latex-suite (dated approx. 2006-01-10) my .vimrc worked seamlessly. I grepped for the string "s:target" in the whole doc subdirectory of latex-suite, but it is not there. Could you please help me? Thanks for any help/suggestions. Best regards, Boris Dušek ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel