From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Vanderschel Newsgroups: gmane.emacs.help Subject: Re: byte-compile making erroneous *Compile Log* Date: Sun, 31 May 2009 05:17:38 +0000 (UTC) Message-ID: References: <4A2101DF.7050609@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1243747126 25384 80.91.229.12 (31 May 2009 05:18:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 May 2009 05:18:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 31 07:18:43 2009 Return-path: Envelope-to: geh-help-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 1MAdRT-0007I6-3o for geh-help-gnu-emacs@m.gmane.org; Sun, 31 May 2009 07:18:43 +0200 Original-Received: from localhost ([127.0.0.1]:51190 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MAdRS-0006JD-A8 for geh-help-gnu-emacs@m.gmane.org; Sun, 31 May 2009 01:18:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MAdQs-0006J2-VU for help-gnu-emacs@gnu.org; Sun, 31 May 2009 01:18:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MAdQn-0006IV-2Y for help-gnu-emacs@gnu.org; Sun, 31 May 2009 01:18:05 -0400 Original-Received: from [199.232.76.173] (port=55003 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MAdQm-0006IS-Qz for help-gnu-emacs@gnu.org; Sun, 31 May 2009 01:18:00 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:39703 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MAdQm-0001fo-FC for help-gnu-emacs@gnu.org; Sun, 31 May 2009 01:18:00 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MAdQc-0001RB-CU for help-gnu-emacs@gnu.org; Sun, 31 May 2009 05:17:51 +0000 Original-Received: from cpe-66-68-143-33.austin.res.rr.com ([66.68.143.33]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 May 2009 05:17:50 +0000 Original-Received: from DJV5 by cpe-66-68-143-33.austin.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 May 2009 05:17:50 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 66.68.143.33 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10 GTB5) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64840 Archived-At: martin rudalics gmx.at> writes: > Have you set `byte-compile-error-on-warn' to a non-nil value? No. It is still nil. I just downloaded emacs-snapshot for Emacs 23 and the problem still exists. Rather than try to figure out what was causing it, I have implemented a simple program that goes into the *Compile-Log* buffer and fixes the problem by inserting the missing newlines before the file name. I had not realized it initially, but some of the "In " log entries do appear correctly on their own lines.