[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals-release/activities d3d1c9f6dd 036/103: Docs: Update rea
From: |
ELPA Syncer |
Subject: |
[elpa] externals-release/activities d3d1c9f6dd 036/103: Docs: Update readme |
Date: |
Tue, 30 Jan 2024 03:57:49 -0500 (EST) |
branch: externals-release/activities
commit d3d1c9f6dd2880613a43fa9bf26dd541594ceda0
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Docs: Update readme
---
README.org | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.org b/README.org
index 2b5deddca2..94e6962263 100644
--- a/README.org
+++ b/README.org
@@ -62,4 +62,6 @@ If you choose to install it otherwise, you'll need to load
both the ~activity~ a
+ "Activities" haven't seemed to pan out for KDE. Why would they in Emacs? ::
KDE Plasma's Activities system requires applications that can save and restore
their state through Plasma, which only (or mostly only?) KDE apps can do,
limiting the usefulness of the system. However, Emacs offers a coherent
environment, similar to Lisp machines of yore, and its ~bookmark~ library
offers a way for any buffer's major mode to save and restore state, if
implemented (which many already are).
++ Why did a buffer not restore correctly? :: Most likely because that buffer's
major mode does not support Emacs bookmarks (which ~activity~ uses internally
to save and restore buffer state). But many, if not most, major modes do; and
for those that don't, implementing such support is usually trivial (and thereby
benefits Emacs as a whole, not just ~activity~). So contact the major mode's
maintainer and ask that ~bookmark~ support be implemented.
+
+ Why did I get an error? :: Because ~activity~ is at an early stage of
development and some of these features are not simple to implement. But it's
based on Burly, which has already been through much bug-fixing, so it should
proceed smoothly. Please report any bugs you find.
- [elpa] externals-release/activities 3738d539e9 018/103: Add FAQ, (continued)
- [elpa] externals-release/activities 3738d539e9 018/103: Add FAQ, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities bf181fa512 019/103: Update FAQ, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities bf84de5214 022/103: WIP (multisession doesn't seem to work with alists, trying persist next), ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities f55b63a1cf 023/103: Seems to work, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 43c4524b47 025/103: Fix: (activity-switch) Set frame name, call make-frame correctly, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 4bc5b0f757 026/103: Fixes and additions, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities e0bdd210bd 027/103: Fix, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 42f9e302be 031/103: Tidy, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 68dc0e0d55 033/103: Fix: Don't redisplay, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 31d563422f 030/103: Fix, tidy, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities d3d1c9f6dd 036/103: Docs: Update readme,
ELPA Syncer <=
- [elpa] externals-release/activities 0a5bdc6f1a 044/103: Add: (activity-new) Use prefix to redefine, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 2f4ce2441c 046/103: Docs: Update, add Info manual, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 99ae983d0b 048/103: Tidy, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 2e18f9cb36 047/103: Rename to "activities", ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities d5e0ad5884 049/103: Merge: Rename to "activities", ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 970ec6c377 042/103: Add: Bookmark support, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 7ee86c2841 043/103: Notes: Update, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 095231ef6a 052/103: Tidy: Indentation, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 8e004b83f1 058/103: Change: (activities--name-buffer) Error for missing buffers, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 5f044d448b 060/103: Change: (activities-resume) Don't reload already active activities, ELPA Syncer, 2024/01/30