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: byte-compile making erroneous *Compile Log* Date: Fri, 29 May 2009 20:43:05 +0000 (UTC) Message-ID: 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 1243629837 9449 80.91.229.12 (29 May 2009 20:43:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 May 2009 20:43:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 29 22:43:52 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 1MA8vf-0005IG-Ot for geh-help-gnu-emacs@m.gmane.org; Fri, 29 May 2009 22:43:52 +0200 Original-Received: from localhost ([127.0.0.1]:53170 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MA8vf-0002ah-0E for geh-help-gnu-emacs@m.gmane.org; Fri, 29 May 2009 16:43:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MA8vG-0002X7-3F for help-gnu-emacs@gnu.org; Fri, 29 May 2009 16:43:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MA8vB-0002Sa-HF for help-gnu-emacs@gnu.org; Fri, 29 May 2009 16:43:25 -0400 Original-Received: from [199.232.76.173] (port=54705 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MA8vB-0002SN-Er for help-gnu-emacs@gnu.org; Fri, 29 May 2009 16:43:21 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:36240 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 1MA8vB-000318-0J for help-gnu-emacs@gnu.org; Fri, 29 May 2009 16:43:21 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MA8v6-0005AY-2r for help-gnu-emacs@gnu.org; Fri, 29 May 2009 20:43:18 +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 ; Fri, 29 May 2009 20:43:16 +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 ; Fri, 29 May 2009 20:43:16 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 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:64816 Archived-At: The typical message looks like the following: eemacs.el:233:25:Warning: assignment to free variable `w32-lwindow-modifier' 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. Now this does not happen when I start Emacs with "emacs -Q". So I am trying without luck to figure out what in my initialization is causing the extra defun identifier to appear. I thought maybe the "verbose" option for the bytecomp group might be relevant, but no joy there. Checking other things that I thought might be relevant, I am failing to find it. My initialization is a bit too large to try to narrow it down by partial execution; so I am hoping that someone has enough insight into this behaviour to point me to something that could be causing it. Emacs version: GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.14.1) of 2008-09-05 on vernadsky, modified by Ubuntu Running under Ubuntu 9.04.