]> git.eshelyaron.com Git - emacs.git/commitdiff
OSF M-SPC.
authorDave Love <fx@gnu.org>
Fri, 8 Sep 2000 16:53:08 +0000 (16:53 +0000)
committerDave Love <fx@gnu.org>
Fri, 8 Sep 2000 16:53:08 +0000 (16:53 +0000)
etc/PROBLEMS

index e34c22654f91be7abe74f3c5221c2aa194bb8d24..327139a02b01d49db6dae132207a53db6f9ac88e 100644 (file)
@@ -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/<whatever it is this year> 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.