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: Patch for remote files in dnd.el Date: Thu, 07 Sep 2006 09:40:47 +0200 Message-ID: References: <44FEADBA.6080401@swipnet.se> <85fyf5fcyh.fsf@lola.goethe.zz> <44FEB9DE.8050103@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1157614882 15253 80.91.229.2 (7 Sep 2006 07:41:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Sep 2006 07:41:22 +0000 (UTC) Cc: jasonr@gnu.org, jan.h.d@swipnet.se, emacs-devel@gnu.org, reinersteib+gmane@imap.cc Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 07 09:41:20 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GLEVU-0000Cc-Hk for ged-emacs-devel@m.gmane.org; Thu, 07 Sep 2006 09:41:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GLEVU-00010s-2b for ged-emacs-devel@m.gmane.org; Thu, 07 Sep 2006 03:41:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GLEVK-0000zf-Os for emacs-devel@gnu.org; Thu, 07 Sep 2006 03:40:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GLEVJ-0000xA-3J for emacs-devel@gnu.org; Thu, 07 Sep 2006 03:40:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GLEVI-0000wq-Qj for emacs-devel@gnu.org; Thu, 07 Sep 2006 03:40:52 -0400 Original-Received: from [194.113.59.95] (helo=mailrelay1.alcatel.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GLEVb-000803-6e; Thu, 07 Sep 2006 03:41:11 -0400 Original-Received: from slbhac.alcatel.de (slbhac.bln.sel.alcatel.de [149.204.63.216]) by mailrelay1.alcatel.de (8.12.11.20060308/8.12.11/ICT TSC MAIL 2005) with ESMTP id k877elBq009565; Thu, 7 Sep 2006 09:40:48 +0200 Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Thu, 07 Sep 2006 02:54:35 -0400") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/20.7 (hpux) X-Scanned-By: MIMEDefang 2.49 on 149.204.45.72 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:59491 Archived-At: Richard Stallman writes: > I'm currently implementing the fish protocol for Tramp 2.1, driven by > performance considerations. But (at least for the time being) it isn't > foreseen to provide such a server by Tramp; it should be available on > the remote side already. > > Tramp is supposed to do the client side of the job; > I wouldn't expect it to do the server side. Fish v0.0.3 introduces a protocol extension, which allows to transfer the server code on request. I plan to ignore this command; Tramp could fall back to POSIX shell commands via ssh method if there is no server available. This is also conform with the fish protocol, at least since v0.0.2. Best regards, Michael.