all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* find all key bindings to a function?
@ 2004-11-15  0:03 oliver
  2004-11-15 17:16 ` Kevin Rodgers
  0 siblings, 1 reply; 2+ messages in thread
From: oliver @ 2004-11-15  0:03 UTC (permalink / raw)


hi there

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...)

how do i get a list of all the key bindings for a lisp-command?

thanks, olli

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: find all key bindings to a function?
  2004-11-15  0:03 find all key bindings to a function? oliver
@ 2004-11-15 17:16 ` Kevin Rodgers
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2004-11-15 17:16 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-11-15 17:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-15  0:03 find all key bindings to a function? oliver
2004-11-15 17:16 ` Kevin Rodgers

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.