GNU bug report logs -
#8939
24.0.50; `list-faces-display' needs `\\<help-mode-map>'
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Mon, 27 Jun 2011 00:01:01 UTC
Severity: normal
Found in version 24.0.50
Done: Juanma Barranquero <lekktu <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
emacs -Q
You don't really need a patch for this. Just add "\\<help-mode-map>"
to this string:
(concat "Use " ; <== ADD "\\<help-mode-map>" HERE
(if (display-mouse-p) "\\[help-follow-mouse] or ")
"\\[help-follow] on a face name to customize it\n"
"or on its sample text for a description of the face.\n\n")
Without that addition the help text says this:
"Use <mouse-2> or M-x help-follow on a face name..."
instead of this:
"Use <mouse-2> or RET on a face name..."
In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
of 2011-06-20 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.5) --no-opt --cflags
-Ic:/build/include'
This bug report was last modified 14 years and 46 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.