emacs-devel
[Top][All Lists]
Advanced

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

Re: enum event_kind: timer_event usage?


From: Richard Stallman
Subject: Re: enum event_kind: timer_event usage?
Date: Mon, 10 Jun 2002 04:14:58 -0600 (MDT)

    enum event_kind
    {
    ...
      timer_event,                  /* A timer fired.  */
    ...
    };

    Do we use this event type? I can not find anything.

ISTR that we were thinking about changing in the way timers are
handled: a signal would put such an event in the queue, and it would
be handled by the code that reads events.

This could result in a great simplification of the timer code.




reply via email to

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