From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Tramp 2.0 -> 2.1 migration woes Date: Thu, 31 Jan 2008 09:51:26 -0500 Message-ID: References: <20080127040051.GA16241@Clio.twb.ath.cx> <87sl0jxu4g.fsf@gmx.de> <20080128021310.GA3075@Clio.twb.ath.cx> <20080128155710.GB2378@Clio.twb.ath.cx> <20080129003430.GA10119@Clio.twb.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201791109 945 80.91.229.12 (31 Jan 2008 14:51:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jan 2008 14:51:49 +0000 (UTC) Cc: "Trent W. Buck" , emacs-pretest-bug@gnu.org, rfrancoise@debian.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 31 15:52:06 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JKalp-00057s-8h for ged-emacs-devel@m.gmane.org; Thu, 31 Jan 2008 15:52:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKalO-0003XY-0J for ged-emacs-devel@m.gmane.org; Thu, 31 Jan 2008 09:51:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKalK-0003XK-8D for emacs-devel@gnu.org; Thu, 31 Jan 2008 09:51:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKalI-0003Vb-UQ for emacs-devel@gnu.org; Thu, 31 Jan 2008 09:51:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKalI-0003VW-KJ for emacs-devel@gnu.org; Thu, 31 Jan 2008 09:51:32 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JKalI-0002Of-Gc for emacs-devel@gnu.org; Thu, 31 Jan 2008 09:51:32 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JKalH-00073k-RL for emacs-pretest-bug@gnu.org; Thu, 31 Jan 2008 09:51:31 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JKalE-0002O5-QH for emacs-pretest-bug@gnu.org; Thu, 31 Jan 2008 09:51:31 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JKalE-0002Nv-GH for emacs-pretest-bug@gnu.org; Thu, 31 Jan 2008 09:51:28 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAG5voUfO+J95dGdsb2JhbACQKwEwmViBAA X-IronPort-AV: E=Sophos;i="4.25,285,1199682000"; d="scan'208";a="13448568" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 31 Jan 2008 09:51:29 -0500 Original-Received: from pastel.home ([206.248.159.121]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id LPE62527; Thu, 31 Jan 2008 09:51:27 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id DD7838123; Thu, 31 Jan 2008 09:51:26 -0500 (EST) In-Reply-To: (Michael Albinus's message of "Thu, 31 Jan 2008 12:00:42 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:87864 gmane.emacs.pretest.bugs:20822 Archived-At: > The example above couldn't be handled by Tramp, because it does not > support multi hops with an ftp method at the end. Tramp forwards all > ftp related actions to ange-ftp, which opens a *local* ftp client > subprocess. Couldn't it open a subprocess with start-file-process instead? Stefan