From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] emacs: Report about "search paths" after operation. Date: Fri, 29 May 2015 13:49:09 +0200 Message-ID: <87mw0neh8q.fsf@gnu.org> References: <87d21lvqdc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyImo-0007dX-Ar for guix-devel@gnu.org; Fri, 29 May 2015 07:49:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyIml-0001jt-5n for guix-devel@gnu.org; Fri, 29 May 2015 07:49:14 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyIml-0001jp-3T for guix-devel@gnu.org; Fri, 29 May 2015 07:49:11 -0400 In-Reply-To: <87d21lvqdc.fsf@gmail.com> (Alex Kost's message of "Wed, 27 May 2015 21:15:27 +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: > From f2e20ad5a86ba1d50e53d32f585d71ec17482b0b Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Wed, 27 May 2015 21:08:31 +0300 > Subject: [PATCH] emacs: Report about "search paths" after operation. > > * guix/scripts/package.scm: Export 'display-search-paths'. > * emacs/guix-main.scm (process-package-actions): Use it. Sure! Ludo=E2=80=99.