From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Albinus Subject: Re: [bug?] Tramp tries to open remote file links Date: Wed, 18 Jun 2014 15:49:48 +0200 Message-ID: <8761jy1g5f.fsf@gmx.de> References: <86egympou7.fsf@somewhere.org> <87a99asgao.fsf@geodiff-mac3.ulb.ac.be> <86tx7iz9hz.fsf@somewhere.org> <87lhsuqrvm.fsf@geodiff-mac3.ulb.ac.be> <86k38es630.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxGG0-0001Sd-5V for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 09:50:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxGFn-0003Rk-Qm for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 09:50:32 -0400 Received: from plane.gmane.org ([80.91.229.3]:60570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxGFn-0003Re-K3 for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 09:50:19 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WxGFh-0003Uw-Jw for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 15:50:13 +0200 In-Reply-To: <86k38es630.fsf@somewhere.org> (Sebastien Vauban's message of "Wed, 18 Jun 2014 15:25:07 +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: > Though, is it normal to try to open a remote PDF file while Emacs is > unable of displaying it in the buffer (unlike PNG files, IIUC)? Emacs is also able to open and display a remote PDF file. > Maybe that's not a bug per se, but rather a feature that should only be > enabled for specific file extensions? I wouldn't parse URI-like file names in org-mode at all. There is url-handlers.el, which shall do it proper. > Best regards, > Seb Best regards, Michael.