unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* enum event_kind: timer_event usage?
@ 2002-06-08 18:07 Pavel Janík
  2002-06-10 10:14 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Janík @ 2002-06-08 18:07 UTC (permalink / raw)


Hi,

termhooks.h contains:

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

Do we use this event type? I can not find anything.
-- 
Pavel Janík

Test input for validity and plausibility.
                  --  The Elements of Programming Style (Kernighan & Plaugher)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: enum event_kind: timer_event usage?
  2002-06-08 18:07 enum event_kind: timer_event usage? Pavel Janík
@ 2002-06-10 10:14 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2002-06-10 10:14 UTC (permalink / raw)
  Cc: emacs-devel

    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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-06-10 10:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-08 18:07 enum event_kind: timer_event usage? Pavel Janík
2002-06-10 10:14 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).