From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taylan Ulrich Bayirli/Kammer Subject: Re: guix.el: Key bindings for a "package list" Date: Sat, 06 Sep 2014 19:28:01 +0200 Message-ID: <87y4twek0u.fsf@taylan.uni.cx> 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 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQJmP-0004EW-EA for guix-devel@gnu.org; Sat, 06 Sep 2014 13:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XQJmO-0002t8-Hp for guix-devel@gnu.org; Sat, 06 Sep 2014 13:28:05 -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 writes: > OK, so the summary is: > > - "u" to unmark ("C-u u" to unmark all); > > - "i" to mark for installing "out" of the current package ("C-u i" to > prompt for outputs to install); > > - "d" to mark for deleting all outputs of the current package ("C-u d" to > prompt for outputs to delete); > > - "U" to mark for upgrade all outputs of the current package ("C-u U" to > prompt for outputs to upgrade); > > - "^" to mark all obsolete packages for upgrade. By the way, it might be nice to have an option to list the secondary outputs of a package explicitly alongside the normal, as if it were just another package. So far the concept of outputs and how they're usually hidden from me has only caused me (minor) irritations, and I don't really understand why we can't just make them separate packages, but I'm ignorant on most Guix internals so might just not be "getting" it. Taylan