guix-devel
[Top][All Lists]
Advanced

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

[PATCH 0/4] emacs: Add "View graph" action to graph popup.


From: Alex Kost
Subject: [PATCH 0/4] emacs: Add "View graph" action to graph popup.
Date: Mon, 31 Aug 2015 00:04:22 +0300

This patchset adds "View graph" action to 'guix graph' popup (i.e., to
"M-x guix RET G").  By default the graph (png) will be opened in Emacs,
but this can be changed by setting 'guix-find-file-function' variable.
For example, I prefer to open png-files in sxiv, so I use:

(setq guix-find-file-function 'org-open-file)

and I have ("\\.png\\'" . "sxiv %s") element in my 'org-file-apps' var.

If you don't like png, you can set 'guix-dot-default-arguments' and
'guix-dot-file-name-function'.

[PATCH 1/4] emacs: Add code to pipe guix output to external program.
[PATCH 2/4] emacs: Add code to run 'dot' program.
[PATCH 3/4] emacs: Allow to choose 'find-file' function.
[PATCH 4/4] emacs: Add "View graph" action to graph popup.



reply via email to

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