all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [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 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.