|
| From: | Jan Djärv |
| Subject: | Re: Emacs 23 Mac port |
| Date: | Tue, 12 Jan 2010 09:16:23 +0100 |
| User-agent: | Thunderbird 2.0.0.23 (X11/20090817) |
YAMAMOTO Mitsuharu skrev:
This seems to be because Apple event handlers are bound in
special-event-map. A similar behavior can be observed with
dran-and-drop, which is also bound in special-event-map, even on
the GTK+ build.
1. emacs -Q
2. Drag-and-drop some C file (such as foo.c) into the Emacs frame.
3. Click the Emacs frame title bar to get focus.
4. C-c C-e
=> not found though it is bound to c-macro-expand
5. C-c C-e
=> handled correctly
I've checked in a fix for this. Keymaps weren't recalculated after a command from the special event map was run.
Jan D.
| [Prev in Thread] | Current Thread | [Next in Thread] |