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#64141: 27.1 newly has clunky type-break y-or-n-p Date: Tue, 20 Jun 2023 19:46:48 +0300 Organization: LINKOV.NET Message-ID: <86pm5qqee7.fsf@mail.linkov.net> References: <83a5wxp6xw.fsf@gnu.org> <86y1ker574.fsf@mail.linkov.net> <834jn273uv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27981"; 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: 64141@debbugs.gnu.org, samologist@gmail.com To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jun 20 18:53:32 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 1qBebk-00077t-4f for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 20 Jun 2023 18:53:32 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qBebR-0007JZ-D6; Tue, 20 Jun 2023 12:53:13 -0400 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 1qBebO-0007J1-Hz for bug-gnu-emacs@gnu.org; Tue, 20 Jun 2023 12:53:10 -0400 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 1qBebG-0005Yw-C7 for bug-gnu-emacs@gnu.org; Tue, 20 Jun 2023 12:53:10 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qBebF-0002IO-Qn for bug-gnu-emacs@gnu.org; Tue, 20 Jun 2023 12:53:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 20 Jun 2023 16:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64141 X-GNU-PR-Package: emacs Original-Received: via spool by 64141-submit@debbugs.gnu.org id=B64141.16872799348747 (code B ref 64141); Tue, 20 Jun 2023 16:53:01 +0000 Original-Received: (at 64141) by debbugs.gnu.org; 20 Jun 2023 16:52:14 +0000 Original-Received: from localhost ([127.0.0.1]:59676 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBeaT-0002H1-PO for submit@debbugs.gnu.org; Tue, 20 Jun 2023 12:52:14 -0400 Original-Received: from relay7-d.mail.gandi.net ([217.70.183.200]:55863) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBeaS-0002Go-7Q for 64141@debbugs.gnu.org; Tue, 20 Jun 2023 12:52:12 -0400 X-GND-Sasl: juri@linkov.net X-GND-Sasl: juri@linkov.net X-GND-Sasl: juri@linkov.net Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 881A020009; Tue, 20 Jun 2023 16:52:05 +0000 (UTC) In-Reply-To: <834jn273uv.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 20 Jun 2023 14:47:04 +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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:263772 Archived-At: >> (run-with-timer 5 5 #'yes-or-no-p "OK? ") >> >> and activated isearch. Then the typed answer was added >> to the search string. Emacs 28 has an option >> 'y-or-n-p-use-read-key' that you can set for type-break >> that pops up the query at random times. But the problem >> still exists for 'yes-or-no-p'. > > Is this a new problem? That is, did we have this working OK in some > previous version of Emacs? If so, which version had it right? This never worked in isearch: (run-with-timer 5 5 #'yes-or-no-p "OK? ") The patch to support this case was proposed in bug#62032.