1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00
emacs/doc
Stefan Monnier 4f4a84ec80 Add new `input-decode-map' keymap and use it for temrinal
escape sequences.
* keyboard.h (struct kboard): Add Vinput_decode_map.
Remove Vlocal_key_translation_map.
* keyboard.c (read_key_sequence): Add support for input-decode-map.
(init_kboard): Init input-decode-map.
Replace local-key-translation-map back with key-translation-map.
(syms_of_keyboard): Declare input-decode-map.
Remove local-key-translation-map.  Update docstrings.
(mark_kboards): Mark Vinput_decode_map.
Don't mark Vlocal_key_translation_map.
* keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
Replace local-key-translation-map back with key-translation-map.
* term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
Bind in input-decode-map rather than function-key-map.
2007-10-09 05:05:39 +00:00
..
emacs Add new `input-decode-map' keymap and use it for temrinal 2007-10-09 05:05:39 +00:00
lispintro Add email address to Thank You correctly 2007-09-12 23:51:00 +00:00
lispref Add new `input-decode-map' keymap and use it for temrinal 2007-10-09 05:05:39 +00:00
man Add arch tagline 2007-09-07 07:36:10 +00:00
misc Add new `input-decode-map' keymap and use it for temrinal 2007-10-09 05:05:39 +00:00