From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: Order of listed packages Date: Sun, 22 Sep 2013 21:18:50 +0200 Message-ID: <523F429A.20206@gmail.com> References: <20130922132910.GA5623@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNpX7-0005S0-Fy for guix-devel@gnu.org; Sun, 22 Sep 2013 15:41:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNpWy-0002Ne-V8 for guix-devel@gnu.org; Sun, 22 Sep 2013 15:41:29 -0400 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:49520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNpWy-0002NQ-ND for guix-devel@gnu.org; Sun, 22 Sep 2013 15:41:20 -0400 Received: by mail-wg0-f51.google.com with SMTP id c11so2377719wgh.30 for ; Sun, 22 Sep 2013 12:41:19 -0700 (PDT) In-Reply-To: <20130922132910.GA5623@debian> List-Id: 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: guix-devel@gnu.org On 09/22/2013 03:29 PM, Andreas Enge wrote: > Currently, > guix package -I > lists the latest installed package first, which often ends up scrolling > out of the window. However, this is most of the time where "things happen", > new packages get installed or rolled back. > Honestly, I'd like to have them listed alphabetically. Cyril.