bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64141: 27.1 newly has clunky type-break y-or-n-p


From: Juri Linkov
Subject: bug#64141: 27.1 newly has clunky type-break y-or-n-p
Date: Tue, 20 Jun 2023 19:46:48 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

>>   (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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]