Mercurial > emacs
diff README.multi-tty @ 83378:3b40dd9f3d92
Fix assertion on kboard->kbd_queue and other such crashes.
* src/keyboard.c (pop_kboard): Set current_kboard to the kboard of the
selected frame when the stored kboard object has been deleted before
pop_kboard.
(restore_kboard_configuration): Call pop_kboard only after setting up
single_kboard mode.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-418
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 11 Sep 2005 09:34:22 +0000 |
parents | 0b75ace4f7ad |
children | 0181341f0aca |
line wrap: on
line diff
--- a/README.multi-tty Sun Sep 11 08:27:02 2005 +0000 +++ b/README.multi-tty Sun Sep 11 09:34:22 2005 +0000 @@ -393,6 +393,10 @@ ** frames-on-display-list should also accept frames. +** I smell something funny around pop_kboard's "deleted kboard" case. + Determine what are the circumstances of this case, and fix any + bug that comes to light. + ** Consider the `tty-type' frame parameter and the `display-tty-type' function. They serve the exact same purpose. I think it may be a good idea to eliminate one of them, preferably `tty-type'.