From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: Standard error output in Emacs Date: Sat, 08 Sep 2007 03:01:09 -0400 Message-ID: References: <222dce70709070714j4870925dkc42438f75fb34e44@mail.gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1189237051 3826 80.91.229.12 (8 Sep 2007 07:37:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Sep 2007 07:37:31 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: "Milind Ganjoo" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Sep 08 09:37:32 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ITusk-0001Fs-OW for geb-bug-gnu-emacs@m.gmane.org; Sat, 08 Sep 2007 09:37:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITusi-0002R4-GX for geb-bug-gnu-emacs@m.gmane.org; Sat, 08 Sep 2007 03:37:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITuph-0001AN-Lm for bug-gnu-emacs@gnu.org; Sat, 08 Sep 2007 03:34:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITupd-00017v-7R for bug-gnu-emacs@gnu.org; Sat, 08 Sep 2007 03:34:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITupc-00017g-Rx for bug-gnu-emacs@gnu.org; Sat, 08 Sep 2007 03:34:16 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITupc-000452-Gk for bug-gnu-emacs@gnu.org; Sat, 08 Sep 2007 03:34:16 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1ITuJZ-0003Ij-Qf; Sat, 08 Sep 2007 03:01:09 -0400 In-reply-to: <222dce70709070714j4870925dkc42438f75fb34e44@mail.gmail.com> (milganz@gmail.com) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16502 Archived-At: The standard error output from programs like DJGPP's gcc is not captured by Emacs. When compiling a C++ source file using gpp in Emacs, a compile error results in an abnormal exit code of 2, but the *Compilation* buffer does not show the exact errors. We do not use DJGPP. Please show us the precise error messages that are not recognized.