[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: find all key bindings to a function?
From: |
Kevin Rodgers |
Subject: |
Re: find all key bindings to a function? |
Date: |
Mon, 15 Nov 2004 10:16:11 -0700 |
User-agent: |
Mozilla Thunderbird 0.9 (X11/20041105) |
oliver wrote:
> sometimes there's more then one binding to alisp-command, e.g.
find-file has
> C-x C-f and C-o (although i don't know where C-o is bound to
find-file...)
Indeed, `C-o' is bound by default to other-window.
> how do i get a list of all the key bindings for a lisp-command?
,----[ C-h k C-h w ]
| C-h w runs the command where-is
| which is an interactive compiled Lisp function in `help'.
| (where-is DEFINITION &optional INSERT)
|
| Print message listing key sequences that invoke the command DEFINITION.
| Argument is a command definition, usually a symbol with a function
definition.
| If INSERT (the prefix arg) is non-nil, insert the message in the buffer.
`----
--
Kevin Rodgers