From: Dave Love Date: Fri, 8 Sep 2000 16:53:08 +0000 (+0000) Subject: OSF M-SPC. X-Git-Tag: emacs-pretest-21.0.90~1688 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=119d3665182175d1900c7da8bd0311b99e0df11c;p=emacs.git OSF M-SPC. --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index e34c22654f9..327139a02b0 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -1,6 +1,14 @@ This file describes various problems that have been encountered in compiling, installing and running GNU Emacs. +* On OSF/Dec Unix/Tru64/ under X locally or +remotely, M-SPC acts as a `compose' key with strange results. See +keyboard(5). + +Changing Alt_L to Meta_L fixes it: +% xmodmap -e 'keysym Alt_L = Meta_L Alt_L' +% xmodmap -e 'keysym Alt_R = Meta_R Alt_R' + * Error "conflicting types for `initstate'" compiling with GCC on Irix 6. Install GCC 2.95 or a newer version, and this problem should go away.