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
View this message in rfc822 format
> 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).
>
> --- 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.
Thanks.
This bug report was last modified 5 years and 361 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.