# HG changeset patch # User Dave Love # Date 968431988 0 # Node ID 2c900086fb10f26be93dbe6e431897a50d83078e # Parent 6e606fa2856980c44423a7083c9898cd6edd19da OSF M-SPC. diff -r 6e606fa28569 -r 2c900086fb10 etc/PROBLEMS --- a/etc/PROBLEMS Fri Sep 08 16:31:11 2000 +0000 +++ b/etc/PROBLEMS Fri Sep 08 16:53:08 2000 +0000 @@ -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.