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
View this message in rfc822 format
(describe-variable (quote message-mode-hook)) gives
message-mode-hook is a variable defined in `message.el'.
Its value is
(#[nil "\300\301\302\"\207"
[local-set-key "^Ci" ispell-message]
3])
This variable is potentially risky when used as a file local variable.
Documentation:
Hook run in message mode buffers.
You can customize this variable.
It looks to the user like that byte code is coming from message.el.
Actually it is coming from http://jidanni.org/comp/configuration/.emacs
(.emacs.elc), loaded before message.el. So maybe that origin should be
mentioned too.
You must admit "is a variable defined in `message.el'" is wrong.
It is defined in .emacs.elc. In message.el there is merely a empty defcustom.
emacs-version "23.1.92.1"
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.