* 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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.