Hi guys I recently installed the latest svn version of vim-latex and I
am using texlive 2008. It is a great software.
However I personally have a weird problem stopping me from enjoying it:

It is about my xdvi in texlive2008. Every time I open it in a terminal
I have to wait for quite a bit long time,
and receive the folloing warning message:

Warning: Missing charsets in String to FontSet conversion

So I add an alias

alias xdvi = "LC_ALL=C xdvi "

in my .bashrc. LC_ALL=C helps me to launch xdvi in terminal instaneously.
While for enjoying vim-latex, especially its forward search I have to make some
modification to launch xdvi by pressing \ls. However, I found
that if I write

let g:Tex_ViewRule_dvi = 'LC_ALL=C xdvi '

in my .vimrc  and pressing \ls I got thousands of error messages on the screen.
I could not paste the messages out since everytime when I tried to select them
and copy them, they disappered. I guess the problem is the updated
compiler.vim, since
I did not met this problem in the older version of vim-latex. So I tried to
replace all words xdvi  in .vim/ftplugin/latex-suite/compiler.vim by
LC_ALL=C xdvi.
but it does not work.:(

So, could anybody kindly help me on this issue? If anyone can explain
why xdvi spends so long time
to launch, it would be the best. Thank you :-)

John

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to