aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2005-10-28 14:29:24 +0000
committerKaroly Lorentey <[email protected]>2005-10-28 14:29:24 +0000
commit2e4782930af512802ac0ee1067d22b5136524dfc (patch)
treed6d1f6be38ffa2b3e7c917246c7a28ce0db58f28 /README.multi-tty
parent7a81ec10b3821910ca633767b521259a056dbebe (diff)
Change `keyboard-translate-table' to be terminal-local.
* lisp/subr.el (keyboard-translate): Use `terminal-local-value' to access `keyboard-translate-table'. * lisp/obsolete/keyswap.el: Ditto. * src/keyboard.c (Vkeyboard_translate_table): Moved to struct kboard. * src/keyboard.h (Vkeyboard_translate_table): Moved to struct kboard. * src/keyboard.c (read_char): Use current_kboard to access Vkeyboard_translate_table. * src/keymap.c (Fdescribe_buffer_bindings): Ditto. * src/keyboard.c (init_kboard): Initialize Vkeyboard_translate_table. * src/keyboard.c (syms_of_keyboard): Use DEFVAR_KBOARD to define Vkeyboard_translate_table. Update doc strings. git-archimport-id: [email protected]/emacs--multi-tty--0--patch-431
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 75d9554f74..2bba1b9bcb 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -486,8 +486,6 @@ THINGS TO DO
`last-command', but SELECTED_FRAME()->display->kboard to get the
value of `function-key-map'.
-** I think keyboard-translate-table should be made terminal-local.
-
** The single-keyboard mode of MULTI_KBOARD is extremely confusing
sometimes; Emacs does not respond to stimuli from other keyboards.
At least a beep or a message would be important, if the single-mode
@@ -628,6 +626,8 @@ THINGS TO DO
that's why raw terminal support is broken again. I really do need
to understand input.)
+** flow-ctrl.el must be updated.
+
** Fix stuff_char for multi-tty. Doesn't seem to be of high priority.
DIARY OF CHANGES
@@ -1257,5 +1257,9 @@ DIARY OF CHANGES
(Fixed in patch-427.)
+-- I think keyboard-translate-table should be made terminal-local.
+
+ (Done in patch-431.)
+
;;; arch-tag: 8da1619e-2e79-41a8-9ac9-a0485daad17d