emacs-devel
[Top][All Lists]
Advanced

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

Re: Tramp with GUD broken on trunk?


From: Michael Albinus
Subject: Re: Tramp with GUD broken on trunk?
Date: Tue, 10 Jul 2007 06:42:44 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux)

Nick Roberts <address@hidden> writes:

>  > First of all, call-process and/or start-process must be replaced by
>  > process-file and start-file-process, respectively.
>
> GUD uses make-comint which uses start-process i.e. it's asynchronous so
> it doesn't use call-process.

Yep. You need to wrap the make-comint call with some code to use
start-file-process instead of start-process. Maybe similar to the code
I've applied in compilation-start.

Or shall we extend comint to make this an option?

Best regards, Michael.





reply via email to

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