* bug#8939: 24.0.50; `list-faces-display' needs `\\<help-mode-map>'
@ 2011-06-27 0:00 Drew Adams
2011-06-27 0:38 ` Juanma Barranquero
0 siblings, 1 reply; 2+ messages in thread
From: Drew Adams @ 2011-06-27 0:00 UTC (permalink / raw)
To: 8939
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'
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#8939: 24.0.50; `list-faces-display' needs `\\<help-mode-map>'
2011-06-27 0:00 bug#8939: 24.0.50; `list-faces-display' needs `\\<help-mode-map>' Drew Adams
@ 2011-06-27 0:38 ` Juanma Barranquero
0 siblings, 0 replies; 2+ messages in thread
From: Juanma Barranquero @ 2011-06-27 0:38 UTC (permalink / raw)
To: Drew Adams; +Cc: 8939-done
> You don't really need a patch for this. Just add "\\<help-mode-map>"
> to this string:
Fixed, thanks.
Juanma
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-27 0:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-27 0:00 bug#8939: 24.0.50; `list-faces-display' needs `\\<help-mode-map>' Drew Adams
2011-06-27 0:38 ` Juanma Barranquero
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.