emacs-devel
[Top][All Lists]
Advanced

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

Re: Remote asynchronous processes


From: Sean Whitton
Subject: Re: Remote asynchronous processes
Date: Fri, 21 Aug 2020 15:28:30 -0700

Hello Michael,

On Wed 12 Aug 2020 at 12:46PM +02, Michael Albinus wrote:

> Michael Albinus <michael.albinus@gmx.de> writes:
>
> Hi Sean,
>
>>> Is there a way to turn this on for all SSH connections which don't use
>>> multi-hops?  I.e. all SSH connections originating from localhost with no
>>> further hops?  I imagine this is something a lot of users would want to
>>> turn on.
>>>
>>> I assume it would be unwise to use
>>>
>>> (add-to-list 'tramp-connection-properties
>>>                  '("\\`/ssh:.+:/"
>>>                  "direct-async-process" t))
>>>
>>> or similar, because there can be implicit multi-hops thanks to tramp
>>> tramp-default-proxies-alist and tramp remembering used proxies.
>>
>> That's a good idea. Will implement a fallback to Tramp's "classic"
>> implementation of make-network, when there are multi-hops, or stderr
>> is given.
>
> I've committed a patch to master.

Current master seems to be working well.

-- 
Sean Whitton



reply via email to

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