[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/activities b69373eda6 43/50: README: simplify Completio
From: |
ELPA Syncer |
Subject: |
[elpa] externals/activities b69373eda6 43/50: README: simplify Completion description |
Date: |
Wed, 25 Dec 2024 03:57:21 -0500 (EST) |
branch: externals/activities
commit b69373eda6d4702ded35cbf535f00c66ca245764
Author: J.D. Smith <jdtsmith@gmail.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
README: simplify Completion description
---
README.org | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 3a105cb8fb..6296e82d62 100644
--- a/README.org
+++ b/README.org
@@ -137,13 +137,15 @@ When option ~activities-bookmark-store~ is enabled, an
Emacs bookmark is stored
** Completion
-When selecting an activity in the mini-buffer, annotations are sorted active
first, then by most recent modification age. If you are using an interface
that supports /annotations/, additional information is shown alongside the
activity name:
+When selecting an activity in the mini-buffer, if you are using an interface
that supports /annotations/, additional information is shown alongside the
activity name:
- an `@` symbol, for active activities,
- the number of buffers and files the activity contains,
- a color-coded age since the activity was last updated, and
- a final ~*~ if the activity's list of buffers and files has been modified
from its default state.
+The sort order when completing activities can be configured using
~activities-sort-by~.
+
* FAQ
+ How is this different from
[[https://github.com/alphapapa/burly.el][Burly.el]] or
[[https://github.com/alphapapa/bufler.el/][Bufler.el]]? :: Burly is a
well-polished tool for restoring window and frame configurations, which could
be considered an incubator for some of the ideas furthered here. Bufler's
~bufler-workspace~ library uses Burly to provide some similar functionality,
which is at an exploratory stage. ~activities~ hopes to provide a longer-term
solution more suitable for in [...]
- [elpa] externals/activities 455e3ebf8f 22/50: Make activities--annotate privately named, (continued)
- [elpa] externals/activities 455e3ebf8f 22/50: Make activities--annotate privately named, ELPA Syncer, 2024/12/25
- [elpa] externals/activities e392e233d3 21/50: annotate: "zero files" is plural, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 8683bb4662 24/50: Factor out buffer-and-files comparison functions, ELPA Syncer, 2024/12/25
- [elpa] externals/activities e774617fb1 25/50: save: retain last timestamp when buffer and files have not changed, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 0a3309ae51 27/50: Inline activities--completion-table, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 6d9b69485a 32/50: inline annotation-function and eliminate vc-annotate, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 67cb87f413 33/50: mapcar-window-state-leafs: improve varnames and docstring, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 322de07933 35/50: activities--age: rewrite, note future core replacement, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 425b6199ca 37/50: activities-annotation-colors: simplify doc and use ALPHA, ELPA Syncer, 2024/12/25
- [elpa] externals/activities d648a9e3a9 42/50: README: rename section as Completion, ELPA Syncer, 2024/12/25
- [elpa] externals/activities b69373eda6 43/50: README: simplify Completion description,
ELPA Syncer <=
- [elpa] externals/activities b75e6f4ab6 44/50: oldest-age: find oldest age of last OR default state, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 9b792abceb 01/50: Initial annotation support for activities-completing-read, ELPA Syncer, 2024/12/25
- [elpa] externals/activities b07a5370de 02/50: Correct the file count, ELPA Syncer, 2024/12/25
- [elpa] externals/activities e829cf9fa2 03/50: re-org: move oldest-age up, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 1e14be5c59 06/50: simplify annotation-function using pcase-let*, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 61461aec1d 05/50: docs: fix typo in oldest-age, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 05d8dbcdc1 07/50: Use struct-slot-value instead of rolling our own function, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 10240f31a4 04/50: Find oldest colormap age just once per read, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 8463af4207 12/50: annotate: correct indentation for makem.sh, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 00787671f8 14/50: README: add information about the annotations, ELPA Syncer, 2024/12/25