GNU bug report logs -
#493
describe-variable to keep track of where vars were set; not just where they were defined
Previous Next
Reported by: jidanni <at> jidanni.org
Date: Fri, 27 Jun 2008 16:15:06 UTC
Severity: wishlist
Tags: wontfix
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
describe-variable shows e.g.,
kill-emacs-hook is a variable defined in `C source code'.
Its value is
(w3m-arrived-shutdown
(lambda nil
(sleep-for 5))
#[nil "\300\301!\207"
[server-mode -1]
2])
The problems are: Saying
kill-emacs-hook is a variable defined in `C source code'.
Its value is
is misleading, as it looks like you are saying "this is the definition
as found in the C source code" when in fact it has been modified
since.
So maybe say
Its CURRENT value is
Or if you keep track of whether it has been modified or not, than say
two different things accordingly.
P.S., saying
#[nil "\300\301!\207"
[server-mode -1]
2])
presents the user with unexplained octal gobbledygook.
And maybe even add a list of all the files that altered the variable,
so one can track down just what put that byte-compiled stuff there
(that one doesn't see with emacs -Q).
This bug report was last modified 13 years and 150 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.