Re: [NTG-context] Parsing texexec output

2006-11-23 Thread Patrick Gundlach
Hi,

> Thanks a lot. I have seen in AUCTeX's mailing list and seems they need
> people that understands ConTeXt well to help out. It is a pity AUCTeX
> doesn't support ConTeXt as well as LaTeX.

Yes, please support AUCTeX/ConTeXt. I've switched to another text
editor (textmate on OS X - need to publish my bundle...) and I think
that Berend is busy or occupied or ...? So there is nobody that I know
of that is supporting the ConTeXt code. As far as I know the AUCTeX
maintainers are happy to get support. 

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Parsing texexec output

2006-11-14 Thread Leo
On Mon, 13/11/06, Philipp Reichmuth wrote:

> Leo schrieb:
>> Is this a bug of AUCTeX? If so, could you report it to its developers?
>
> I did post it on the mailing list some time ago with no reaction. I'll 
> probably post a patch with some smallish ConTeXt-related modifications 
> to AucTeX sometime over the near future.
>
> Philipp

Philipp,

Thanks a lot. I have seen in AUCTeX's mailing list and seems they need
people that understands ConTeXt well to help out. It is a pity AUCTeX
doesn't support ConTeXt as well as LaTeX.

Regards,
-- 
Leo

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Parsing texexec output

2006-11-13 Thread Philipp Reichmuth
Leo schrieb:
> Is this a bug of AUCTeX? If so, could you report it to its developers?

I did post it on the mailing list some time ago with no reaction. I'll 
probably post a patch with some smallish ConTeXt-related modifications 
to AucTeX sometime over the near future.

Philipp

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Parsing texexec output

2006-11-13 Thread Leo
On Mon, 06/11/06, Philipp Reichmuth wrote:

>>   texexec --nonstopmode
>
> Does the job, thanks.  AucTeX assumes 
> --passon="-interaction=nonstopmode", which doesn't work.
>

Is this a bug of AUCTeX? If so, could you report it to its developers?
Thanks.

-- 
Leo

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Parsing texexec output

2006-11-06 Thread Taco Hoekwater
Sanjoy Mahajan wrote:
>>Does the job, thanks.  AucTeX assumes 
>>--passon="-interaction=nonstopmode", which doesn't work.
> 
> 
> It worked with the perl (=older) texexec, but the ruby version doesn't
> have a --passon switch.
> 

We should get that back, in my opinion.

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Parsing texexec output

2006-11-06 Thread Philipp Reichmuth
Sanjoy Mahajan schrieb:
>> Does the job, thanks.  AucTeX assumes 
>> --passon="-interaction=nonstopmode", which doesn't work.
> 
> It worked with the perl (=older) texexec, but the ruby version doesn't
> have a --passon switch.

I guess it would be best if it would be compatible with both versions. 
I don't have the perl version around anymore; what happens if you pass 
both --passon and --nonstopmode to it?

Philipp

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Parsing texexec output

2006-11-06 Thread Sanjoy Mahajan
> Does the job, thanks.  AucTeX assumes 
> --passon="-interaction=nonstopmode", which doesn't work.

It worked with the perl (=older) texexec, but the ruby version doesn't
have a --passon switch.

-Sanjoy

`Never underestimate the evil of which men of power are capable.'
 --Bertrand Russell, _War Crimes in Vietnam_, chapter 1.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Parsing texexec output

2006-11-06 Thread Hans Hagen
Philipp Reichmuth wrote:
> Aditya Mahajan schrieb:
>   
>>> In order to get similar features with ConTeXt, it would be nice if
>>> texexec could be made to be a little bit more verbose in its --batchmode
>>> output.  Is there a way to do this currently?
>>>   
>>   texexec --nonstopmode
>> 
>
> Does the job, thanks.  AucTeX assumes 
> --passon="-interaction=nonstopmode", which doesn't work.
>
>   
>> Another option, sometimes used by vim-latex suite is to add 'type 
>> filename.log' or 'cat filename.log' at the end the command. The parser 
>> will not know the difference.
>> 
>
> I had thought of that, but it spoils the return code, at least here on 
> Windows.
>
>   
context mkiv provides an option to output xml to the log/terminal which is 
parsable 

Hans 
 

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Parsing texexec output

2006-11-06 Thread Philipp Reichmuth
Aditya Mahajan schrieb:
>> In order to get similar features with ConTeXt, it would be nice if
>> texexec could be made to be a little bit more verbose in its --batchmode
>> output.  Is there a way to do this currently?
> 
>   texexec --nonstopmode

Does the job, thanks.  AucTeX assumes 
--passon="-interaction=nonstopmode", which doesn't work.

> Another option, sometimes used by vim-latex suite is to add 'type 
> filename.log' or 'cat filename.log' at the end the command. The parser 
> will not know the difference.

I had thought of that, but it spoils the return code, at least here on 
Windows.

Philipp



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Parsing texexec output

2006-11-06 Thread Aditya Mahajan
On Mon, 6 Nov 2006, Philipp Reichmuth wrote:

> In order to get similar features with ConTeXt, it would be nice if
> texexec could be made to be a little bit more verbose in its --batchmode
> output.  Is there a way to do this currently?

  texexec --nonstopmode

Another option, sometimes used by vim-latex suite is to add 'type 
filename.log' or 'cat filename.log' at the end the command. The parser 
will not know the difference.

Aditya
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context