summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2014-09-06 18:00:45 +0400
committerAlex Kost <alezost@gmail.com>2014-09-08 22:01:58 +0400
commit91cc37a1e3e0554ee95ceff96250fb65c63ea3bd (patch)
tree5e200365b701e20f775e454a7b3289787993d907 /doc
parentdb60b1d9ffd8aa1ae98bfa9cf15614d9400fc1eb (diff)
downloadpatches-91cc37a1e3e0554ee95ceff96250fb65c63ea3bd.tar
patches-91cc37a1e3e0554ee95ceff96250fb65c63ea3bd.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs.texi16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi
index 55feb1bf9f..7616c8f92d 100644
--- a/doc/emacs.texi
+++ b/doc/emacs.texi
@@ -163,11 +163,9 @@ Mark the current entry.
@item M
Mark all entries.
@item u
-Unmark the current entry.
+Unmark the current entry (with prefix, unmark all entries).
@item @key{DEL}
Unmark backward.
-@item U
-Unmark all entries.
@item S
Sort entries by a specified column.
@end table
@@ -179,12 +177,16 @@ A ``package-list'' buffer additionally provides the following bindings:
Describe marked packages (display available information in a
``package-info'' buffer).
@item i
-Mark a package for installation (with prefix, prompt for output(s) to
-install).
+Mark "out" of the current package for installation (with prefix, prompt
+for output(s) to install).
@item d
-Mark a package for deletion.
+Mark all installed outputs of the current package for deletion (with
+prefix, prompt for output(s) to delete).
+@item U
+Mark all installed outputs of the current package for upgrading (with
+prefix, prompt for output(s) to upgrade).
@item ^
-Mark a package for upgrading.
+Mark all obsolete packages for upgrading.
@item x
Execute actions on marked packages.
@end table