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: Tassilo Horn
Subject: Re: over-engineered (and under-standardized) inferior interfaces
Date: Wed, 27 Aug 2014 16:05:46 +0200
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux)

Sam Steingold <address@hidden> writes:

>> This is likely due to "- t" in the arguments. Tramp is not known to
>> send the arguments this way. Did you modify tramp-methods?
>
> yes:
>
> (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.
> 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".

Bye,
Tassilo



reply via email to

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