emacs-devel
[Top][All Lists]
Advanced

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

Re: over-engineered (and under-standardized) inferior interfaces


From: Michael Albinus
Subject: Re: over-engineered (and under-standardized) inferior interfaces
Date: Wed, 27 Aug 2014 20:13:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Tassilo Horn <address@hidden> writes:

>> (assq 'tramp-login-args (cdr (assoc "ssh" tramp-methods)))
>> (tramp-login-args (#1="-t" #1# ("-l" "%u") ("-p" "%p") ("%c") ("-e"
>> "none") ("%h")))
>>
>> "-t" is necessary to tell the sub-processes that this is an
>> interactive session and not a batch session.

That's what method "sshx" is good for.

>> why does tramp insert space between "-" and "t"?
>
> The docs say that tramp-login-args as a list of lists, so probably you
> want to add ("-t") and not just "-t".

Indeed.

> Bye,
> Tassilo

Best regards, Michael.



reply via email to

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