This package browser is in early development. Mind the rough edges.

emacs-filladapt

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.

Installation

Install the latest version of emacs-filladapt as follows:

guix install emacs-filladapt

Or install a particular version:

guix install emacs-filladapt@2.12.2

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.

Badge code

You can use the following badge to inform users of emacs-filladapt about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/emacs-filladapt'><img src='https://packages.guix.gnu.org/packages/emacs-filladapt/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-filladapt/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/emacs-filladapt)

Example Org:

[[https://packages.guix.gnu.org/packages/emacs-filladapt][https://packages.guix.gnu.org/packages/emacs-filladapt/badges/latest-version.svg]]