From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: New PROBLEMS entry (bug#51760) Date: Fri, 12 Nov 2021 14:08:28 +0200 Message-ID: <835ysxzidf.fsf@gnu.org> References: <87ee7lppjy.fsf.ref@yahoo.com> <87ee7lppjy.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18131"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 12 13:10:47 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mlVOJ-0004XJ-13 for ged-emacs-devel@m.gmane-mx.org; Fri, 12 Nov 2021 13:10:47 +0100 Original-Received: from localhost ([::1]:35886 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mlVOH-00055t-GJ for ged-emacs-devel@m.gmane-mx.org; Fri, 12 Nov 2021 07:10:45 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:49218) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mlVMT-0003Kc-Lo for emacs-devel@gnu.org; Fri, 12 Nov 2021 07:08:53 -0500 Original-Received: from [2001:470:142:3::e] (port=55820 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mlVMT-00065t-Cs; Fri, 12 Nov 2021 07:08:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=YZsuDozJMOBPegPKX5EnM2vzlyPEq6ZY7WKraKpkfQI=; b=Wa7HOhtPYfb8 oq0HuA9c3HgyWVNaymPgrjvq5YcK8AnIq6U+L2qCrFUGiVGYOyOfBWeUjklgwOjm1Ozd8DmdmdTCO kSKoa3h4To2BCUsIheHzjURJ4LJYoU0zmNOzizaToUizy1+zldbkTq2pykYiin75f0GFwZ6NB/zcF 1KhYtT0n9YaiwQRYTusgzsA627FF9JVw9z5cexyCMAYoPYEF2sWgcuEKe07Inco/g4O4EIaoJK9Sx ak7C1jVBQtiiVdxZxXUR5VxN1A8k87DOOLuRybIBvF7E+ogmmwVC4cGE8bjY7pmA3bxh19zbOo4qg 5/WB6LyUxlUZL0rzX/15dA==; Original-Received: from [87.69.77.57] (port=3884 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mlVMM-0004bU-Jt; Fri, 12 Nov 2021 07:08:53 -0500 In-Reply-To: <87ee7lppjy.fsf@yahoo.com> (message from Po Lu on Fri, 12 Nov 2021 19:43:29 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:279290 Archived-At: > From: Po Lu > Date: Fri, 12 Nov 2021 19:43:29 +0800 > > ** 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. > > WDYT about this? Thanks in advance. SGTM, thanks. Does this happen on the emacs-28 branch as well? If so, please install the change on the emacs-28 branch.