comparison etc/PROBLEMS @ 107518:ca9132805f76

Document Bug#5541.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 19 Mar 2010 11:15:27 -0400
parents 1d1d5d9bd884
children dd8a8fd1397e
comparison
equal deleted inserted replaced
107514:408aeb71a781 107518:ca9132805f76
1416 Option "Device" "/dev/input/mice" 1416 Option "Device" "/dev/input/mice"
1417 EndSection 1417 EndSection
1418 1418
1419 * Runtime problems on character terminals 1419 * Runtime problems on character terminals
1420 1420
1421 ** The meta key does not work on xterm.
1422 Typing M-x rings the terminal bell, and inserts a string like ";120~".
1423 For recent xterm versions (>= 216), Emacs uses xterm's modifyOtherKeys
1424 feature to generate strings for key combinations that are not
1425 otherwise usable. One circumstance in which this can cause problems
1426 is if you have specified the X resource
1427
1428 xterm*VT100.Translations
1429
1430 to contain translations that use the meta key. Then xterm will not
1431 use meta in modified function-keys, which confuses Emacs. To fix
1432 this, you can remove the X resource or put this in your init file:
1433
1434 (xterm-remove-modify-other-keys)
1435
1421 ** Emacs spontaneously displays "I-search: " at the bottom of the screen. 1436 ** Emacs spontaneously displays "I-search: " at the bottom of the screen.
1422 1437
1423 This means that Control-S/Control-Q (XON/XOFF) "flow control" is being 1438 This means that Control-S/Control-Q (XON/XOFF) "flow control" is being
1424 used. C-s/C-q flow control is bad for Emacs editors because it takes 1439 used. C-s/C-q flow control is bad for Emacs editors because it takes
1425 away C-s and C-q as user commands. Since editors do not output long 1440 away C-s and C-q as user commands. Since editors do not output long