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: 29 Jan 2004 17:22:14 +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.
> 
> It looks that following command to accept-process-output now fails
> always. I saw problems under GNU/Linux as well as under W2K. Although
> processing on the two systems may differ. But on both side an error
> is reported after accept-process-output.
> 
> ...
> (if (not reply-received)
>   (when (not (accept-process-output process jde-bug-debugger-command-timeout 
> 0))
>     (message "No response to command %d. (process = %s; timeout = %s sec.)"
>       jde-dbs-pending-command
>       (if (jde-dbs-get-target-process)
>            (oref (jde-dbs-get-target-process) id)
>          "?")
>       jde-bug-debugger-command-timeout)
>      (setq jde-dbs-command-reply nil)))
> 
> Any idea there the problem might be?

Not really.

What is the value of jde-bug-debugger-command-timeout ?

Does it help to set process-adaptive-read-buffering to nil?

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





reply via email to

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