From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/3] emacs: Add "View build log" action to build popup. Date: Mon, 14 Sep 2015 14:03:18 +0200 Message-ID: <87oah5tdh5.fsf@gnu.org> References: <1442173161-527-1-git-send-email-alezost@gmail.com> <1442173161-527-4-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]:45890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbSTo-000456-JY for guix-devel@gnu.org; Mon, 14 Sep 2015 08:03:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbSTk-0002ra-Kv for guix-devel@gnu.org; Mon, 14 Sep 2015 08:03:28 -0400 In-Reply-To: <1442173161-527-4-git-send-email-alezost@gmail.com> (Alex Kost's message of "Sun, 13 Sep 2015 22:39:21 +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: > * emacs/guix-command.el (guix-run-view-build-log): New function. > (guix-command-additional-execute-arguments, > guix-command-special-executors): Add entries for "View build log" > action. > * emacs/guix-utils.el (guix-find-file-or-url): New function. OK, thanks! Ludo'.