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

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

Re: How to determine what command a key bind to?


From: Albert Reiner
Subject: Re: How to determine what command a key bind to?
Date: 11 Feb 2006 14:48:46 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

["wensa" <zhengwt@gmail.com>, 11 Feb 2006 05:08:38 -0800]:
> I want to find out some key sequences such as M-tab bind to which
> command, how to?

If I understand you correctly, C-h k (or M-x describe-key) will do
that.  For example:

,----[ C-h k ESC TAB ]
| ESC TAB runs the command ispell-complete-word
|    which is an interactive autoloaded Lisp function in `ispell'.
| [Arg list not available until function definition is loaded.]
| 
| Try to complete the word before or under point (see `lookup-words')
| If optional INTERIOR-FRAG is non-nil then the word may be a character
| sequence inside of a word.
| 
| Standard ispell choices are then available.
`----

HTH,

Albert.


reply via email to

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