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

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

[Emacs-bug-tracker] bug#7967: closed (23.2.93; keybindings should be ech


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7967: closed (23.2.93; keybindings should be echoed in *Message* buffer)
Date: Wed, 30 Mar 2011 13:38:01 +0000

Your message dated Wed, 30 Mar 2011 09:37:27 -0400
with message-id <address@hidden>
and subject line Re: bug#7967: 23.2.93; keybindings should be echoed in 
*Message* buffer
has caused the GNU bug report #7967,
regarding 23.2.93; keybindings should be echoed in *Message* buffer
to be marked as done.

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


-- 
7967: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7967
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.2.93; keybindings should be echoed in *Message* buffer Date: Wed, 02 Feb 2011 12:09:28 -0600
Execute any command foo with a keybinding in its "long form" M-x foo.
Emacs issues the message 

  You can run the command `foo' with ...

The default is to display this message for two seconds.
Then the message is gone for ever.  I'd appreciate if this
messsage was echoed also in the *Message* buffer.


In GNU Emacs 23.2.93.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1)
 of 2011-02-02 on regnitz
Windowing system distributor `The X.Org Foundation', version 11.0.10706000



--- End Message ---
--- Begin Message --- Subject: Re: bug#7967: 23.2.93; keybindings should be echoed in *Message* buffer Date: Wed, 30 Mar 2011 09:37:27 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)
Version: 24.1

> My mistake--forgot to clean out a comment in the last patch. Attached is a
> fixed one, properly indented.

Thank you, installed,


        Stefan


> On Thu, Mar 10, 2011 at 11:49 PM, Zachary Kanfer <address@hidden> wrote:

>> Attached is a patch which implements this functionality.
>> -Zachary Kanfer
>> 
> === modified file 'src/keyboard.c'
> *** src/keyboard.c    2011-02-16 16:35:16 +0000
> --- src/keyboard.c    2011-03-11 05:41:00 +0000
> *************** give to the command you invoke, if it as
> *** 10302,10310 ****
>         sprintf (newmessage, "You can run the command `%s' with %s",
>                  SDATA (SYMBOL_NAME (function)),
>                  SDATA (binding));
> !       message2_nolog (newmessage,
> !                       strlen (newmessage),
> !                       STRING_MULTIBYTE (binding));
>         if (NUMBERP (Vsuggest_key_bindings))
>           waited = sit_for (Vsuggest_key_bindings, 0, 2);
>         else
> --- 10302,10310 ----
>         sprintf (newmessage, "You can run the command `%s' with %s",
>                  SDATA (SYMBOL_NAME (function)),
>                  SDATA (binding));
> !       message2 (newmessage,
> !                 strlen (newmessage),
> !                 STRING_MULTIBYTE (binding));
>         if (NUMBERP (Vsuggest_key_bindings))
>           waited = sit_for (Vsuggest_key_bindings, 0, 2);
>         else




--- End Message ---

reply via email to

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