branch: externals/embark commit 46fb2f8bd90bc374d2cd0a55da3510a09070c859 Author: Omar Antolín <omar.anto...@gmail.com> Commit: Omar Antolín <omar.anto...@gmail.com>
Document separator lines for multiline candidates --- CHANGELOG.org | 4 ++++ README.org | 4 +++- embark.texi | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 7bc5c21fa5..0e0c75947f 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -17,6 +17,10 @@ - The meaning of the prefix argument in =embark-bindings= has flipped: now by default global key bindings are excluded and you =C-u= to include them. +- If any candidate in an embark-collect buffer contains a newline, + then candidates will be separated by horizontal lines. This is handy + for the kill-ring, which you can browse by calling =embark-collect= + from =yank-pop=. * Version 0.22.1 (2023-04-20) ** New feature: selections Now users can select several targets to make an ad hoc collection. The diff --git a/README.org b/README.org index ac9b17a4e8..b1e1967182 100644 --- a/README.org +++ b/README.org @@ -173,7 +173,9 @@ sets: - The =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 candidates are displayed as a list showing additional + annotations. If any of the candidates contain newlines, then + horizontal lines are used to separate candidates. The Embark Collect buffer is somewhat "dired-like": you can select and deselect candidates through =embark-select= (available as an diff --git a/embark.texi b/embark.texi index 44986e4c01..456bf2af1a 100644 --- a/embark.texi +++ b/embark.texi @@ -277,7 +277,9 @@ option @samp{embark-confirm-act-all} to @samp{nil}.) @item 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 candidates are displayed as a list showing additional +annotations. If any of the candidates contain newlines, then +horizontal lines are used to separate candidates. The Embark Collect buffer is somewhat ``dired-like'': you can select and deselect candidates through @samp{embark-select} (available as an