Alex Kost <alez...@gmail.com> skribis: > Ludovic Courtès (2014-09-06 00:24 +0400) wrote: > >> BTW, M-x list-packages lists installed packages at the bottom, and with >> a different face. >> >> What about doing something similar for guix-newest-available-packages & co.? > > No objection for a face, but I don't think such sorting should be the > default one. I think it is done in "package.el" just because there is > no way to display only installed or obsolete packages there. > > But as in "guix.el" we have "M-x guix-installed-packages" and "M-x > guix-obsolete-packages", in my opinion it would be better to leave the > current sorting by name.
Right, makes sense. > Besides a user can easily sort a list by "Installed" column if he wants. > But of course if most people find such sort preferable, I will comply. Yes. > From eafaf96cf86eb353aa414da6773254aca648e260 Mon Sep 17 00:00:00 2001 > From: Alex Kost <alez...@gmail.com> > Date: Sat, 6 Sep 2014 12:08:42 +0400 > Subject: [PATCH] emacs: Add a face for installed packages. > > * emacs/guix-list.el (guix-package-list-installed): New face. > (guix-package-list-get-name): Use it. Nice, OK to push. Thanks! Ludo’.