From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: Re: [bug?] Tramp tries to open remote file links Date: Wed, 18 Jun 2014 15:17:17 +0200 Message-ID: <87lhsuqrvm.fsf@geodiff-mac3.ulb.ac.be> References: <86egympou7.fsf@somewhere.org> <87a99asgao.fsf@geodiff-mac3.ulb.ac.be> <86tx7iz9hz.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxFis-0008PP-Bx for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 09:16:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxFik-0006S0-5Q for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 09:16:18 -0400 Received: from plane.gmane.org ([80.91.229.3]:47239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxFij-0006Rk-SW for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 09:16:10 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WxFii-0007oy-8Q for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 15:16:08 +0200 In-Reply-To: <86tx7iz9hz.fsf@somewhere.org> (Sebastien Vauban's message of "Wed, 18 Jun 2014 14:29:28 +0200") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Sebastien Vauban writes: > > <... lots of contents...> > > org-mode() This means that org-mode calls things which in the end calls tramp-maybe-open-connection. But what "something" is is in the "lots of contents" part that you didn't show. Unfortunately a video isn't very searchable. Still, I spotted that org-element-context is called at some point, which in turn calls org-element-link-parser, and that's what does expand-file-name. Perhaps that would be a bug ? -- Nico.