From: Stefan Kangas Date: Thu, 22 Oct 2020 11:58:23 +0000 (+0200) Subject: Remove reference HP-UX 8.0 and 9.x bug from FAQ X-Git-Tag: emacs-28.0.90~5489 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a5b4789d994622acc8eb5e92e476839025583edc;p=emacs.git Remove reference HP-UX 8.0 and 9.x bug from FAQ * doc/misc/efaq.texi (Meta key does not work in xterm): Remove section about a bug on HP-UX 8.0 and 9.x. Support for these platforms were removed in 23.1. --- diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index a5f33113439..e1b099edaab 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi @@ -3664,7 +3664,6 @@ See the file @file{nextstep/INSTALL} in the distribution. * Compose Character:: * Binding combinations of modifiers and function keys:: * Meta key does not work in xterm:: -* ExtendChar key does not work as Meta:: * SPC no longer completes file names:: @end menu @@ -4139,29 +4138,6 @@ You might have to replace @samp{Meta} with @samp{Alt}. @end itemize -@node ExtendChar key does not work as Meta -@section Why doesn't my @key{ExtendChar} key work as a @key{Meta} key under HP-UX 8.0 and 9.x? -@cindex @key{ExtendChar} key as @key{Meta} -@cindex @key{Meta}, using @key{ExtendChar} for -@cindex HP-UX, the @key{ExtendChar} key - -This is a result of an internationalization extension in X11R4 and the -fact that HP is now using this extension. Emacs assumes that the -@code{XLookupString} function returns the same result regardless of the -@key{Meta} key state which is no longer necessarily true. Until Emacs -is fixed, the temporary kludge is to run this command after each time -the X server is started but preferably before any xterm clients are: - -@example -xmodmap -e 'remove mod1 = Mode_switch' -@end example - -@c FIXME: Emacs 21 supports I18N in X11; does that mean that this bug is -@c solved? - -This will disable the use of the extra keysyms systemwide, which may be -undesirable if you actually intend to use them. - @node SPC no longer completes file names @section Why doesn't @key{SPC} complete file names anymore? @cindex @kbd{SPC} file name completion