comparison man/faq.texi @ 39551:4e108e81543a EMACS_21_1_BASE

(Meta key does not work in xterm): Add .Xdefaults fragment for xterm to produce Meta keys.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 04 Oct 2001 19:40:06 +0000
parents c41e104c3131
children 79d5f2aed303
comparison
equal deleted inserted replaced
39550:60435e699582 39551:4e108e81543a
4910 4910
4911 @item 4911 @item
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
4919 characters. @samp{stty -a} (or @samp{stty everything}) should show 4926 characters. @samp{stty -a} (or @samp{stty everything}) should show
4920 @samp{cs8} somewhere. If it shows @samp{cs7} instead, use @samp{stty 4927 @samp{cs8} somewhere. If it shows @samp{cs7} instead, use @samp{stty