diff options
| author | Eli Zaretskii | 2001-10-04 19:40:06 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-10-04 19:40:06 +0000 |
| commit | 3f222eb52f040806dd03a2a084d4125e91e62e59 (patch) | |
| tree | f2805d53192c312947a62fdb38c389add042f7d8 | |
| parent | 0bcf87c15951347a4c36d31f3f3bdb31afdb340f (diff) | |
| download | emacs-3f222eb52f040806dd03a2a084d4125e91e62e59.tar.gz emacs-3f222eb52f040806dd03a2a084d4125e91e62e59.zip | |
(Meta key does not work in xterm): Add .Xdefaults fragment for xterm
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. | |||
| 4912 | For X11: Make sure it really is a @key{Meta} key. Use @code{xev} to | 4912 | For X11: Make sure it really is a @key{Meta} key. Use @code{xev} to |
| 4913 | find out what keysym your @key{Meta} key generates. It should be either | 4913 | find out what keysym your @key{Meta} key generates. It should be either |
| 4914 | @code{Meta_L} or @code{Meta_R}. If it isn't, use @file{xmodmap} to fix | 4914 | @code{Meta_L} or @code{Meta_R}. If it isn't, use @file{xmodmap} to fix |
| 4915 | the situation. | 4915 | the situation. If @key{Meta} does generate @code{Meta_L} or |
| 4916 | @code{Meta_R}, but @kbd{M-x} produces a non-ASCII character, put this in | ||
| 4917 | your @file{~/.Xdefaults} file: | ||
| 4918 | |||
| 4919 | @example | ||
| 4920 | XTerm*eightBitInput: false | ||
| 4921 | XTerm*eightBitOutput: true | ||
| 4922 | @end example | ||
| 4916 | 4923 | ||
| 4917 | @item | 4924 | @item |
| 4918 | Make sure the @code{pty} the @code{xterm} is using is passing 8 bit | 4925 | Make sure the @code{pty} the @code{xterm} is using is passing 8 bit |