diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-06-25 04:48:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-06-25 04:48:24 +0000 |
commit | 09352e8f259561df2d7c34a7feba028ba32a0149 (patch) | |
tree | de15a357e4f2ee94e1ebca6194b6fde2d394efa9 /etc | |
parent | 7690cbb0f9d9f7bb56edd67c06a89f116dd4f80d (diff) | |
download | emacs-09352e8f259561df2d7c34a7feba028ba32a0149.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/PROBLEMS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 3bca366ef26..5b0c4e5eee7 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -961,6 +961,20 @@ xmodmap command to the xdm setup script for that display. Use the shell command `xset bc' to make the old X Menu package work. +*** C-SPC fails to work on Fedora GNU/Linux. + +Fedora Core 4 steals the C-SPC key by default for the `iiimx' program +which is the input method for some languages. It blocks Emacs users +from using the C-SPC key for `set-mark-command'. + +One solutions is to remove the `<Ctrl>space' from the `Iiimx' file +which can be found in the `/usr/lib/X11/app-defaults' directory. +However, that requires root access. + +Another is to specify `Emacs*useXIM: false' in your X resources. + +Another is to build Emacs with the `--without-xim' configure option. + *** M-SPC seems to be ignored as input. See if your X server is set up to use this as a command |