emacs-devel
[Top][All Lists]
Advanced

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

Re: process.c changes causes problem with JDEbug of the JDE package


From: Kim F. Storm
Subject: Re: process.c changes causes problem with JDEbug of the JDE package
Date: 02 Feb 2004 13:26:05 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Harald Maier <address@hidden> writes:

> Hello Kim,
> 
> it looks that the following changes below on process.c has influence
> on functioninng of JDEbug of the JDE package. Emacses later as
> 2004-01-01 fail to establish a connection to the JDEbug process.

Does this patch fix the problem?

*** process.c.~1.419.~  2004-01-07 01:26:59.000000000 +0100
--- process.c   2004-02-02 13:23:12.000000000 +0100
***************
*** 4301,4307 ****
                      check_delay--;
                      if (NILP (XPROCESS (proc)->read_output_skip))
                        continue;
!                     FD_CLR (channel, &Available);
                      XPROCESS (proc)->read_output_skip = Qnil;
                      if (XINT (XPROCESS (proc)->read_output_delay) < usecs)
                        usecs = XINT (XPROCESS (proc)->read_output_delay);
--- 4301,4308 ----
                      check_delay--;
                      if (NILP (XPROCESS (proc)->read_output_skip))
                        continue;
!                     if (channel != wait_channel)
!                       FD_CLR (channel, &Available);
                      XPROCESS (proc)->read_output_skip = Qnil;
                      if (XINT (XPROCESS (proc)->read_output_delay) < usecs)
                        usecs = XINT (XPROCESS (proc)->read_output_delay);



-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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