emacs: Improve key bindings for marking the packages.
authorAlex Kost <alezost@gmail.com>
Sat, 6 Sep 2014 14:00:45 +0000 (18:00 +0400)
committerAlex Kost <alezost@gmail.com>
Mon, 8 Sep 2014 18:01:58 +0000 (22:01 +0400)
commit91cc37a1e3e0554ee95ceff96250fb65c63ea3bd
tree5e200365b701e20f775e454a7b3289787993d907
parentdb60b1d9ffd8aa1ae98bfa9cf15614d9400fc1eb
emacs: Improve key bindings for marking the packages.

Use "U" to upgrade the current package, "^" to upgrade all.

* emacs/guix-list.el: (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 (emacs List buffer): Update the manual accordingly.
doc/emacs.texi
emacs/guix-list.el