From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.help Subject: Re: byte-compile making erroneous *Compile Log* Date: Sat, 30 May 2009 11:52:31 +0200 Message-ID: <4A2101DF.7050609@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1243677257 593 80.91.229.12 (30 May 2009 09:54:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 May 2009 09:54:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: DJV5@Austin.RR.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 30 11:54:14 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 1MALGU-0005Dd-Qn for geh-help-gnu-emacs@m.gmane.org; Sat, 30 May 2009 11:54:11 +0200 Original-Received: from localhost ([127.0.0.1]:51513 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MALGU-0003zH-BU for geh-help-gnu-emacs@m.gmane.org; Sat, 30 May 2009 05:54:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MALF3-0003ER-Lx for help-gnu-emacs@gnu.org; Sat, 30 May 2009 05:52:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MALEz-0003Ad-3s for help-gnu-emacs@gnu.org; Sat, 30 May 2009 05:52:41 -0400 Original-Received: from [199.232.76.173] (port=60103 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MALEy-0003AP-Sz for help-gnu-emacs@gnu.org; Sat, 30 May 2009 05:52:36 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:44359) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MALEy-0000IM-7K for help-gnu-emacs@gnu.org; Sat, 30 May 2009 05:52:36 -0400 Original-Received: (qmail invoked by alias); 30 May 2009 09:52:34 -0000 Original-Received: from 62-47-45-167.adsl.highway.telekom.at (EHLO [62.47.45.167]) [62.47.45.167] by mail.gmx.net (mp071) with SMTP; 30 May 2009 11:52:34 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18WLc5WqXQWOW5ow1112VLWgJa5HYGPpEe/weORi+ ZGrx3Tn3fe7z5X User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) Original-References: loom.20090529T202456-949@post.gmane.org X-Y-GMX-Trusted: 0 X-FuHaFi: 0.71 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:64828 Archived-At: > The first part is a link into the file and that works fine. However, if the > 'error' is found in a defun, I get something like the following: > > In dv-java-keys: eemacs.el:223:9:Warning: assignment to free variable > `c-basic-offset' > > and then the link does not work, because the follower logic believes that the > "In " is part of the file name. Have you set `byte-compile-error-on-warn' to a non-nil value? martin