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

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

bug#10459: Overlay keymaps ignored until point is moved when overlay is


From: Stefan Monnier
Subject: bug#10459: Overlay keymaps ignored until point is moved when overlay is created from timer
Date: Sun, 08 Jan 2012 22:52:54 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Yes, this is a known limitation: the set of active keymaps is computed
before waiting for the next key sequence.

You might be able to get around this problem by pushing some dummy event
(which you then bind to `ignore' in some keymap) onto
unread-command-event from your timer, just to force a refresh.


        Stefan





reply via email to

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