[Top][All Lists]
[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: |
Harald Maier |
Subject: |
Re: process.c changes causes problem with JDEbug of the JDE package |
Date: |
Tue, 03 Feb 2004 17:13:18 +0100 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) |
address@hidden (Kim F. Storm) writes:
> So I probably need temporarily disable the adaptive read buffering
> when accept-process-output is called to wait for output from a
> specific process.
>
> Does the following patch fix ít?
Awfully, now it works with enabled process-adaptive-read-buffering.
Your patch from yesterday is also still active on my side. I hope this
should be ok. I tested the patch on GNU/Linux and W2K. On both sides
it works fine.
Harald
>
> Index: process.c
> ===================================================================
> RCS file: /cvsroot/emacs/emacs/src/process.c,v
> retrieving revision 1.423
> diff -c -r1.423 process.c
> *** process.c 27 Jan 2004 21:34:42 -0000 1.423
> --- process.c 3 Feb 2004 12:48:16 -0000
> ***************
> *** 4262,4268 ****
> else
> Available = input_wait_mask;
> check_connect = (num_pending_connects > 0);
> ! check_delay = process_output_delay_count;
> }
>
> /* If frame size has changed or the window is newly mapped,
> --- 4262,4268 ----
> else
> Available = input_wait_mask;
> check_connect = (num_pending_connects > 0);
> ! check_delay = wait_channel >= 0 ? 0 : process_output_delay_count;
> }
>
> /* If frame size has changed or the window is newly mapped,
>
> --
> Kim F. Storm <address@hidden> http://www.cua.dk
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: address@hidden
> For additional commands, e-mail: address@hidden