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: Stefan Monnier
Subject: Re: Tramp with GUD broken on trunk?
Date: Tue, 10 Jul 2007 10:14:34 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

>> > 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?

Or change comint to always use start-file-process.


        Stefan




reply via email to

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