From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Madhu Newsgroups: gmane.emacs.devel Subject: Re: problem with ibus + XIM with emacs XT ? Date: Fri, 14 Jan 2022 06:48:25 +0530 (IST) Message-ID: <20220114.064825.1134606804964277930.enometh@meer.net> References: <20220113.185137.2182001463957804312.enometh@meer.net> <87bl0fix1b.fsf@yahoo.com> <87tue7gmsd.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14679"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: luangruo@yahoo.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 14 02:19:58 2022 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 1n8BG1-0003eI-Gr for ged-emacs-devel@m.gmane-mx.org; Fri, 14 Jan 2022 02:19:57 +0100 Original-Received: from localhost ([::1]:57666 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n8BFz-0008BR-OL for ged-emacs-devel@m.gmane-mx.org; Thu, 13 Jan 2022 20:19:55 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:37116) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n8BEh-0007To-M7 for emacs-devel@gnu.org; Thu, 13 Jan 2022 20:18:35 -0500 Original-Received: from smtp6.ctinetworks.com ([205.166.61.199]:57962) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n8BEg-0003qx-45 for emacs-devel@gnu.org; Thu, 13 Jan 2022 20:18:35 -0500 Original-Received: from localhost (unknown [117.193.15.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: enometh@meer.net) by smtp6.ctinetworks.com (Postfix) with ESMTPSA id 4F1778484E; Thu, 13 Jan 2022 20:18:28 -0500 (EST) In-Reply-To: <87tue7gmsd.fsf@yahoo.com> X-Mailer: Mew version 6.8 on Emacs 29.0.50 X-ctinetworks-Information: Please contact the ISP for more information X-ctinetworks-MailScanner-ID: 4F1778484E.A5E75 X-ctinetworks-VirusCheck: Found to be clean X-ctinetworks-Watermark: 1642987112.67883@glwANI3W/7wvd50A01Ym/A Received-SPF: pass client-ip=205.166.61.199; envelope-from=enometh@meer.net; helo=smtp6.ctinetworks.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:284726 Archived-At: * Po Lu <87tue7gmsd.fsf@yahoo.com> Wrote on Fri, 14 Jan 2022 08:53:54 +0800 > Before you do that, please try master. I tried to fix it there. commit 83ae392d592 on master does fix the reported problem. Thanks!