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/6] emacs: Add interface for package locations. Date: Tue, 05 Apr 2016 22:25:53 +0200 Message-ID: <87wpobyf8u.fsf@gnu.org> References: <1459799266-7426-1-git-send-email-alezost@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]:38688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anXXz-0000PP-PQ for guix-devel@gnu.org; Tue, 05 Apr 2016 16:26:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anXXw-0005gN-He for guix-devel@gnu.org; Tue, 05 Apr 2016 16:25:59 -0400 In-Reply-To: <1459799266-7426-1-git-send-email-alezost@gmail.com> (Alex Kost's message of "Mon, 4 Apr 2016 22:47:40 +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: > The following commands are added: > > - "M-x guix-locations": display a list of package locations (see > the left part of the screenshot=C2=B9). > > - "M-x guix-packages-by-location": display packages from a particular > location. > > - "M-x guix-find-location": move to a particular location. It is the > same as you can do with "M-x guix-edit" but instead of selecting a > package name, you choose a location. Good idea, that looks pretty cool! Ludo=E2=80=99.