Re: [Vim-latex-devel] output of xdvi shows in tex-file

2007-11-21 Thread Qiuye Wang
On Mon, Nov 19, 2007 at 02:19:17PM +0100, Thomi Dammann wrote: > >> when i press \lv or \ls in vim, ie launch the xdvi i always got the >> output info of xdvi in the line of my tex file, where the cursor were. >> It's really annoying although they just show temporary (they will >> disappear if i m

Re: [Vim-latex-devel] output of xdvi shows in tex-file

2007-11-19 Thread Thomi Dammann
> when i press \lv or \ls in vim, ie launch the xdvi i always got the > output info of xdvi in the line of my tex file, where the cursor were. > It's really annoying although they just show temporary (they will > disappear if i move the cursor down or up till they are out of the > sight). To redra

Re: [Vim-latex-devel] output of xdvi shows in tex-file

2007-11-17 Thread Qiuye Wang
Hi, thanks for the response. i do want to use gvim as my editor to edit the tex file, but unfortunately i need a special input platform for my native language, which has conflict with the gvim+vim-latexsuite combination. i have also put the hushStdout in .Xdefaults, but just as in the manpage of

[Vim-latex-devel] output of xdvi shows in tex-file

2007-11-16 Thread Qiuye Wang
Hello list, when i press \lv or \ls in vim, ie launch the xdvi i always got the output info of xdvi in the line of my tex file, where the cursor were. It's really annoying although they just show temporary (they will disappear if i move the cursor down or up till they are out of the sight). i kno

Re: [Vim-latex-devel] output of xdvi shows in tex-file

2007-11-16 Thread Martin Sander
Hey. Workarounds: a) use gvim. Usuallally I use terminal-vim all the time, but for LaTeX I prefer gvim because it does not show console output and because I found it easier to set up forward and backward searching. b) $ head .Xdefaults xdvi.hushStdout: true some other useful (for me at