[Vim-latex-devel] error messages in gvim's multiplecompile
Brought to you by:
srinathava,
tmaas
From: peng s. <sha...@gm...> - 2009-09-24 08:40:22
|
Hi everybody. I am using the latest latex-suite through svn and I have set let g:Tex_MultipleCompileFormats='pdf' in my .vimrc Everything works pretty fine in vim. But for gvim there is some differences. For example if I made a typo in my .tex file, then if I run \ll in vim(launched through gnome-terminal) it would take me to the compile message page and tell me that I made a mistake, such as ! Undefined control sequence. l.37 \lael {} ? I press x to go back to the original .tex to modify my errors. However if I run \ll in gvim, the command line shows latex run time: 1 Then the screen freezes. I have to press ctrl+c to stop the compiling and read the error messages. I guess the reason why the screen is frozen is because the gvim met an error and could not go further. But this is inconvenient for me. So is there any way to let gvim to read the error messages as vim? I have looked into the documentation but did not find anything related to my issue. Thank you. Peng |