From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31762 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Parsing texexec output Date: Mon, 6 Nov 2006 18:14:07 -0500 (EST) 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 1162854879 9250 80.91.229.2 (6 Nov 2006 23:14:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Nov 2006 23:14:39 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 07 00:14:37 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 1GhDfg-0000Pj-PR for gctc-ntg-context-518@m.gmane.org; Tue, 07 Nov 2006 00:14:29 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 888A720014; Tue, 7 Nov 2006 00:14:27 +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 10644-03-5; Tue, 7 Nov 2006 00:14:18 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0C2B41FFF4; Tue, 7 Nov 2006 00:14:17 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5B26F1FFCA for ; Tue, 7 Nov 2006 00:14:14 +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 10741-03-2 for ; Tue, 7 Nov 2006 00:14:09 +0100 (CET) Original-Received: from skycaptain.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.160]) by ronja.ntg.nl (Postfix) with SMTP id 3CE721FFA3 for ; Tue, 7 Nov 2006 00:14:08 +0100 (CET) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY skycaptain.mr.itd.umich.edu ID 454FC1BE.98075.25408 ; 6 Nov 2006 18:14:07 -0500 Original-To: mailing list for ConTeXt users 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:31762 Archived-At: 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