1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

Document problem with fcitx and xwidgets

* etc/PROBLEMS (Internationalization problems): Document buggy fcitx
with xwidgets.
This commit is contained in:
Po Lu 2021-11-12 20:15:50 +08:00
parent 75e219167e
commit 449bc51dcd

View 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