Re: [NTG-context] syntax highlighting problem with vim module

2008-11-21 Thread Aditya Mahajan
On Fri, 21 Nov 2008, Shiv Shankar Dayal wrote: >>> Finally some success. I get product-name-vimsyntax.tmp when I run context. >>> It complains about not finding product-name-vimsyntax.tmp-vimsyntax.tmp. >>> >>> I kill the compilation and run the command for vim manually which generates >>> product

Re: [NTG-context] syntax highlighting problem with vim module

2008-11-21 Thread Shiv Shankar Dayal
>> Finally some success. I get product-name-vimsyntax.tmp when I run context. >> It complains about not finding product-name-vimsyntax.tmp-vimsyntax.tmp. >> >> I kill the compilation and run the command for vim manually which generates >> product-name-vimsyntax.tmp-vimsyntax.tmp. Then I run context

Re: [NTG-context] syntax highlighting problem with vim module

2008-11-20 Thread Aditya Mahajan
On Thu, 20 Nov 2008, Shiv Shankar Dayal wrote: > Hi, > > Finally some success. I get product-name-vimsyntax.tmp when I run context. > It complains about not finding product-name-vimsyntax.tmp-vimsyntax.tmp. > > I kill the compilation and run the command for vim manually which generates > product-n

Re: [NTG-context] syntax highlighting problem with vim module

2008-11-20 Thread Shiv Shankar Dayal
Hi, Finally some success. I get product-name-vimsyntax.tmp when I run context. It complains about not finding product-name-vimsyntax.tmp-vimsyntax.tmp. I kill the compilation and run the command for vim manually which generates product-name-vimsyntax.tmp-vimsyntax.tmp. Then I run context again an

Re: [NTG-context] syntax highlighting problem with vim module

2008-11-19 Thread Aditya Mahajan
On Wed, 19 Nov 2008, Shiv Shankar Dayal wrote: > Hi, > > I updated context and grepped mtxrun for noquotes and the output is > same as yours. > > I have a query. Line 270 of t-vim says \runvimsyntax{#2} > Line275: \input #2-vimsyntax.tmp\relax > > where #2 is product_name-vimsyntax.tmp. > > This m

Re: [NTG-context] syntax highlighting problem with vim module

2008-11-19 Thread Shiv Shankar Dayal
Hi, I updated context and grepped mtxrun for noquotes and the output is same as yours. I have a query. Line 270 of t-vim says \runvimsyntax{#2} Line275: \input #2-vimsyntax.tmp\relax where #2 is product_name-vimsyntax.tmp. This means that if the product name is xyz then \runvimsyntax{#2} which

Re: [NTG-context] syntax highlighting problem with vim module

2008-11-19 Thread Aditya Mahajan
On Wed, 19 Nov 2008, Shiv Shankar Dayal wrote: > Hi, > > I am running MarkIV and "luatools t-vim.tex" shows me the path of t-vim.tex. > The version does say version=2008.07.15. OK. So, t-vim is up-to-date. > I tried to execute the same command which t-vim.tex executes for vim but > it says that

Re: [NTG-context] syntax highlighting problem with vim module

2008-11-19 Thread Shiv Shankar Dayal
Hi, I am running MarkIV and "luatools t-vim.tex" shows me the path of t-vim.tex. The version does say version=2008.07.15. I tried to execute the same command which t-vim.tex executes for vim but it says that command line is not correct. I switched on the logging and then I read the log and it say

Re: [NTG-context] syntax highlighting problem with vim module

2008-11-18 Thread Aditya Mahajan
On Tue, 18 Nov 2008, Shiv Shankar Dayal wrote: > Hi, > > I tried on both windows as well as on linux but I fail with the new > module as well. > The error being the same. > > I can't find file `xyz-vimsyntax.tmp-vimsyntax.tmp'. > > One thing I noticed that there is t-vim.tpm file. Where to put it?

Re: [NTG-context] syntax highlighting problem with vim module

2008-11-18 Thread Shiv Shankar Dayal
Hi, I tried on both windows as well as on linux but I fail with the new module as well. The error being the same. I can't find file `xyz-vimsyntax.tmp-vimsyntax.tmp'. One thing I noticed that there is t-vim.tpm file. Where to put it? I have installed texlive 2008 in C\texlive on Windows and /usr

Re: [NTG-context] syntax highlighting problem with vim module

2008-11-18 Thread Aditya Mahajan
On Tue, 18 Nov 2008, Shiv Shankar Dayal wrote: > Hi, > > If I have a product name xyz and I have following things set up. > \usemodule[vim] > \setuptyping[option=color] > \definevimtyping [C] [syntax=c] > > then I have following > .. > \startC > #include > usi

[NTG-context] syntax highlighting problem with vim module

2008-11-18 Thread Shiv Shankar Dayal
Hi, If I have a product name xyz and I have following things set up. \usemodule[vim] \setuptyping[option=color] \definevimtyping [C] [syntax=c] then I have following .. \startC #include using namespace std; \stopC . I get the error : I can'