From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.tramp,gmane.emacs.help Subject: Re: Obsoleting Tramp methods Date: Mon, 04 Mar 2013 09:56:28 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <877glnrz6r.fsf@lifelogs.com> References: <87hakv4kpj.fsf@gmx.de> <87txovs6d9.fsf@lifelogs.com> <87zjyn5okd.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1362408997 27003 80.91.229.3 (4 Mar 2013 14:56:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Mar 2013 14:56:37 +0000 (UTC) Cc: tramp-devel@gnu.org, help-gnu-emacs@gnu.org To: Michael Albinus Original-X-From: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org Mon Mar 04 15:57:01 2013 Return-path: Envelope-to: get-tramp-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 1UCWp0-0004DW-3S for get-tramp-devel@m.gmane.org; Mon, 04 Mar 2013 15:56:58 +0100 Original-Received: from localhost ([::1]:45541 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCWoe-0002Gg-O5 for get-tramp-devel@m.gmane.org; Mon, 04 Mar 2013 09:56:36 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:55824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCWoc-0002GW-28 for tramp-devel@gnu.org; Mon, 04 Mar 2013 09:56:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCWob-0006eb-1w for tramp-devel@gnu.org; Mon, 04 Mar 2013 09:56:33 -0500 Original-Received: from z.lifelogs.com ([173.255.230.239]:58556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCWoY-0006dt-8N; Mon, 04 Mar 2013 09:56:30 -0500 Original-Received: from heechee (c-50-136-52-92.hsd1.ma.comcast.net [50.136.52.92]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: tzz) by z.lifelogs.com (Postfix) with ESMTPSA id E483920613; Mon, 4 Mar 2013 14:56:28 +0000 (UTC) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Gmane-Reply-To-List: yes In-Reply-To: <87zjyn5okd.fsf@gmx.de> (Michael Albinus's message of "Fri, 01 Mar 2013 12:47:46 +0100") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 173.255.230.239 X-BeenThere: tramp-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org Original-Sender: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.tramp:8317 gmane.emacs.help:89339 Archived-At: On Fri, 01 Mar 2013 12:47:46 +0100 Michael Albinus wrote: MA> There's nothing about the obsolete methods in the manual. Hey, this is MA> spring-cleaning! Heh heh. I love it. MA> But I have added the following mechanism in Tramp (at least for a MA> transition period of one or two years): MA> C-x C-f /ssh2:: MA> => Method ssh2 is obsolete, use ssh? (y or n) MA> Try the recent version from the repository :-) Yup. That looks great. Thank you! Ted