emacs-zones 2023.6.11
Define and act on multiple zones of buffer text
Library zones.el lets you easily define and subsequently act on multiple zones of buffer text. You can think of this as enlarging the notion of region. In effect, it can remove the requirement of target text being a contiguous sequence of characters. A set of buffer zones is, in effect, a (typically) noncontiguous set of text.
- Outputs:
out - Website: https://www.emacswiki.org/emacs/Zones
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-zones 2023.6.11 as follows:
guix install emacs-zones@2023.6.11
Or install the latest version:
guix install emacs-zones
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.