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

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

bug#31692: Emacs sometimes drops key events


From: Noam Postavsky
Subject: bug#31692: Emacs sometimes drops key events
Date: Sun, 03 Jun 2018 08:13:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Radon Rosborough <radon.neon@gmail.com> writes:

> I noticed that whenever a key is dropped, the text "Quit" is logged in
> the *Messages* buffer. However, `keyboard-quit' doesn't get called; I
> checked by adding an advice. Something in the C code causes a quit
> event to be signaled and also aborts the processing of my key event,
> apparently.

Maybe you could run under a debugger and make it print a backtrace when
a quit happens?

break quit
commands
  silent
  bt
  continue
end

set height 0 # don't page






reply via email to

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