GNU bug report logs - #31692
aggressive-indent-mode causes Emacs to sometimes drop key events

Previous Next

Package: emacs;

Reported by: Radon Rosborough <radon.neon <at> gmail.com>

Date: Sun, 3 Jun 2018 02:23:02 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: radon.neon <at> gmail.com, 31692 <at> debbugs.gnu.org, monnier <at> IRO.UMontreal.CA
Subject: bug#31692: Emacs sometimes drops key events
Date: Thu, 05 Jul 2018 22:27:11 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: radon.neon <at> gmail.com,  31692 <at> debbugs.gnu.org,  monnier <at> IRO.UMontreal.CA
> Date: Thu, 05 Jul 2018 21:07:08 +0200
> 
> I want to use `while-no-input' to calculate a helpful string for
> `minibuffer-message' when reading certain input from the minibuffer, and
> also use `sit-for' (inside the `while-no-input') to add delays
> between/after minibuffer messages.  When I hit C-g when this runs, I get
> a normal quit instead of what C-g is bound to in the minibuffer.  My
> current fix is to catch the quit (once again) and call the command that
> is bound to C-g.

I don't think you can reliably rebind C-g.  For starters, it produces
SIGINT on TTY frames, so I think rebinding will have no effect, at
least in that use case.

Anyway, can you show some Lisp to reproduce the issue?

Thanks.




This bug report was last modified 7 years and 19 days ago.

Previous Next


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