help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

byte-compile making erroneous *Compile Log*


From: David Vanderschel
Subject: byte-compile making erroneous *Compile Log*
Date: Fri, 29 May 2009 20:43:05 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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 <defun-name>" 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.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]