From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: over-engineered (and under-standardized) inferior interfaces Date: Wed, 27 Aug 2014 20:13:41 +0200 Message-ID: <87fvghu7fu.fsf@gmx.de> References: <87iolld15k.fsf@igel.home> <87oavdjbes.fsf@gmx.de> <87ha13utgp.fsf@gmx.de> <87egw25siy.fsf@gmx.de> <87siki188k.fsf@gmx.de> <87mwaq14ez.fsf@gmx.de> <87egw2139g.fsf@gmx.de> <87tx4yqb7p.fsf@thinkpad-t440p.tsdh.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1409163262 20053 80.91.229.3 (27 Aug 2014 18:14:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Aug 2014 18:14:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sam Steingold Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 27 20:14:13 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XMhjX-0006qI-A5 for ged-emacs-devel@m.gmane.org; Wed, 27 Aug 2014 20:14:11 +0200 Original-Received: from localhost ([::1]:32804 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMhjW-0003Vt-Rp for ged-emacs-devel@m.gmane.org; Wed, 27 Aug 2014 14:14:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMhjO-0003U7-SM for emacs-devel@gnu.org; Wed, 27 Aug 2014 14:14:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMhjI-0005w3-WD for emacs-devel@gnu.org; Wed, 27 Aug 2014 14:14:02 -0400 Original-Received: from mout.gmx.net ([212.227.17.21]:58093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMhj7-0005ro-Or; Wed, 27 Aug 2014 14:13:45 -0400 Original-Received: from detlef.gmx.de ([87.146.47.172]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0LyVcA-1WHH6U43vy-015may; Wed, 27 Aug 2014 20:13:45 +0200 In-Reply-To: <87tx4yqb7p.fsf@thinkpad-t440p.tsdh.org> (Tassilo Horn's message of "Wed, 27 Aug 2014 16:05:46 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-Provags-ID: V03:K0:ttI4KUYzJrEZ51NBxD5Qz1943pA5oX8RFL/RR95H0m5URIng+X2 t/jzmjSZNSEKoHq79r6xWpalOLPnLmxdHegkWMdRlbRhIV3WVHmJRf0F2LuIDkaTkyNCOJh zNUjscQoqZP8XmKFp0H32IPBrDy1dkufHz72jjfE4QYhMVaJgGBZNvsLYtuCdguJEdjP9u2 QDCpfpcExg75aLfw9HLFg== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.21 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173855 Archived-At: Tassilo Horn 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.