From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31763 Path: news.gmane.org!not-for-mail From: Philipp Reichmuth Newsgroups: gmane.comp.tex.context Subject: Re: Parsing texexec output Date: Tue, 07 Nov 2006 00:23:39 +0100 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162855648 11561 80.91.229.2 (6 Nov 2006 23:27:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Nov 2006 23:27:28 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 07 00:27:28 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GhDsE-00034E-AF for gctc-ntg-context-518@m.gmane.org; Tue, 07 Nov 2006 00:27:26 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6059E1FE35; Tue, 7 Nov 2006 00:27:24 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11491-01; Tue, 7 Nov 2006 00:27:23 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9A88E1FE60; Tue, 7 Nov 2006 00:24:23 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 019CB1FE35 for ; Tue, 7 Nov 2006 00:24:18 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11156-02 for ; Tue, 7 Nov 2006 00:24:13 +0100 (CET) Original-Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by ronja.ntg.nl (Postfix) with SMTP id 152E51FB82 for ; Tue, 7 Nov 2006 00:24:13 +0100 (CET) Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GhDom-0002NE-Q1 for ntg-context@ntg.nl; Tue, 07 Nov 2006 00:23:53 +0100 Original-Received: from e178144156.adsl.alicedsl.de ([85.178.144.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Nov 2006 00:23:52 +0100 Original-Received: from reichmuth by e178144156.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Nov 2006 00:23:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ntg-context@ntg.nl Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178144156.adsl.alicedsl.de User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.7) Gecko/20060909 Thunderbird/1.5.0.7 Mnenhy/0.7.4.666 In-Reply-To: X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:31763 Archived-At: 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