aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2005-12-30 06:15:47 +0000
committerKaroly Lorentey <[email protected]>2005-12-30 06:15:47 +0000
commitd290c5544069cc5c0f565d63ffe370ee355f630d (patch)
tree3f8036aef98c790b94cbfe91d9a4efeeda4c79af /README.multi-tty
parent526039df1cd827ba428597b42046fe2b28d170c7 (diff)
Fix splash screen loosing input events on Emacsclient frames.
* lisp/startup.el (fancy-splash-screens): Use `overriding-local-map' instead of `overriding-terminal-local-map' for now; the latter doesn't work right, it looses keypresses to another terminal. git-archimport-id: [email protected]/emacs--multi-tty--0--patch-478
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty
index de9b53b04e..60050f9f77 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -401,6 +401,12 @@ is probably not very interesting for anyone else.)
THINGS TO DO
------------
+** Let-binding `overriding-terminal-local-map' on a brand new frame
+ does not seem to work correctly. (See `fancy-splash-screens'.)
+ The keymap seems to be set up right, but events go to another
+ terminal. Or is it `unread-command-events' that gets Emacs
+ confused? Investigate.
+
** `delete-frame' events are handled by `special-event-map'
immediately when read by `read_char'. This is fine but it prevents
higher-level keymaps from binding that event to get notified of the