Re: [Vim-latex-devel] when \ll does not work, I cannot see the error window
Brought to you by:
srinathava,
tmaas
From: Sébastien B. <bar...@cr...> - 2010-06-04 15:48:38
|
Hi Dan, thank you for your help. > I guess what you see is the stdout, which is not really a buffer. You're right, this is stdout. > In general, setting > :let g:Tex_Debug=1 > before you compile, and running > :call Tex_PrintDebug() > afterwards may give some hints. Indeed, I get useful info. comp : Tex_CompileLatex: using the makefile in the current directory comp : Tex_CompileLatex: execing [make! pdf] comp : Tex_RunLaTeX: errlist = [ 5:47 error: Undefined control sequence. \toto 6:5 error: Undefined control sequence. 7:7 error: Undefined control sequence. 8:7 error: Undefined control sequence. 9:9 error: Undefined control sequence.] comp : Tex_RunLaTeX: There were errors in compiling, breaking chain... comp : Tex_SetupErrorWindow: mfnlog = 21-rigidbody.log comp : not finding error pattern anywhere in quickfix window :21-rigidbody.log comp : -Tex_RunLaTeX > I'm not sure if there is a way to retrieve the > stdout afterwards without modifying vim-latex, but there probably is :) I would be happy if the buffer was not closed automatically. Thus no need to retrieve it ;) |