emacs-devel
[Top][All Lists]
Advanced

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

Re: Remote asynchronous processes


From: Michael Albinus
Subject: Re: Remote asynchronous processes
Date: Wed, 12 Aug 2020 12:46:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

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.

>> Sean Whitton

Best regards, Michael.



reply via email to

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