Whenever one runs a function/command for which there is already a shortcut, Emacs shows briefly a message in the echo area to recall that there is a shortcut associated with that command.
For example if I run backward-word
, Emacs shows for some seconds the following in the echo area:
You can run the command `backward-word' with M-b
Is there a mechanism for the reverse of this? i.e., to recall the name of function when one uses a shortcut to revoke a command. I know by the command describe-key
I can find which function corresponds to which shortcut. But it would be interesting to see the name of function every time one runS a shortcut.