From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.tramp,gmane.emacs.help Subject: Re: Obsoleting Tramp methods Date: Fri, 01 Mar 2013 12:47:46 +0100 Message-ID: <87zjyn5okd.fsf@gmx.de> References: <87hakv4kpj.fsf@gmx.de> <87txovs6d9.fsf@lifelogs.com> 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 1362138479 29821 80.91.229.3 (1 Mar 2013 11:47:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Mar 2013 11:47:59 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: tramp-devel@gnu.org Original-X-From: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org Fri Mar 01 12:48:21 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 1UBORo-0006ZB-BY for get-tramp-devel@m.gmane.org; Fri, 01 Mar 2013 12:48:20 +0100 Original-Received: from localhost ([::1]:56160 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBORT-0005eI-71 for get-tramp-devel@m.gmane.org; Fri, 01 Mar 2013 06:47:59 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:46191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBORP-0005cE-2r for tramp-devel@gnu.org; Fri, 01 Mar 2013 06:47:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBORM-0001Ke-BE for tramp-devel@gnu.org; Fri, 01 Mar 2013 06:47:55 -0500 Original-Received: from mout.gmx.net ([212.227.17.20]:54160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBORM-0001Jt-2V for tramp-devel@gnu.org; Fri, 01 Mar 2013 06:47:52 -0500 Original-Received: from mailout-de.gmx.net ([10.1.76.10]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MWdT3-1UIufV4BYp-00XtXX for ; Fri, 01 Mar 2013 12:47:51 +0100 Original-Received: (qmail invoked by alias); 01 Mar 2013 11:47:50 -0000 Original-Received: from p57BB9843.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.152.67] by mail.gmx.net (mp010) with SMTP; 01 Mar 2013 12:47:50 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/i0oQh/bDirr4sOPxq7CZJGo1Pmd4w6GXxJ+eQzj 6iD1hOnLhxbdoT In-Reply-To: <87txovs6d9.fsf@lifelogs.com> (Ted Zlatanov's message of "Fri, 01 Mar 2013 06:32:18 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.20 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:8316 gmane.emacs.help:89306 Archived-At: Ted Zlatanov writes: Hi Ted, > I think it's a good thing, as long as the manual tells people what to > do, and the error messages point people to the manual :) There's nothing about the obsolete methods in the manual. Hey, this is spring-cleaning! But I have added the following mechanism in Tramp (at least for a transition period of one or two years): C-x C-f /ssh2:: => Method ssh2 is obsolete, use ssh? (y or n) Try the recent version from the repository :-) > Ted Best regards, Michael.