Re: [Vim-latex-devel] F9 insert refs fails
Brought to you by:
srinathava,
tmaas
From: coupled c. <cou...@gm...> - 2006-07-29 16:33:59
|
Hi Marc, I had exactly the same problem and it took me a long time to fix it. Turned out that after I installed Python on my windows XP machine, everything worked fine. That outline is a python code in LaTeX-Suite. I wasn't sure about this, but as soon as I installed Python my f9 started to work nice. Give it a try. Another problem could be the path names which have spaces in them. But first try the Python. You can download it for free. Regards, Hooman On 7/25/06, marc <gm...@au...> wrote: > I've googled, but haven't found a solution. > > I'm using gvim v7 on Windows XP and LaTeX Suite mostly works - it > defaults to PDF output and Adobe Reader for vieweing. > > When I F9 in a \ref{}, a new vim window opens, named __OUTLINE__ then > the following error message appears: > > 'C:/Program' is not recognized as an internal or external command, > operable program or batch file. > > This would indicate that the space in the file name is causing grief. > But there is no indication what the script is trying to call. > > I have installed GNU grep and this works from a command prompt at all > locations (i.e. it's in the $PATH). This version supports -H, as > confirmed by grep --help. > > I've also set > > set grepprg=grep\ -nH\ $* > > as recommended. Is this correct for Windows? > > Any suggestions what to do or where to look? > > -- > Best, > Marc > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > |