diff options
| author | Kenichi Handa | 2006-04-11 01:28:04 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-04-11 01:28:04 +0000 |
| commit | 2fb18d1328ca01410d24a73939e5b79a6a12a914 (patch) | |
| tree | b443a4fd045bd1ae301c1461ac7eebc546d07506 /etc | |
| parent | 81117bddbd9f786706c28b53d25f276918731427 (diff) | |
| download | emacs-2fb18d1328ca01410d24a73939e5b79a6a12a914.tar.gz emacs-2fb18d1328ca01410d24a73939e5b79a6a12a914.zip | |
(C-SPC fails ...): Add description for fcitx.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/PROBLEMS | 8 |
2 files changed, 11 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 7811dc46526..28ae69d3410 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-04-11 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * PROBLEMS (C-SPC fails ...): Add description for fcitx. | ||
| 4 | |||
| 1 | 2006-04-10 Bill Wohler <wohler@newt.com> | 5 | 2006-04-10 Bill Wohler <wohler@newt.com> |
| 2 | 6 | ||
| 3 | * NEWS: Add package-version keyword to `defcustom' and mention | 7 | * NEWS: Add package-version keyword to `defcustom' and mention |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index de0dc31edff..f106f9a4a17 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -991,7 +991,7 @@ xmodmap command to the xdm setup script for that display. | |||
| 991 | 991 | ||
| 992 | Use the shell command `xset bc' to make the old X Menu package work. | 992 | Use the shell command `xset bc' to make the old X Menu package work. |
| 993 | 993 | ||
| 994 | *** C-SPC fails to work on Fedora GNU/Linux. | 994 | *** C-SPC fails to work on Fedora GNU/Linux (or with some input method). |
| 995 | 995 | ||
| 996 | Fedora Core 4 steals the C-SPC key by default for the `iiimx' program | 996 | Fedora Core 4 steals the C-SPC key by default for the `iiimx' program |
| 997 | which is the input method for some languages. It blocks Emacs users | 997 | which is the input method for some languages. It blocks Emacs users |
| @@ -1005,6 +1005,12 @@ Another is to specify `Emacs*useXIM: false' in your X resources. | |||
| 1005 | 1005 | ||
| 1006 | Another is to build Emacs with the `--without-xim' configure option. | 1006 | Another is to build Emacs with the `--without-xim' configure option. |
| 1007 | 1007 | ||
| 1008 | The same problem happens on any other system if you are using fcitx | ||
| 1009 | (Chinese input method) which by default use C-SPC for toggling. If | ||
| 1010 | you want to use fcitx with Emacs, you have two choices. Toggle fcitx | ||
| 1011 | by another key (e.g. C-\) by modifying ~/.fcitx/config, or be | ||
| 1012 | accustomed to use C-@ for `set-mark-command'. | ||
| 1013 | |||
| 1008 | *** M-SPC seems to be ignored as input. | 1014 | *** M-SPC seems to be ignored as input. |
| 1009 | 1015 | ||
| 1010 | See if your X server is set up to use this as a command | 1016 | See if your X server is set up to use this as a command |