GNU bug report logs -
#32257
26.1; read-multiple-choice inf loops on mouse clicks
Previous Next
Reported by: Noam Postavsky <npostavs <at> gmail.com>
Date: Tue, 24 Jul 2018 12:07:01 UTC
Severity: normal
Tags: fixed, patch
Found in version 26.1
Fixed in version 26.3
Done: Noam Postavsky <npostavs <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #47 received at submit <at> debbugs.gnu.org (full text, mbox):
On Tue 31 Jul 2018, Eli Zaretskii wrote:
>> From: Noam Postavsky <npostavs <at> gmail.com>
>> Cc: 32257 <at> debbugs.gnu.org, andrewjmoreton <at> gmail.com
>> Date: Mon, 30 Jul 2018 21:52:40 -0400
>>
>> Another possibility is to use read-char-exclusive which only changes
>> ERROR_NON_ASCII to 0. The downside is that when there are mouse clicks
>> it prints the events into the minibuffer, covering the prompt (but
>> typing "?" still works to restore the prompt).
Only if you know in advance that typing "?" will do that.
>> --- i/lisp/emacs-lisp/rmc.el
>> +++ w/lisp/emacs-lisp/rmc.el
>> @@ -118,7 +118,7 @@ read-multiple-choice
>> choices)))
>> (condition-case nil
>> (let ((cursor-in-echo-area t))
>> - (read-char))
>> + (read-char-exclusive))
>> (error nil))))
>> (setq answer (lookup-key query-replace-map (vector tchar) t))
>> (setq tchar
>
> Maybe this is the best compromise for emacs-026. We could search for
> a better (and bolder) solution on master.
This is no better than the status quo. Noam's original patch may bring
some possibility of new problems, but it does at least fix the original
problem (on emacs-26 and master).
AndyM
This bug report was last modified 5 years and 362 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.