folding-mode-el 0.0~git20250120.b82696b-1 source package in Ubuntu

Changelog

folding-mode-el (0.0~git20250120.b82696b-1) unstable; urgency=medium

  * New upstream version 0.0~git20250120.b82696b.
  * Import upstream copyright statement update.
  * Declare Standards-Version: 4.7.2 (no changes required).

 -- Nicholas D Steeves <email address hidden>  Wed, 10 Sep 2025 15:28:09 -0400

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
Resolute release universe misc

Downloads

File Size SHA-256 Checksum
folding-mode-el_0.0~git20250120.b82696b-1.dsc 2.1 KiB 2d60346501ac73d4ee6f25ed0c242dd103161228d7b5e65513f75b48a903862c
folding-mode-el_0.0~git20250120.b82696b.orig.tar.gz 73.8 KiB 69370f7218dbc7d1dd1a12ad0b810ec7f16f066a3bd750d753a06ecae55a85ed
folding-mode-el_0.0~git20250120.b82696b-1.debian.tar.xz 3.6 KiB 1a115612736da448ff956eb7730508534f09c9693c3e319194999556c06986fb

No changes file available.

Binary packages built by this source

elpa-folding: folding-editor minor mode for Emacs

 This package provides an Emacs minor mode for folding (hiding) custom
 regions. It also provides an Isearch interface to the folds. Folds
 can be nested hierarchically.
 .
 Folding-mode is similar to a general-purpose Outline-mode or to
 Org-mode. It can CLOSE a fold so that only initial special marker
 and optional fold name/comment are visible, or it can ENTER a fold so
 that all text outside of the target fold is hidden.
 .
 The upstream maintainers of folding-mode do not recommend exclusively
 relying on folding-mode for code layout and navigation. Hideshow and
 Imenu are more appropriate for folding code at a per-function() level
 of granularity. In particular Imenu is more useful for this because
 it parses function indexes. Folding mode is most useful for dividing
 code into broad operations and for organising stubs while prototyping.