From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Albinus Subject: Re: 6 failing tests on master branch Date: Fri, 09 Jun 2017 18:02:52 +0200 Message-ID: <87tw3prvwz.fsf@detlef> References: <87a85i2nji.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJMNM-0002W0-8g for emacs-orgmode@gnu.org; Fri, 09 Jun 2017 12:03:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJMNJ-00013o-4e for emacs-orgmode@gnu.org; Fri, 09 Jun 2017 12:03:04 -0400 Received: from mout.gmx.net ([212.227.15.18]:52304) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dJMNI-00011Z-Qd for emacs-orgmode@gnu.org; Fri, 09 Jun 2017 12:03:01 -0400 In-Reply-To: (Kaushal Modi's message of "Fri, 09 Jun 2017 15:14:55 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Kaushal Modi Cc: emacs-org list , Nicolas Goaziou Kaushal Modi writes: > This seems to be related to a tramp file notation change on emacs > master. I don't use tramp, but I heard about it on emacs-devel. Indeed. > Here is a test expression: > > (find-file-name-handler "/myself@some.where:papers/last.pdf" > 'file-remote-p) > > On emacs 25.2, that returns tramp-file-name-handler. > On emacs master, that returns nil. > > @Michael How should the above find-file-name-handler arg change to > support that test file path? The stronger Tramp file name syntax requires now a method. Something like "/ssh:myself@some.where:papers/last.pdf". This is backward compatible with Emacs 25, 24, etc pp. > Thanks. Best regards, Michael.