emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 449bc51: Document problem with fcitx and xwidgets


From: Po Lu
Subject: master 449bc51: Document problem with fcitx and xwidgets
Date: Fri, 12 Nov 2021 07:17:20 -0500 (EST)

branch: master
commit 449bc51dcd3d26bf81b4a239bf6279d955f487a9
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Document problem with fcitx and xwidgets
    
    * etc/PROBLEMS (Internationalization problems): Document buggy fcitx
    with xwidgets.
---
 etc/PROBLEMS | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index d8d4cf7..766e4e0 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]