diff options
| author | Miles Bader | 2006-04-17 08:41:12 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-04-17 08:41:12 +0000 |
| commit | cfc2051d0ed5a268528a647ab0911a2f5cc451de (patch) | |
| tree | cb622fe0b6c1ba8b97314fb80ba2fd8fad60a5a2 /etc/PROBLEMS | |
| parent | ca49cf1703cc20d50653c32ca2f438c8819b78bd (diff) | |
| parent | e4a89ccf738861d7b9c4f611185aa0f204c9c208 (diff) | |
| download | emacs-cfc2051d0ed5a268528a647ab0911a2f5cc451de.tar.gz emacs-cfc2051d0ed5a268528a647ab0911a2f5cc451de.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 204-225)
- Update from CVS
- Sync from erc--emacs--0
- Merge from gnus--rel--5.10
- Improve tq.el.
- Update from CVS: src/puresize.h (PURESIZE_RATIO): Reduce to 10/6.
* gnus--rel--5.10 (patch 81-85)
- Update from CVS
- Merge from emacs--devo--0
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index afe0493d760..6435bd2e673 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -995,7 +995,7 @@ xmodmap command to the xdm setup script for that display. | |||
| 995 | 995 | ||
| 996 | Use the shell command `xset bc' to make the old X Menu package work. | 996 | Use the shell command `xset bc' to make the old X Menu package work. |
| 997 | 997 | ||
| 998 | *** C-SPC fails to work on Fedora GNU/Linux. | 998 | *** C-SPC fails to work on Fedora GNU/Linux (or with fcitx input method). |
| 999 | 999 | ||
| 1000 | Fedora Core 4 steals the C-SPC key by default for the `iiimx' program | 1000 | Fedora Core 4 steals the C-SPC key by default for the `iiimx' program |
| 1001 | which is the input method for some languages. It blocks Emacs users | 1001 | which is the input method for some languages. It blocks Emacs users |
| @@ -1009,6 +1009,12 @@ Another is to specify `Emacs*useXIM: false' in your X resources. | |||
| 1009 | 1009 | ||
| 1010 | Another is to build Emacs with the `--without-xim' configure option. | 1010 | Another is to build Emacs with the `--without-xim' configure option. |
| 1011 | 1011 | ||
| 1012 | The same problem happens on any other system if you are using fcitx | ||
| 1013 | (Chinese input method) which by default use C-SPC for toggling. If | ||
| 1014 | you want to use fcitx with Emacs, you have two choices. Toggle fcitx | ||
| 1015 | by another key (e.g. C-\) by modifying ~/.fcitx/config, or be | ||
| 1016 | accustomed to use C-@ for `set-mark-command'. | ||
| 1017 | |||
| 1012 | *** M-SPC seems to be ignored as input. | 1018 | *** M-SPC seems to be ignored as input. |
| 1013 | 1019 | ||
| 1014 | See if your X server is set up to use this as a command | 1020 | See if your X server is set up to use this as a command |