activities-el 0.7.1-1 source package in Ubuntu

Changelog

activities-el (0.7.1-1) unstable; urgency=medium

  [ Xiyue Deng ]
  * New upstream release.

 -- Sean Whitton <email address hidden>  Tue, 06 Aug 2024 10:43:13 +0800

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
activities-el_0.7.1-1.dsc 2.0 KiB d2e5f5cf4bc2734e5495d10bc7438898fff29d09c7a298378c84445ca3d78508
activities-el_0.7.1.orig.tar.xz 37.5 KiB f51850deacc23d7b536ddfa1665b542e840f0513a6ca26e5ba5a631d4b5148d9
activities-el_0.7.1-1.debian.tar.xz 2.6 KiB 81656e138e5ff9650c32e5755026a7192da05a6f98bc98a86f69b92156035f1c

Available diffs

No changes file available.

Binary packages built by this source

elpa-activities: Save/restore sets of windows, tabs/frames, and their buffers in Emacs

 Inspired by Genera's and KDE's concepts of "activities", this
 library allows the user to select an "activity", the loading of
 which restores a window configuration into a `tab-bar' tab or
 frame, along with the buffers shown in each window. Saving an
 activity saves the state for later restoration. Switching away
 from an activity saves the last-used state for later switching back
 to, while still allowing the activity's initial or default state to
 be restored on demand. Resuming an activity loads the last-used
 state, or the initial/default state when a universal argument is
 provided.
 .
 The implementation uses the bookmark system to save buffers'
 states--that is, any major mode that supports the bookmark system
 is compatible. A buffer whose major mode does not support the
 bookmark system (or does not support it well enough to restore
 useful state) is not compatible and can't be fully restored, or
 perhaps not at all; but solving that is as simple as implementing
 bookmark support for the mode, which is usually trivial.
 .
 Integration with Emacs's `tab-bar-mode' is provided: a window
 configuration or can be restored to a `tab-bar' tab or to a frame.
 .
 Various hooks are provided, both globally and per-activity, so that
 the user can define functions to be called when an activity is
 saved, restored, or switched from/to. For example, this could be
 used to limit the set of buffers offered for switching to within an
 activity, or to track the time spent in an activity.