Re: [Vim-latex-devel] scrap from xpdf or evince in the screen

2010-04-12 Thread Simon Quittek
Hi, well, that is not always the case. If I type \lv and open okular to view the pdf, everything is allright. Then I hit \ll to compile and while compiling, okular looks for the nonexistent pdf and produces error messages, which remain in vim. I just start okular seperately and browse through th

Re: [Vim-latex-devel] scrap from xpdf or evince in the screen

2010-04-12 Thread LAG Grimminck
Dear Simon, Okular probably has some 'watch file' option running. Till now I have not found any viewer that did not have some problem with keeping the document up-to-date, for example gv performs well but if the document is long it cannot update the page you are looking at and it will display a p

[Vim-latex-devel] Question about Tex_UseMakefile

2010-04-12 Thread Yan Zhou
Dear all, I have a question about the Tex_UseMakefile. Whatever value I set it, either 1 or 0. The latex suite always define makeprg to whatever is defined by the g:Tex_CompileRule_target setting. How can I disable this behaviour and forbid latex suite to set the makeprg option? Many thanks in

Re: [Vim-latex-devel] scrap from xpdf or evince in the screen

2010-04-12 Thread Gastón Araguás
Dear Dennis, thank you for your hints, like you say it is not very elegant to trough out messages instead off solving the problem, but if you want to do that you can run the application in a terminal and solve each error or warning you get. Wen i run a viewer from vim I don't want to see applicati