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

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

bug#16702: 24.3.50; flyspell in message mode messes up latin prefix inpu


From: Stefan Monnier
Subject: bug#16702: 24.3.50; flyspell in message mode messes up latin prefix input
Date: Thu, 13 Feb 2014 12:17:14 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> Of course, I'm not saying we should actually revert this change: it
> was done for a reason.

The reason was another interaction with the same sit-for in flyspell,
where the event read needed to be read while inheriting input method.

We fundamentally have two bugs:
- sit-for shouldn't use read-event: as noted it's impossible to
  undo it via unread-command-events.
- flyspell shouldn't use sit-for: it should return immediately and start
  a timer to do the delayed check.


        Stefan





reply via email to

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