bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#53172: 29.0.50; cannot use fcitx5 after upgrading emacs


From: Po Lu
Subject: bug#53172: 29.0.50; cannot use fcitx5 after upgrading emacs
Date: Tue, 11 Jan 2022 16:17:51 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

王会斌 <fighter90@163.com> writes:

> From: wanghb@arch.mail-host-address-is-not-set
>
> To: bug-gnu-emacs@gnu.org
>
> Subject: 29.0.50; cannot use fcitx5 after upgrading emacs
>
> Date: Tue, 11 Jan 2022 09:22:01 +0800
>
> Message-ID: <87pmoz9idi.fsf@arch.mail-host-address-is-not-set>
>
> --text follows this line--
>
> After upgrading emacs to the latest version, I cannot enable fcitx5 in
>
> emacs.
>
> When I try to enable it, the frame of fcitx just appears and disappears
>
> quickly.
>
> The version that does not has this issue I know is
>
> emacs-git-29.0.50.153249-1-x86_64.pkg.tar.zst. And the version I am
>
> using, which has this issue, is 29.0.50.153486-1.

I tend to suspect this is an fcitx bug caused by some of the recent
changes to XIM support on master (Emacs is essentially the last
remaining XIM client that is actually used, along with WPS Office, so it
doesn't get very good support from modern input method frameworks.)

Please try launching Emacs with like below in turn, and tell with which
options fcitx remains broken:

  emacs -q -xrm 'Emacs.inputStyle: none'
  emacs -q -xrm 'Emacs.inputStyle: offthespot'
  emacs -q -xrm 'Emacs.inputStyle: overthespot'
  emacs -q -xrm 'Emacs.inputStyle: root'
  emacs -q -xrm 'Emacs.inputStyle: callback'

Thanks.




reply via email to

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