Re: [Vim-latex-devel] scrap from xpdf or evince in the screen
Brought to you by:
srinathava,
tmaas
From: LAG G. <l.g...@sc...> - 2010-04-12 06:34:44
|
Dear Gaston, You may want to try to solve the problems the viewer apparently has, before trying to fix things further down the stream. My viewer always starts without any messages. cheers, Dennis On 04/09/2010 09:06 PM, Gastón Araguás wrote: > hi all, > > first at all i want to say that vim-latexsuite is a wonderful plugin > to me. Just a little problem with the pdf viewer, wen i run the > viewer with <Leader>lv all warnings and errors from viewers (xpdf or > evince) are printed in the screen where vim is running. Wen I swap to > vim I have to repaint the window (with CTRL-F plus CTRL-B for example) > to see the tex code again. > Running the viewer directly from vim ( :!evince file.pdf) got the same > behavior, it is only avoided with :!evince file.pdf &>/dev/nul & > > Is there any way to avoid this, for example introducing this command > in tex.vim? > > I've try with let g:Tex_ViewRule_pdf = 'evince $ &>/dev/null&' without luck. > > Thank in advanced > > |