[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Looking up key myself
From: |
Stefan Monnier |
Subject: |
Re: Looking up key myself |
Date: |
Tue, 11 Apr 2006 10:19:35 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
> In other words, you (1) use a permanent entry in
> `minor-mode-overriding-map-alist' with a non-empty keymap to define your
> "normal" minor-mode bindings, and then (2) when you want to lookup the
> underlying bindings, you temporarily bind `minor-mode-overriding-map-alist'
> as shown above to hide your bindings during the key lookup.
Point 2 is right, but point 1 isn't. The permanent entry is on
minor-mode-map-alist, as usual.
Stefan