diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-10-04 19:40:06 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-10-04 19:40:06 +0000 |
commit | 0ebd39ae2d0efcf11a51bbee3749ee3e9e2b3f12 (patch) | |
tree | 287859a7b5e09373ada24dd583f8d2c78acf53b4 | |
parent | c54554d269f6f6bbbb19f851b3114e4d2e63fa78 (diff) | |
download | emacs-EMACS_21_1_BASE.tar.gz |
(Meta key does not work in xterm): Add .Xdefaults fragment for xtermEMACS_21_1_BASE
to produce Meta keys.
-rw-r--r-- | man/faq.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/man/faq.texi b/man/faq.texi index d9b57f32d82..dc60b6616fc 100644 --- a/man/faq.texi +++ b/man/faq.texi @@ -4912,7 +4912,14 @@ You may have big problems using @code{mwm} as your window manager. For X11: Make sure it really is a @key{Meta} key. Use @code{xev} to find out what keysym your @key{Meta} key generates. It should be either @code{Meta_L} or @code{Meta_R}. If it isn't, use @file{xmodmap} to fix -the situation. +the situation. If @key{Meta} does generate @code{Meta_L} or +@code{Meta_R}, but @kbd{M-x} produces a non-ASCII character, put this in +your @file{~/.Xdefaults} file: + +@example + XTerm*eightBitInput: false + XTerm*eightBitOutput: true +@end example @item Make sure the @code{pty} the @code{xterm} is using is passing 8 bit |