File: fill.el.html
All the commands for filling text. These are documented in the Emacs manual.
Defined variables (17)
adaptive-fill-first-line-regexp | Regexp specifying whether to set fill prefix from a one-line paragraph. |
adaptive-fill-function | Function to call to choose a fill prefix for a paragraph. |
adaptive-fill-mode | Non-nil means determine a paragraph’s fill prefix from its text. |
adaptive-fill-regexp | Regexp to match text at start of line that constitutes indentation. |
colon-double-space | Non-nil means put two spaces after a colon when filling. |
default-justification | Method of justifying text not otherwise specified. |
enable-kinsoku | Non-nil means enable "kinsoku" processing on filling paragraphs. |
fill-find-break-point-function-table | Char-table of special functions to find line breaking point. |
fill-forward-paragraph-function | Function to move over paragraphs used by the filling code. |
fill-indent-according-to-mode | Whether or not filling should try to use the major mode’s indentation. |
fill-individual-varying-indent | Controls criterion for a new paragraph in ‘fill-individual-paragraphs’. |
fill-nobreak-invisible | Non-nil means that fill commands do not break lines in invisible text. |
fill-nobreak-predicate | List of predicates for recognizing places not to break a line. |
fill-nospace-between-words-table | Char-table of characters that don’t use space between words. |
fill-paragraph-function | Mode-specific function to fill a paragraph, or nil if there is none. |
fill-paragraph-handle-comment | Non-nil means paragraph filling will try to pay attention to comments. |
fill-separate-heterogeneous-words-with-space | Non-nil means to use a space to separate words of a different kind. |