diff options
| author | Dave Love | 2000-09-08 16:53:08 +0000 |
|---|---|---|
| committer | Dave Love | 2000-09-08 16:53:08 +0000 |
| commit | 119d3665182175d1900c7da8bd0311b99e0df11c (patch) | |
| tree | bccfc5c70f554feebd4dd8908e893c68200e95e3 | |
| parent | d93c318653b590403d1541a3e38bc460dbedf754 (diff) | |
| download | emacs-119d3665182175d1900c7da8bd0311b99e0df11c.tar.gz emacs-119d3665182175d1900c7da8bd0311b99e0df11c.zip | |
OSF M-SPC.
| -rw-r--r-- | etc/PROBLEMS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index e34c22654f9..327139a02b0 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1,6 +1,14 @@ | |||
| 1 | This file describes various problems that have been encountered | 1 | This file describes various problems that have been encountered |
| 2 | in compiling, installing and running GNU Emacs. | 2 | in compiling, installing and running GNU Emacs. |
| 3 | 3 | ||
| 4 | * On OSF/Dec Unix/Tru64/<whatever it is this year> under X locally or | ||
| 5 | remotely, M-SPC acts as a `compose' key with strange results. See | ||
| 6 | keyboard(5). | ||
| 7 | |||
| 8 | Changing Alt_L to Meta_L fixes it: | ||
| 9 | % xmodmap -e 'keysym Alt_L = Meta_L Alt_L' | ||
| 10 | % xmodmap -e 'keysym Alt_R = Meta_R Alt_R' | ||
| 11 | |||
| 4 | * Error "conflicting types for `initstate'" compiling with GCC on Irix 6. | 12 | * Error "conflicting types for `initstate'" compiling with GCC on Irix 6. |
| 5 | 13 | ||
| 6 | Install GCC 2.95 or a newer version, and this problem should go away. | 14 | Install GCC 2.95 or a newer version, and this problem should go away. |