GNU bug report logs -
#7967
23.2.93; keybindings should be echoed in *Message* buffer
Previous Next
Reported by: "Roland Winkler" <winkler <at> gnu.org>
Date: Wed, 2 Feb 2011 18:02:01 UTC
Severity: wishlist
Tags: patch
Found in version 23.2.93
Fixed in version 24.1
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
Message #49 received at 7967-done <at> debbugs.gnu.org (full text, mbox):
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 <at> 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
This bug report was last modified 14 years and 56 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.