]> git.eshelyaron.com Git - emacs.git/commitdiff
Document problem with fcitx and xwidgets
authorPo Lu <luangruo@yahoo.com>
Fri, 12 Nov 2021 12:15:50 +0000 (20:15 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 12 Nov 2021 12:17:03 +0000 (20:17 +0800)
* etc/PROBLEMS (Internationalization problems): Document buggy fcitx
with xwidgets.

etc/PROBLEMS

index d8d4cf7a17c824b4d2b070474a67f8bf931665a7..766e4e0d2c0a1e41f2a50e05f02ec58c35f804a7 100644 (file)
@@ -1087,6 +1087,24 @@ The solution is to remove the corresponding lines from the appropriate
 'fonts.alias' file, then run 'mkfontdir' in that directory, and then run
 'xset fp rehash'.
 
+** fcitx input methods don't work with xwidgets.
+
+fcitx-based input methods might not work when xwidgets are displayed,
+such as inside an xwidget-webkit buffer.  This manifests as the pre-edit
+window of the input method disappearing, and the Emacs frame losing
+input focus as soon as you try to type anything.  You can work around
+this problem by switching to IBus, or by using a native Emacs input
+method and disabling XIM altogether.  For example, you can add the
+following line:
+
+    Emacs.useXIM: false
+
+In your ~/.Xresources file, then run
+
+    $ xrdb
+
+And restart Emacs.
+
 * X runtime problems
 
 ** X keyboard problems