emacs-devel
[Top][All Lists]
Advanced

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

Re: Timing of input-method output


From: Stefan Monnier
Subject: Re: Timing of input-method output
Date: Wed, 06 Feb 2019 17:55:39 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> I'm guessing this is because of the location of the input-event-function
> call. It's happening too soon, before quail has done anything to respond
> to the keypress that will result in complex input happening.

Oh, here's another random idea:

   in input-event-functions, start a timer to run "right away" (i.e. at
   the next occasion, which will be when we finish processing the
   current key and start waiting for the next).


-- Stefan



reply via email to

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