emacs-filladapt 2.12.2
Adaptive fill for Emacs
This package provides functions which enhance the default behavior of Emacs' Auto Fill mode and the commands fill-paragraph
, lisp-fill-paragraph
, fill-region-as-paragraph
, and fill-region
.
The chief improvement is that the beginning of a line to be filled is examined and, based on information gathered, an appropriate value for fill-prefix is constructed. Also the boundaries of the current paragraph are located. This occurs only if the fill prefix is not already non-nil.
The net result of this is that blurbs of text that are offset from left margin by asterisks, dashes, and/or spaces, numbered examples, included text from USENET news articles, etc. are generally filled correctly with no fuss.
- Outputs:
out
- Website: https://elpa.gnu.org/packages/filladapt.html
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-filladapt 2.12.2
as follows:
guix install emacs-filladapt@2.12.2
Or install the latest version:
guix install emacs-filladapt
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.