* globally shadowing key bindings
@ 2005-11-28 1:06 Christopher C. Stacy
2005-12-01 4:39 ` Stefan Monnier
0 siblings, 1 reply; 2+ messages in thread
From: Christopher C. Stacy @ 2005-11-28 1:06 UTC (permalink / raw)
Is there a way to make a global key binding that
will stay in effect and override any bindings
from mode keymaps?
The effect would be like a global keymap that is always
consulted first - all other keymaps are only consulted
if there was no entry in the global one. (As opposed
to checking local first, then proceeding to global.)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: globally shadowing key bindings
2005-11-28 1:06 globally shadowing key bindings Christopher C. Stacy
@ 2005-12-01 4:39 ` Stefan Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2005-12-01 4:39 UTC (permalink / raw)
> Is there a way to make a global key binding that
> will stay in effect and override any bindings
> from mode keymaps?
Use a global minor mode.
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-12-01 4:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-28 1:06 globally shadowing key bindings Christopher C. Stacy
2005-12-01 4:39 ` Stefan Monnier
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.