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 "M-x guix-system-generations". Date: Tue, 12 Jan 2016 21:23:03 +0100 Message-ID: <87pox6bl94.fsf@gnu.org> References: <1452419630-4399-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]:37343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ5TB-0005b2-4O for guix-devel@gnu.org; Tue, 12 Jan 2016 15:23:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJ5T7-0000NY-VD for guix-devel@gnu.org; Tue, 12 Jan 2016 15:23:09 -0500 In-Reply-To: <1452419630-4399-1-git-send-email-alezost@gmail.com> (Alex Kost's message of "Sun, 10 Jan 2016 12:53:44 +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 commands for displaying system generations =E2=80=94 an > emacs analog of 'guix system list-generations' shell command. The > interface is the same as for "M-x guix-generations", i.e. you can look > at installed "system" packages (by pressing RET on a generation), or > compare 2 generations by pressing "=3D". Awesome! > Patches: > > [PATCH 1/6] guix system: Export accessors. > > I just exported this stuff, but perhaps it would be better to move it > from (guix scripts system) to another module. > > [PATCH 2/6] emacs: profiles: Add 'guix-system-profile'. > > [PATCH 3/6] emacs: Find packages in system profiles. > [PATCH 4/6] emacs: Replace 'generation-diff' search with 'profile-diff'. > [PATCH 5/6] emacs: Remove 'generation' search type. > > These 3 patches are for some internal changes, related to the fact > that system packages are installed in "system-NN-link/profile", while > user packages are installed in "guix-profile-NN-link". > > [PATCH 6/6] emacs: Add interface for system generations. > > Is it OK to update 'NEWS' file in this patch? Sure. Ludo=E2=80=99.