* [multi-tty]: suspicious change in process.c
@ 2007-05-16 23:35 Jason Rumney
0 siblings, 0 replies; only message in thread
From: Jason Rumney @ 2007-05-16 23:35 UTC (permalink / raw)
To: Emacs Devel
In process.c, around line 7045, is the following change (the change is
the #if 0 block).
/* Don't do this, it caused infinite select loops. The display
method should call add_keyboard_wait_descriptor on stdin if it
needs that. */
#if 0
FD_SET (0, &input_wait_mask);
#endif
On Windows, an infinite select loop results from this change (ie, the
opposite of what the comment says), and in Emacs 22 we clearly do not
get infinite select loops, so is there some other bug in a multi-tty
change that reverses the logic here?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-05-16 23:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-16 23:35 [multi-tty]: suspicious change in process.c Jason Rumney
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).