all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Po Lu via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: "江 暇疆" <aiselcce@outlook.com>
Cc: 53698@debbugs.gnu.org
Subject: bug#53698: 29.0.50; ibus input method of chinese with rime engine can't work in v27 and ibus candidate menu blink in v29
Date: Thu, 03 Feb 2022 09:20:56 +0800	[thread overview]
Message-ID: <87ee4k924n.fsf@yahoo.com> (raw)
In-Reply-To: <TYYPR01MB6928BF635CE7C30D95F2A23CCB269@TYYPR01MB6928.jpnprd01.prod.outlook.com> ("江 暇疆"'s message of "Tue, 1 Feb 2022 14:30:37 +0000")

江 暇疆 <aiselcce@outlook.com> writes:

>    i found a site say to use "lsof" checking if 'im-ibus.so' is called  for emacs,
>    then i use follow command:
>       emacs -q
>       ps -aux | grep emacs
>       lsof -p PID | grep im-ibus.so
>      -> grep found nothing.  in emacs -q , it can't input chinese.
>
>    so, i go to download src from https://github.com/emacs-mirror,
>    after the command  make   is done,
>    i tried these command:
>        ./src/emacs -q
>        ps -aux | grep emacs
>        lsof -p PID  | grep 'im-ibus.so'
>    -> emacs PID  kevin  mem       REG              259,3    34688 1847459 /usr/lib/gtk-3.0/3.0.0/immodules/im-ibus.so
>     -> 'im-ibus.so' it is there. and i can type chinese in emacs -q v29.
>     
>
>    i also tried to build:  https://ftp.gnu.org/gnu/emacs/emacs-27.2.tar.xz
>    with emacs -q, it can't input chinese using ibus,
>     and found nothing when use command:  
>         lsof -p PID  | grep 'im-ibus.so'.

The problem with Emacs 27 has already been fixed in 28.  So the real bug
is with the candidiate area blinking.

> but there still with two problem
>  (1). i found the menu is moved with cursor blink,
>     this short video is show what i say:  
>    (
>     https://drive.google.com/file/d/18ynnH5Zvv3C87JMqXumNFhwobgjiP3sC/view?usp=sharing
>     https://drive.google.com/file/d/16ghBGnQT8i03M3vxg456ZjyAAZMs665o/view?usp=sharing
>
>    one is no candidate word menu occur, in emacs 27 when swiched to ibus on and input.
>    another video is about the menu blink.
>    )
>
>  (2). since emacs 26, when i run ibus -rx ,
>       ibus only malfunction in emacs ,
>       in other like firefox work as normal.

Other programs such as Firefox typically use the GTK input module, while
Emacs uses XIM, which doesn't like it when the IM server restarts.

> could you hint me how to solved (1) mainly?  because there are
> packages or configs in emacs 29 can't work and the ibus menu blink
> when i type words in emacs 29 continuously using ibus-rime.

Does that only happen under Xwayland?  If so, set
`x-gtk-use-native-input' to t, which will let Emacs use the GTK input
module instead, and should resolve the issue.

Thanks.





  reply	other threads:[~2022-02-03  1:20 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-01 14:30 bug#53698: 29.0.50; ibus input method of chinese with rime engine can't work in v27 and ibus candidate menu blink in v29 江 暇疆
2022-02-03  1:20 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2022-02-03  7:34   ` Eli Zaretskii
2022-02-03  7:49     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-03 11:32   ` Štěpán Němec
2022-02-03 12:06     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-03 12:09       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-03 12:53         ` Štěpán Němec
2022-02-03 12:49       ` Štěpán Němec
2022-02-04  1:05         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-04  1:33           ` Štěpán Němec
2022-02-04  2:20             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-04  4:40               ` Štěpán Němec
2022-02-04  4:52                 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-04 10:30                   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-04 10:49                     ` Štěpán Němec
2022-02-04 12:01                       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
     [not found]               ` <CAEFYKcOokqwtci5tHmG7a5ho=OojykBe7iOJkCinVo5v9g4cUw@mail.gmail.com>
     [not found]                 ` <87o83n3zmp.fsf@yahoo.com>
     [not found]                   ` <CAEFYKcPSrDxdXxbrSZLiRuvQL5NLfx6OQM-7k3NJ1esdzEN6Sw@mail.gmail.com>
2022-02-04 12:04                     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ee4k924n.fsf@yahoo.com \
    --to=bug-gnu-emacs@gnu.org \
    --cc=53698@debbugs.gnu.org \
    --cc=aiselcce@outlook.com \
    --cc=luangruo@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.