diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-03-19 11:15:27 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-03-19 11:15:27 -0400 |
commit | 2188e684ed58c4de2eee4ec9e4dec6bebf28010d (patch) | |
tree | 8fcd84ea479eba3633ad0fc77b798927ce8f32e1 /etc/PROBLEMS | |
parent | 5128f7651754f86ba814030805a938bfce9d93f8 (diff) | |
download | emacs-2188e684ed58c4de2eee4ec9e4dec6bebf28010d.tar.gz |
Document Bug#5541.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r-- | etc/PROBLEMS | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 5c8f4e032b6..db395df233e 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -1418,6 +1418,21 @@ single copies. You do not need any other drivers or options. * Runtime problems on character terminals +** The meta key does not work on xterm. +Typing M-x rings the terminal bell, and inserts a string like ";120~". +For recent xterm versions (>= 216), Emacs uses xterm's modifyOtherKeys +feature to generate strings for key combinations that are not +otherwise usable. One circumstance in which this can cause problems +is if you have specified the X resource + + xterm*VT100.Translations + +to contain translations that use the meta key. Then xterm will not +use meta in modified function-keys, which confuses Emacs. To fix +this, you can remove the X resource or put this in your init file: + + (xterm-remove-modify-other-keys) + ** Emacs spontaneously displays "I-search: " at the bottom of the screen. This means that Control-S/Control-Q (XON/XOFF) "flow control" is being |