GNU bug report logs -
#7530
describe-function etc. should remember locations from $HOME too
Previous Next
Reported by: jidanni <at> jidanni.org
Date: Thu, 2 Dec 2010 04:00:04 UTC
Severity: minor
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
We do
(describe-function (quote gnus-summary-w3m-safe-toggle-inline-images))
and see
gnus-summary-w3m-safe-toggle-inline-images is an interactive compiled
Lisp function.
(gnus-summary-w3m-safe-toggle-inline-images &optional ARG)
Toggle displaying of all images in the article buffer.
If the prefix arg is given, force displaying of images.
[back]
And wonder "why does it usually say what file it is in, but not today?"
Well that is because it was in
~/.emacs-w3m.elc
~/.emacs-w3m
Therefore, when these files are initially scanned, they should be
remembered, just like all the other .el's and .elc's are. Why make an
exception for those few that are in $HOME? Same with describe-variable,
and any file read at any time.
And if an item really was from just doing a ^X^E etc. and not from any
file, the describe-* commands should mention that too! Thanks.
emacs-version "24.0.50.1"
This bug report was last modified 14 years and 215 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.