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: lsh and tramp Date: Tue, 16 Jun 2009 17:12:05 +0200 Message-ID: References: <878wkny3sf.fsf@gmx.de> <87y6sl6bft.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1245165157 5612 80.91.229.12 (16 Jun 2009 15:12:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Jun 2009 15:12:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: ams@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 16 17:12:34 2009 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 1MGaKw-00062U-3l for ged-emacs-devel@m.gmane.org; Tue, 16 Jun 2009 17:12:34 +0200 Original-Received: from localhost ([127.0.0.1]:49194 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGaKv-0005WT-Ek for ged-emacs-devel@m.gmane.org; Tue, 16 Jun 2009 11:12:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGaKq-0005WI-UP for emacs-devel@gnu.org; Tue, 16 Jun 2009 11:12:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGaKl-0005Vi-Ei for emacs-devel@gnu.org; Tue, 16 Jun 2009 11:12:27 -0400 Original-Received: from [199.232.76.173] (port=38642 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGaKl-0005Vf-9u for emacs-devel@gnu.org; Tue, 16 Jun 2009 11:12:23 -0400 Original-Received: from mailrelay1.alcatel.de ([194.113.59.95]:36309) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MGaKg-0000VI-38; Tue, 16 Jun 2009 11:12:18 -0400 Original-Received: from destgsu0048.stgl.sel.alcatel.de (destgsu0048.de.alcatel-lucent.com [149.204.242.4]) by mailrelay1.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id n5GFC6CJ030227; Tue, 16 Jun 2009 17:12:06 +0200 Original-Received: from slbhn1.alcatel.de (slbhn1.de.alcatel-lucent.com [149.204.90.35]) by destgsu0048.stgl.sel.alcatel.de (8.12.3/8.12.3) with ESMTP id n5GFC5Y4019290; Tue, 16 Jun 2009 17:12:05 +0200 (MEST) In-Reply-To: (Alfred M. Szmidt's message of "Thu, 04 Jun 2009 02:24:49 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-Alcanet-virus-scanned: n5GFC5Y4019290 at destgsu0048.stgl.sel.alcatel.de X-Scanned-By: MIMEDefang 2.57 on 149.204.45.72 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 2) 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:111542 Archived-At: "Alfred M. Szmidt" writes: > Do you have any tips on how one could make this interchangable for > tramp's ssh method (seeing that both commands are mostly compatible > with each other, and if they are not we could add compatibility > switches for lsh)? Adding a new lsh method is trivial, but then you > would have to do so for just everything (lcp, lsh, rsync+lsh, ...) I don't believe that all ssh-based methods must be added for lsh. Taking just the preferred one (maybe lcp), and describing how to add this new entry with all parameters in tramp-methods, might be sufficient. Best regards, Michael.