Alex Kost <[email protected]> skribis: > Ludovic Courtès (2015-10-16 11:16 +0300) wrote:
[...] >> Not directly related to this patch, but I wonder if this would work with >> a PDF opened with DocView? That would allow people to zoom in etc. > > Sure, you can generate any type of graph and open it inside or outside > emacs, whatever you want. I have added an example for this case (in the > attached patch), so please report if it's not clear. Thanks! > > > From 70e53141ee1767e09fdc2b0a48e3cf82323b3482 Mon Sep 17 00:00:00 2001 > From: Alex Kost <[email protected]> > Date: Fri, 16 Oct 2015 17:50:36 +0300 > Subject: [PATCH] doc: emacs: Document "View graph" popup action. > > * doc/emacs.texi (Emacs Popup Interface): Document "View graph" action. [...] > +So, for example, if you want to generate and open a PDF file in your > +Emacs, you may change the settings like this: > + > +@example > +(defun my-guix-pdf-graph () > + "/tmp/my-current-guix-graph.pdf") > + > +(setq guix-dot-default-arguments '("-Tpdf") > + guix-dot-file-name-function 'my-guix-pdf-graph) Ah yes, perfect. Thanks! Ludo’.
