From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: [bug?] Tramp tries to open remote file links Date: Thu, 19 Jun 2014 22:59:16 +0100 Message-ID: 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> <8761jy1g5f.fsf@gmx.de> <861tums4tv.fsf@somewhere.org> <871tum1fit.fsf@gmx.de> <86tx7iqoy0.fsf@somewhere.org> <87sin2z20l.fsf@gmx.de> <868uou5i3w.fsf@somewhere.org> <87ionyurit.fsf@alphaville.bos.redhat.com> <86tx7hux5s.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxkMp-0004Vb-Gr for emacs-orgmode@gnu.org; Thu, 19 Jun 2014 17:59:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxkMi-0004N4-Jy for emacs-orgmode@gnu.org; Thu, 19 Jun 2014 17:59:35 -0400 Received: from plane.gmane.org ([80.91.229.3]:55836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxkMi-0004Mw-ER for emacs-orgmode@gnu.org; Thu, 19 Jun 2014 17:59:28 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WxkMh-0008SP-5j for emacs-orgmode@gnu.org; Thu, 19 Jun 2014 23:59:27 +0200 Received: from cpc33-cmbg15-2-0-cust4.5-4.cable.virginm.net ([81.102.136.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Jun 2014 23:59:27 +0200 Received: from andreas.leha by cpc33-cmbg15-2-0-cust4.5-4.cable.virginm.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Jun 2014 23:59:27 +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: emacs-orgmode@gnu.org Sebastien Vauban writes: > Nick Dokos wrote: >> Sebastien Vauban writes: >>> Michael Albinus wrote: >>>> Sebastien Vauban writes: >>>> >>>>>> That's what I'm speaking about. And if you have a local DocView >>>>>> installation, it works for either remote or local files (Tramp >>>>>> provides a local copy of the remote file). >>>>> >>>>> But DocView won't display a PDF file as an image inside a buffer of >>>>> text, will it? >>>> >>>> No, it uses an own buffer. >>> >>> OK, so we do agree that trying to open a PDF file in the context of >>> *inline images*[1] does not make much sense, right? >> >> Are you trying to say that the org code for inline images should figure >> out that such a link should *not* be inlined because it would open a >> non-image file? > > I'm not sure I use the right wording, but I'm trying to say that Org > (when set to open inline images) should never try to open PDF files, as > they can't be opened inline in a buffer anyway. > I produce most of my plots as pdfs. Removing the possibility to display them with inline image would be a loss for me. [...] - Andreas