all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/4] emacs: Add "View graph" action to graph popup.
@ 2015-08-30 21:04 Alex Kost
  2015-08-30 21:04 ` [PATCH 1/4] emacs: Add code to pipe guix output to external program Alex Kost
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Alex Kost @ 2015-08-30 21:04 UTC (permalink / raw)
  To: guix-devel

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.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-09-01 10:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-30 21:04 [PATCH 0/4] emacs: Add "View graph" action to graph popup Alex Kost
2015-08-30 21:04 ` [PATCH 1/4] emacs: Add code to pipe guix output to external program Alex Kost
2015-08-31 21:29   ` Ludovic Courtès
2015-08-30 21:04 ` [PATCH 2/4] emacs: Add code to run 'dot' program Alex Kost
2015-08-31 21:29   ` Ludovic Courtès
2015-08-30 21:04 ` [PATCH 3/4] emacs: Allow to choose 'find-file' function Alex Kost
2015-08-31 21:31   ` Ludovic Courtès
2015-09-01 10:05     ` Alex Kost
2015-08-30 21:04 ` [PATCH 4/4] emacs: Add "View graph" action to graph popup Alex Kost
2015-08-31 21:32   ` Ludovic Courtès
2015-08-31 21:28 ` [PATCH 0/4] " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.