aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2005-09-11 09:34:22 +0000
committerKaroly Lorentey <[email protected]>2005-09-11 09:34:22 +0000
commit3fb8e5d73e6969a67b258a55f19cc4f4d89da639 (patch)
tree3c6a9f59295c3a2c13625e71fd06f9366ebc90d5 /README.multi-tty
parent26cbc0482aa9ff3ad74430e3f6a56e831a831aff (diff)
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: [email protected]/emacs--multi-tty--0--patch-418
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 931769ea50..ab77a707ed 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -393,6 +393,10 @@ THINGS TO DO
** 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'.