]> git.eshelyaron.com Git - emacs.git/commitdiff
Document Bug#5541.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 19 Mar 2010 15:15:27 +0000 (11:15 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 19 Mar 2010 15:15:27 +0000 (11:15 -0400)
etc/PROBLEMS

index 5c8f4e032b6b5657a2f64de4503aff1a1b6e3e7b..db395df233ee7c20ae9d5d362d6fd6e184f906cc 100644 (file)
@@ -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