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

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

bug#7967: 23.2.93; keybindings should be echoed in *Message* buffer


From: Stefan Monnier
Subject: 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 <zkanfer@gmail.com> 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







reply via email to

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