From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: guix.el: Key bindings for a "package list" Date: Sat, 06 Sep 2014 23:15:14 +0200 Message-ID: <8761h0sb6l.fsf@gnu.org> References: <87a96e7bu3.fsf@gmail.com> <87egvq1nj2.fsf@gnu.org> <87y4ty5jl9.fsf@gmail.com> <8738c5vmuv.fsf@gnu.org> <87lhpw66kq.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]:41612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQNKQ-0001lU-Bd for guix-devel@gnu.org; Sat, 06 Sep 2014 17:15:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XQNKG-0001Lo-M8 for guix-devel@gnu.org; Sat, 06 Sep 2014 17:15:26 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:32904) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQNKG-0001Lh-Ef for guix-devel@gnu.org; Sat, 06 Sep 2014 17:15:16 -0400 In-Reply-To: <87lhpw66kq.fsf@gmail.com> (Alex Kost's message of "Sat, 06 Sep 2014 20:45:41 +0400") 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 b3f3e4b900f4a2d97a10410abe2561d9d1fc137a Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Sat, 6 Sep 2014 18:00:45 +0400 > Subject: [PATCH] emacs: Improve key bindings for marking the packages. > > * emacs/guix-list.el: Use "U" to upgrade the current package, "^" to > upgrade all. This sentence should rather be above the first bullet. > (guix-list-unmark): With prefix, mark all. > (guix-package-list-mark-outputs): New procedure. > (guix-package-list-mark-install, guix-package-list-mark-delete) > (guix-package-list-mark-upgrade): Use it. > (guix-package-list-mark-upgrades): New command. > * doc/emacs.texi: Update the manual accordingly. Please mention the affected Texinfo node names (hitting C from the diff in Magit should do that.) OK to commit with these changes. Thanks! Ludo=E2=80=99.