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: 30 Jan 2004 11:47:46 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Stefan Monnier <address@hidden> writes:

> >>> Does it help to set process-adaptive-read-buffering to nil?
> 
> Harald> Yes, this helps an all works fine. Needs JDE to be changed
> Harald> about this issue?
> 
> > I will make the required change in the JDEE source code.  Thanks finding
> > a solution to this problem.
> 
> Please don't.  If process-adaptive-read-buffering needs to be set to nil,
> it just means that there's a problem with the adaptive-reading code.
> We want to fix *that* code rather than add some workaround in JDE.

If there is a bug there, we should definitely try to fix it.

However, conceptually, it is fully acceptable to let-bind
process-adaptive-read-buffering to nil around the call to
start-process for specific purposes.

How is the process started?


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





reply via email to

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