aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPo Lu2021-11-12 20:15:50 +0800
committerPo Lu2021-11-12 20:17:03 +0800
commit449bc51dcd3d26bf81b4a239bf6279d955f487a9 (patch)
tree124a4ed57d2ab2a0c4cd26eb219102801cef15fe
parent75e219167e137c558fbfb1cbe9a9bc3ca0bbb6bc (diff)
downloademacs-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/PROBLEMS18
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
1092fcitx-based input methods might not work when xwidgets are displayed,
1093such as inside an xwidget-webkit buffer. This manifests as the pre-edit
1094window of the input method disappearing, and the Emacs frame losing
1095input focus as soon as you try to type anything. You can work around
1096this problem by switching to IBus, or by using a native Emacs input
1097method and disabling XIM altogether. For example, you can add the
1098following line:
1099
1100 Emacs.useXIM: false
1101
1102In your ~/.Xresources file, then run
1103
1104 $ xrdb
1105
1106And restart Emacs.
1107
1090* X runtime problems 1108* X runtime problems
1091 1109
1092** X keyboard problems 1110** X keyboard problems