From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50935 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: But this one really is final Date: Thu, 20 Mar 2003 23:59:18 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048226470 26200 80.91.224.249 (21 Mar 2003 06:01:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 21 Mar 2003 06:01:10 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Fri Mar 21 07:01:07 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18wFaV-0006oF-00 for ; Fri, 21 Mar 2003 07:01:07 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18wFZ6-0006sI-00; Thu, 20 Mar 2003 23:59:40 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 21 Mar 2003 00:00:42 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id AAA16019 for ; Fri, 21 Mar 2003 00:00:28 -0600 (CST) Original-Received: (qmail 28948 invoked by alias); 21 Mar 2003 05:59:22 -0000 Original-Received: (qmail 28943 invoked from network); 21 Mar 2003 05:59:22 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 21 Mar 2003 05:59:22 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18wFaE-0004fe-00 for ; Fri, 21 Mar 2003 07:00:50 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 32 Original-NNTP-Posting-Host: 216.12.207.134 Original-X-Trace: quimby.gnus.org 1048226450 17753 216.12.207.134 (21 Mar 2003 06:00:50 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 21 Mar 2003 06:00:50 GMT User-Agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.2 (windows-nt) Cancel-Lock: sha1:tyZsWpXnKz/3iqp60TfPYl1OiTI= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50935 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50935 Frank Schmitt writes: > Kevin Greiner writes: > >> Frank Schmitt writes: >> >>> Kevin Greiner writes: >>> >>>> The compilation buffer ends with >>>> "Compilation exited abnormally with code 1 at Wed Mar 19 08:51:57" >>> >>> No idea about this one, however this is an Emacs message and I don't >>> think we can blame newmake.bat for this. This one comes before the >>> processing of info files, does it? >> >> No. This is the last line in the compilation buffer. Emacs is >> reporting the process status returned by the external process just >> executed (i.e. newmake). Emacs follows the Unix convention that a >> zero status indicates normal completion while a non-zero status >> indicates an error. > > Inspired by your post, I added error handling to newmake.bat (it checks > for the returncodes of the programs it calls and if there are errors, > it reports where they occurred and sets ERRORLEVEL to one, if there are > no errors it sets ERRORLEVEL to 0. > > Here we go: perfection. Thanks, Kevin