From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#45005: 28.0.50; input method does not switch back Date: Tue, 08 Dec 2020 21:18:31 +0200 Organization: LINKOV.NET Message-ID: <87a6uo6s6g.fsf@mail.linkov.net> References: <87v9dc6557.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21289"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 45005@debbugs.gnu.org To: Jean Louis Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Dec 08 20:28:05 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1kmieb-0005On-AH for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 08 Dec 2020 20:28:05 +0100 Original-Received: from localhost ([::1]:47082 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kmiea-00007q-AH for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 08 Dec 2020 14:28:04 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45632) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmiYl-0003CJ-Jt for bug-gnu-emacs@gnu.org; Tue, 08 Dec 2020 14:22:05 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:48284) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kmiYk-0000kS-NR for bug-gnu-emacs@gnu.org; Tue, 08 Dec 2020 14:22:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kmiYk-0004ds-IJ for bug-gnu-emacs@gnu.org; Tue, 08 Dec 2020 14:22:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 08 Dec 2020 19:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45005 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 45005-submit@debbugs.gnu.org id=B45005.160745526917770 (code B ref 45005); Tue, 08 Dec 2020 19:22:02 +0000 Original-Received: (at 45005) by debbugs.gnu.org; 8 Dec 2020 19:21:09 +0000 Original-Received: from localhost ([127.0.0.1]:59828 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmiXt-0004cX-4d for submit@debbugs.gnu.org; Tue, 08 Dec 2020 14:21:09 -0500 Original-Received: from relay6-d.mail.gandi.net ([217.70.183.198]:37917) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmiXr-0004bO-9v for 45005@debbugs.gnu.org; Tue, 08 Dec 2020 14:21:07 -0500 X-Originating-IP: 91.129.99.98 Original-Received: from mail.gandi.net (m91-129-99-98.cust.tele2.ee [91.129.99.98]) (Authenticated sender: juri@linkov.net) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 2ADF4C0002; Tue, 8 Dec 2020 19:20:59 +0000 (UTC) In-Reply-To: (Jean Louis's message of "Tue, 8 Dec 2020 13:10:15 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:195429 Archived-At: >> tags 45005 + patch > > That is great if it is solved not to happen again. > > I cannot see through. Are you sure you found the right culprit? If you used isearch before this problem started to occur then I'm quite sure this was the culprit. Meanwhile, until this patch is applied, you can neutralize the consequences of this problem by evaluating: (setq-default input-method-function nil)