Index: emacs/etc/PROBLEMS diff -c emacs/etc/PROBLEMS:1.175 emacs/etc/PROBLEMS:1.176 *** emacs/etc/PROBLEMS:1.175 Wed Jun 8 12:13:32 2005 --- emacs/etc/PROBLEMS Sat Jun 25 04:48:24 2005 *************** *** 961,966 **** --- 961,980 ---- 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
_______________________________________________ Emacs-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-diffs
