emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/embark ccb8b15edf 25/30: Document new selection functio


From: ELPA Syncer
Subject: [elpa] externals/embark ccb8b15edf 25/30: Document new selection functionality for collect buffers
Date: Thu, 20 Apr 2023 10:58:23 -0400 (EDT)

branch: externals/embark
commit ccb8b15edf1015e010a8897ed4cb6119f7fb99e8
Author: Omar Antolín Camarena <omar.antolin@gmail.com>
Commit: Omar Antolín Camarena <omar.antolin@gmail.com>

    Document new selection functionality for collect buffers
---
 README.org  | 15 +++++++++------
 embark.texi | 15 +++++++++------
 2 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/README.org b/README.org
index ef77ed5f32..afa3255d3e 100644
--- a/README.org
+++ b/README.org
@@ -175,12 +175,15 @@ sets:
   candidates, for you to peruse and run actions on at your leisure.
   The candidates are displayed as a list showing additional annotations.
 
-  The Embark Collect buffer is "dired-like": you can mark and unmark
-  candidates with =m= and =u=, you can unmark all marked candidates with =U=
-  or toggle the marks with =t=. In an Embark Collect buffer
-  =embark-act-all= is bound to =A= and will act on all currently marked
-  candidates if there any, and will act on all candidates if none are
-  marked.
+  The Embark Collect buffer is somewhat "dired-like": you can select
+  and deselect candidates through the =embark-toggle-select= action
+  (bound to =SPC=). In an Embark Collect buffer =embark-act= is bound to =a=
+  and =embark-act-all= is bound to =A=; =embark-act-all= will act on all
+  currently marked candidates if there any, and will act on all
+  candidates if none are marked. In particular, this means that =a SPC=
+  will toggle whether the candidate at point is selected, and =A SPC=
+  will select all candidates if none are selected, or deselect all
+  selected candidates if there are some.
 
 - The =embark-export= command tries to open a buffer in an appropriate
   major mode for the set of candidates. If the candidates are files
diff --git a/embark.texi b/embark.texi
index e289847ee8..f26176d5e8 100644
--- a/embark.texi
+++ b/embark.texi
@@ -278,12 +278,15 @@ The @samp{embark-collect} command produces a buffer 
listing all the current
 candidates, for you to peruse and run actions on at your leisure.
 The candidates are displayed as a list showing additional annotations.
 
-The Embark Collect buffer is ``dired-like'': you can mark and unmark
-candidates with @samp{m} and @samp{u}, you can unmark all marked candidates 
with @samp{U}
-or toggle the marks with @samp{t}. In an Embark Collect buffer
-@samp{embark-act-all} is bound to @samp{A} and will act on all currently marked
-candidates if there any, and will act on all candidates if none are
-marked.
+The Embark Collect buffer is somewhat ``dired-like'': you can select
+and deselect candidates through the @samp{embark-toggle-select} action
+(bound to @samp{SPC}). In an Embark Collect buffer @samp{embark-act} is bound 
to @samp{a}
+and @samp{embark-act-all} is bound to @samp{A}; @samp{embark-act-all} will act 
on all
+currently marked candidates if there any, and will act on all
+candidates if none are marked. In particular, this means that @samp{a SPC}
+will toggle whether the candidate at point is selected, and @samp{A SPC}
+will select all candidates if none are selected, or deselect all
+selected candidates if there are some.
 
 @item
 The @samp{embark-export} command tries to open a buffer in an appropriate



reply via email to

[Prev in Thread] Current Thread [Next in Thread]