branch: externals/embark commit 1bedea7531c749c8131928b39889db9a8ad0da5b Author: Omar Antolín <omar.anto...@gmail.com> Commit: Omar Antolín <omar.anto...@gmail.com>
Document marking functionality in Embark Collect buffers --- README.org | 7 +++++++ embark.texi | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README.org b/README.org index 771b5c5a2a..c417e00b4e 100644 --- a/README.org +++ b/README.org @@ -160,6 +160,13 @@ sets: The candidates can be viewed in a grid or 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-export= command tries to open a buffer in an appropriate major mode for the set of candidates. If the candidates are files export produces a Dired buffer; if they are buffers, you get an diff --git a/embark.texi b/embark.texi index a23a4aa614..b514b54b90 100644 --- a/embark.texi +++ b/embark.texi @@ -253,6 +253,13 @@ candidates, for you to peruse and run actions on at your leisure. The candidates can be viewed in a grid or 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. + @item The @samp{embark-export} command tries to open a buffer in an appropriate major mode for the set of candidates. If the candidates are files