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

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

Re: Commands with more than one keybinding in menus


From: Stefan Monnier
Subject: Re: Commands with more than one keybinding in menus
Date: Wed, 14 Aug 2013 10:12:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> (defmacro outshine-define-key-with-fallback
>   (keymap key def condition &optional mode)

You don't actually bind KEY to DEF but to another command that (may) end
up running DEF, so it's no wonder Emacs doesn't tell you that KEY is the
binding of DEF.


        Stefan


reply via email to

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