From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/4] emacs: Add "View graph" action to graph popup. Date: Mon, 31 Aug 2015 23:28:38 +0200 Message-ID: <87a8t72lmh.fsf@gnu.org> References: <1440968666-23605-1-git-send-email-alezost@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWWdB-0005Cy-UE for guix-devel@gnu.org; Mon, 31 Aug 2015 17:28:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWWdB-0003uS-5C for guix-devel@gnu.org; Mon, 31 Aug 2015 17:28:45 -0400 In-Reply-To: <1440968666-23605-1-git-send-email-alezost@gmail.com> (Alex Kost's message of "Mon, 31 Aug 2015 00:04:22 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > 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'. Heheh, excellent.