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#60740: 29.0.60; Broken isearch-emoji-by-name Date: Thu, 12 Jan 2023 19:29:43 +0200 Organization: LINKOV.NET Message-ID: <861qnzhda0.fsf@mail.linkov.net> References: <86wn5sua6v.fsf@mail.linkov.net> <838ri8krtv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20646"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: 60740@debbugs.gnu.org, Eli Zaretskii , Jonas Bernoulli , Lars Ingebrigtsen To: Daniel =?UTF-8?Q?Mart=C3=ADn?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jan 12 18:43:44 2023 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 1pG1c7-00050F-Lk for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 12 Jan 2023 18:43:43 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pG1Qv-0002oM-Di; Thu, 12 Jan 2023 12:32:09 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pG1Qp-0002mP-3W for bug-gnu-emacs@gnu.org; Thu, 12 Jan 2023 12:32:07 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pG1Qo-000175-R9 for bug-gnu-emacs@gnu.org; Thu, 12 Jan 2023 12:32:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pG1Qo-0002Pl-EY for bug-gnu-emacs@gnu.org; Thu, 12 Jan 2023 12:32: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: Thu, 12 Jan 2023 17:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60740 X-GNU-PR-Package: emacs Original-Received: via spool by 60740-submit@debbugs.gnu.org id=B60740.16735446969245 (code B ref 60740); Thu, 12 Jan 2023 17:32:02 +0000 Original-Received: (at 60740) by debbugs.gnu.org; 12 Jan 2023 17:31:36 +0000 Original-Received: from localhost ([127.0.0.1]:48497 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pG1QN-0002P3-Vh for submit@debbugs.gnu.org; Thu, 12 Jan 2023 12:31:36 -0500 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:37635) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pG1QM-0002Oq-1n for 60740@debbugs.gnu.org; Thu, 12 Jan 2023 12:31:34 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id D7B71FF808; Thu, 12 Jan 2023 17:31:25 +0000 (UTC) In-Reply-To: ("Daniel =?UTF-8?Q?Mart=C3=ADn?="'s message of "Thu, 12 Jan 2023 12:25:03 +0100") 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:253240 Archived-At: >>> But typing e.g. 'C-s C-x 8 e RET waving hand RET' fails with: >>> >>> ⛔ Error (transient): Inconsistent transient state detected. >>> This should never happen. >>> Please open an issue and post the shown command log. >>> This is a heisenbug, so any additional details might help. >>> Thanks! >> >> Looks like a problem with any Emoji that has variants, where you need >> to select one of the variants? > > The command suspends the isearch while the emoji-search command is > invoked, but I see that the isearch reactivates prematurely, when the > Transient menu is shown (M-x debug-watch RET isearch-suspended RET is > helpful here). > > Perhaps this is conflicting with Transient in some way. We should try > to keep the isearch suspended until after the Transient menu interaction > has finished, I think. The question is rather opposite: why Transient doesn't use recursive-edit like all normal minibuffers?