guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] doc: emacs: Document "View graph" popup action.


From: Ludovic Courtès
Subject: Re: [PATCH] doc: emacs: Document "View graph" popup action.
Date: Sat, 17 Oct 2015 15:23:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Alex Kost <address@hidden> 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 <address@hidden>
> 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:
> +
> address@hidden
> +(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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]