From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Order of listed packages Date: Sun, 22 Sep 2013 15:29:10 +0200 Message-ID: <20130922132910.GA5623@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNjj1-0001nt-3f for guix-devel@gnu.org; Sun, 22 Sep 2013 09:29:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNjit-0001ve-H0 for guix-devel@gnu.org; Sun, 22 Sep 2013 09:29:23 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:55726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNjit-0001vF-7x for guix-devel@gnu.org; Sun, 22 Sep 2013 09:29:15 -0400 Content-Disposition: inline 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 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. So I would suggest to revert the order of packages, listing them from the first to the most recently installed. The same applies probably to --list-generations. What do you think? Andreas