Re: [Vim-latex-devel] preference for default target
Brought to you by:
srinathava,
tmaas
From: Alan S. <ala...@po...> - 2003-09-03 11:37:47
|
* Srinath Avadhanula (sr...@fa...) wrote: > Hi Alan, > > The patch looks good. Unfortunately, my patch program seems to be having > trouble applying it. Oh well. Its simple enough to do manually. It looks > like a good idea. I'll apply it soon. Thanks. In the longer term, maybe > we need to have a setting where the user can use a completely different > function for compiling a single file instead of Tex_CompileLatex(). That would be great. > > On Tue, 2 Sep 2003, Alan Schmitt wrote: > > Error detected while processing /home/schmitta/.vim/ftplugin/latex-suite/multicompile.vim: > > line 200: > > Traceback (most recent call last): > > File "<string>", line 1, in ? > > ImportError: No module named string > > > > I think my python installation is broken with vim (it works well by > > itself, I have noticed several problems with vim recently). > > > Unfortunate! But you can use > > :let g:Tex_UsePython = 0 > > to make latex-suite use native vim script for reading the contents of > a file. Its used for the new multiple compilation functionality. My vim installation was broken (more precisely, I upgraded python (by rpm) and its installation dir changed). Rebuilding vim solved the issue. Alan -- The hacker: someone who figured things out and made something cool happen. |