diff options
| author | Po Lu | 2021-11-12 20:15:50 +0800 |
|---|---|---|
| committer | Po Lu | 2021-11-12 20:17:03 +0800 |
| commit | 449bc51dcd3d26bf81b4a239bf6279d955f487a9 (patch) | |
| tree | 124a4ed57d2ab2a0c4cd26eb219102801cef15fe | |
| parent | 75e219167e137c558fbfb1cbe9a9bc3ca0bbb6bc (diff) | |
| download | emacs-449bc51dcd3d26bf81b4a239bf6279d955f487a9.tar.gz emacs-449bc51dcd3d26bf81b4a239bf6279d955f487a9.zip | |
Document problem with fcitx and xwidgets
* etc/PROBLEMS (Internationalization problems): Document buggy fcitx
with xwidgets.
| -rw-r--r-- | etc/PROBLEMS | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index d8d4cf7a17c..766e4e0d2c0 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1087,6 +1087,24 @@ The solution is to remove the corresponding lines from the appropriate | |||
| 1087 | 'fonts.alias' file, then run 'mkfontdir' in that directory, and then run | 1087 | 'fonts.alias' file, then run 'mkfontdir' in that directory, and then run |
| 1088 | 'xset fp rehash'. | 1088 | 'xset fp rehash'. |
| 1089 | 1089 | ||
| 1090 | ** fcitx input methods don't work with xwidgets. | ||
| 1091 | |||
| 1092 | fcitx-based input methods might not work when xwidgets are displayed, | ||
| 1093 | such as inside an xwidget-webkit buffer. This manifests as the pre-edit | ||
| 1094 | window of the input method disappearing, and the Emacs frame losing | ||
| 1095 | input focus as soon as you try to type anything. You can work around | ||
| 1096 | this problem by switching to IBus, or by using a native Emacs input | ||
| 1097 | method and disabling XIM altogether. For example, you can add the | ||
| 1098 | following line: | ||
| 1099 | |||
| 1100 | Emacs.useXIM: false | ||
| 1101 | |||
| 1102 | In your ~/.Xresources file, then run | ||
| 1103 | |||
| 1104 | $ xrdb | ||
| 1105 | |||
| 1106 | And restart Emacs. | ||
| 1107 | |||
| 1090 | * X runtime problems | 1108 | * X runtime problems |
| 1091 | 1109 | ||
| 1092 | ** X keyboard problems | 1110 | ** X keyboard problems |