aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorEli Zaretskii2010-03-28 09:04:11 -0400
committerEli Zaretskii2010-03-28 09:04:11 -0400
commite7dbdb6dfc3ffdc25f8d32a43683500f596d9784 (patch)
treee7e73d34fe234175f7da59690ec5abf6f73b89a7 /etc/PROBLEMS
parent34689d3c1ad54fd463d5f20c64bb1ac655dc5741 (diff)
parent22ef1944028e9ac89a9717439b175ce3230a4ba1 (diff)
downloademacs-e7dbdb6dfc3ffdc25f8d32a43683500f596d9784.tar.gz
emacs-e7dbdb6dfc3ffdc25f8d32a43683500f596d9784.zip
Merge from mainline.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS15
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.
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.
1422Typing M-x rings the terminal bell, and inserts a string like ";120~".
1423For recent xterm versions (>= 216), Emacs uses xterm's modifyOtherKeys
1424feature to generate strings for key combinations that are not
1425otherwise usable. One circumstance in which this can cause problems
1426is if you have specified the X resource
1427
1428 xterm*VT100.Translations
1429
1430to contain translations that use the meta key. Then xterm will not
1431use meta in modified function-keys, which confuses Emacs. To fix
1432this, 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
1423This means that Control-S/Control-Q (XON/XOFF) "flow control" is being 1438This means that Control-S/Control-Q (XON/XOFF) "flow control" is being