[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals-release/activities 3738d539e9 018/103: Add FAQ
From: |
ELPA Syncer |
Subject: |
[elpa] externals-release/activities 3738d539e9 018/103: Add FAQ |
Date: |
Tue, 30 Jan 2024 03:57:47 -0500 (EST) |
branch: externals-release/activities
commit 3738d539e9ca27a8761c2768194c8f53c4a9e21f
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Add FAQ
---
README.org | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.org b/README.org
index 3ee0c14fca..9c256bc66b 100644
--- a/README.org
+++ b/README.org
@@ -42,3 +42,12 @@ If you choose to install it otherwise, you'll need to load
both the ~activity~ a
6. Return to the original activity state with ~activity-reset~ (or ~C-u M-x
activity-resume RET~).
7. Suspend the activity with ~activity-suspend~ (which saves its last state
and closes its frame/tab).
+* 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. ~activity~ hopes to provide a longer-term
solution more suitable for inte [...]
+
++ "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 ~bookmarks~ library
offers a way for any buffer's major mode to save and restore state, if
implemented (which many already are).
+
++ How does this differ from "workspace" packages? :: Yes, there are many Emacs
packages that provide "workspace"-like features in one way or another. To
date, only Burly and Bufler seem to offer the ability to restore one across
Emacs sessions. As mentioned, ~activity~ is intended to be more refined and
easier to use (e.g. automatically saving activities' states when
~activity-mode~ is enabled). Comparisons to other packages are left to the
reader; suffice to say that ~activity~ is in [...]
+
++ 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 6938717945 090/103: Docs: Update changelog, (continued)
- [elpa] externals-release/activities 6938717945 090/103: Docs: Update changelog, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 70f75f1d2a 086/103: Fix: (activities-mode) Fix parent group, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities ee788599ba 103/103: Release: v0.3, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 6d2aa1a381 003/103: WIP, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 388f31f686 007/103: WIP, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 2027ede904 001/103: Initial commit, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 9de2334d94 011/103: Tabs WIP, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 10c1a7f629 010/103: WIP, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities a337656530 014/103: WIP, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 003df257af 002/103: WIP, ELPA Syncer, 2024/01/30
- [elpa] externals-release/activities 3738d539e9 018/103: Add FAQ,
ELPA Syncer <=
- [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, 2024/01/30