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: Roland Winkler
Subject: bug#7967: 23.2.93; keybindings should be echoed in *Message* buffer
Date: Wed, 2 Feb 2011 17:25:08 -0600

On Thu Feb 3 2011 Lennart Borgman wrote:
> On Wed, Feb 2, 2011 at 7:09 PM, Roland Winkler <winkler@gnu.org> wrote:
> > 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.
> 
> I think it is a good suggestion.
> 
> However while it can help newbies it might also disturb old users so
> it is probably best to make it default and have an option to turn it
> off.

The experienced user can already switch off these messages
completely by means of the variable

suggest-key-bindings

So all I am suggesting is really: if the keybindings are given in
the message area (because suggest-key-bindings is non-nil), then
these messages should also be recorded in the *Messages* buffer.
All this is handled by the built-in function execute-extended-command,
which is why this problem goes beyond my lisp hacking skills.

Roland





reply via email to

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