emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#8939: closed (24.0.50; `list-faces-display' need


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#8939: closed (24.0.50; `list-faces-display' needs `\\<help-mode-map>')
Date: Mon, 27 Jun 2011 00:40:02 +0000

Your message dated Mon, 27 Jun 2011 02:38:16 +0200
with message-id <address@hidden>
and subject line Re: bug#8939: 24.0.50; `list-faces-display' needs 
`\\<help-mode-map>'
has caused the GNU bug report #8939,
regarding 24.0.50; `list-faces-display' needs `\\<help-mode-map>'
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
8939: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8939
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; `list-faces-display' needs `\\<help-mode-map>' Date: Sun, 26 Jun 2011 17:00:08 -0700
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'
 




--- End Message ---
--- Begin Message --- Subject: Re: bug#8939: 24.0.50; `list-faces-display' needs `\\<help-mode-map>' Date: Mon, 27 Jun 2011 02:38:16 +0200
> You don't really need a patch for this.  Just add "\\<help-mode-map>"
> to this string:

Fixed, thanks.

    Juanma


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]