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: trunk r114834: Tweak Tramp method definition syntax to allow overriding check for localhost-only methods Date: Sun, 10 Nov 2013 09:36:39 +0100 Message-ID: <8761s0psa0.fsf@gmx.de> References: <8761sgy2lj.fsf@gmx.de> <526F6091.5000307@dancol.org> <871u34y1us.fsf@gmx.de> <526F66D4.4010400@dancol.org> <87wqkwwkdl.fsf@gmx.de> <87wqkpc052.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1384072620 30074 80.91.229.3 (10 Nov 2013 08:37:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Nov 2013 08:37:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 10 09:37:02 2013 Return-path: Envelope-to: ged-emacs-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 1VfQVu-0007hm-0R for ged-emacs-devel@m.gmane.org; Sun, 10 Nov 2013 09:36:58 +0100 Original-Received: from localhost ([::1]:59444 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfQVt-0008EL-Lt for ged-emacs-devel@m.gmane.org; Sun, 10 Nov 2013 03:36:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfQVl-0008E9-TA for emacs-devel@gnu.org; Sun, 10 Nov 2013 03:36:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfQVg-0006De-1h for emacs-devel@gnu.org; Sun, 10 Nov 2013 03:36:49 -0500 Original-Received: from mout.gmx.net ([212.227.15.18]:55455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfQVf-0006DP-PE for emacs-devel@gnu.org; Sun, 10 Nov 2013 03:36:43 -0500 Original-Received: from detlef.gmx.de ([87.146.46.102]) by mail.gmx.com (mrgmx003) with ESMTPS (Nemesis) id 0MKYsh-1VdUy60ImV-001xYZ for ; Sun, 10 Nov 2013 09:36:41 +0100 In-Reply-To: <87wqkpc052.fsf@gmx.de> (Michael Albinus's message of "Sun, 03 Nov 2013 10:20:09 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Provags-ID: V03:K0:uoe13Gl0YHBsNyLP5EgXP2m5CzAWf9I3NzxrzvM5fYbOvK/iiA3 0yI53Gbqm+tPzsTUDL8EVSQd5vTMyzIFnPO3sSBdoakUJKyMyskxv8prVXSNJsmPsR+Rd4I CBy+Gok3FtfG9EDmLTk+M6b7t+PLaly3vqldNgpksELYBJaPsmZ0kxX7rbOeAz5A8CqE47v 6wBhn1I5ogtoVVGrfeIfA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.18 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:165108 Archived-At: Michael Albinus writes: Hi Daniel, >>> It's largely a copy of sshx with some pre-connection twiddling and >>> out-of-band host selection. I'd rather not actually reproduce it >>> here. If you object strongly to my change, I can back it out of >>> course; I'll have to figure out a way to insert a dummy %h. >> >> I do not object strongly, I just want to understand. You could send it >> to me off-list (with anonymous user and host names), that I understand >> it better. Then we might decide, which is the best way to fit your >> needs. > > Ping. > > I really would like to understand your change. Otherwise, I cannot keep > it in Tramp. I've reverted this change in Emacs trunk. Best regards, Michael.