comparison etc/PROBLEMS @ 63756:c1c472b86d74

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Jun 2005 04:48:24 +0000
parents 33a466a1789c
children 83d11267d399
comparison
equal deleted inserted replaced
63755:36bd1972ba30 63756:c1c472b86d74
959 959
960 *** Using X Windows, control-shift-leftbutton makes Emacs hang. 960 *** Using X Windows, control-shift-leftbutton makes Emacs hang.
961 961
962 Use the shell command `xset bc' to make the old X Menu package work. 962 Use the shell command `xset bc' to make the old X Menu package work.
963 963
964 *** C-SPC fails to work on Fedora GNU/Linux.
965
966 Fedora Core 4 steals the C-SPC key by default for the `iiimx' program
967 which is the input method for some languages. It blocks Emacs users
968 from using the C-SPC key for `set-mark-command'.
969
970 One solutions is to remove the `<Ctrl>space' from the `Iiimx' file
971 which can be found in the `/usr/lib/X11/app-defaults' directory.
972 However, that requires root access.
973
974 Another is to specify `Emacs*useXIM: false' in your X resources.
975
976 Another is to build Emacs with the `--without-xim' configure option.
977
964 *** M-SPC seems to be ignored as input. 978 *** M-SPC seems to be ignored as input.
965 979
966 See if your X server is set up to use this as a command 980 See if your X server is set up to use this as a command
967 for character composition. 981 for character composition.
968 982