GNU bug report logs - #19718
read_filtered_event echos mouse events until character is inputted

Previous Next

Package: emacs;

Reported by: Nick Andryshak <nandryshak <at> gmail.com>

Date: Wed, 28 Jan 2015 20:38:02 UTC

Severity: minor

Full log


Message #10 received at control <at> debbugs.gnu.org (full text, mbox):

From: Noam Postavsky <npostavs <at> gmail.com>
To: Nick Andryshak <nandryshak <at> gmail.com>
Cc: 19718 <at> debbugs.gnu.org
Subject: Re: bug#19718: read_filtered_event echos mouse events until character
 is inputted
Date: Mon, 14 May 2018 22:43:17 -0400
severity 19718 minor
quit

Nick Andryshak <nandryshak <at> gmail.com> writes:

> --- a/src/lread.c
> +++ b/src/lread.c
> @@ -651,7 +651,10 @@ read_filtered_event (bool no_switch_frame, bool ascii_required,
>               error ("Non-character input-event");
>             }
>           else
> -           goto retry;
> +            {
> +              message1 (0);
> +              goto retry;
> +            }

Hmm, it doesn't quite work.  The minibuffer is blanked, but if I wait a
second or two, then the all those mouse events show up again.




This bug report was last modified 3 years and 222 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.