File: fill.el.html

All the commands for filling text. These are documented in the Emacs manual.

Defined variables (18)

adaptive-fill-first-line-regexpRegexp specifying whether to set fill prefix from a one-line paragraph.
adaptive-fill-functionFunction to call to choose a fill prefix for a paragraph.
adaptive-fill-modeNon-nil means determine a paragraph’s fill prefix from its text.
adaptive-fill-regexpRegexp to match text at start of line that constitutes indentation.
colon-double-spaceNon-nil means put two spaces after a colon when filling.
default-justificationMethod of justifying text not otherwise specified.
enable-kinsokuNon-nil means enable "kinsoku" processing on filling paragraphs.
fill-find-break-point-function-tableChar-table of special functions to find line breaking point.
fill-forward-paragraph-functionFunction to move over paragraphs used by the filling code.
fill-indent-according-to-modeWhether or not filling should try to use the major mode’s indentation.
fill-individual-varying-indentControls criterion for a new paragraph in ‘fill-individual-paragraphs’.
fill-nobreak-invisibleNon-nil means that fill commands do not break lines in invisible text.
fill-nobreak-predicateList of predicates for recognizing places not to break a line.
fill-nospace-between-words-tableChar-table of characters that don’t use space between words.
fill-paragraph-functionMode-specific function to fill a paragraph, or nil if there is none.
fill-paragraph-handle-commentNon-nil means paragraph filling will try to pay attention to comments.
fill-region-as-paragraph-functionFunction to fill the region as if it were a single paragraph.
fill-separate-heterogeneous-words-with-spaceNon-nil means to use a space to separate words of different scripts.

Defined functions (39)

canonically-space-region(BEG END)
current-fill-column()
current-justification()
fill-comment-paragraph(&optional JUSTIFY)
fill-common-string-prefix(S1 S2)
fill-context-prefix(FROM TO &optional FIRST-LINE-REGEXP)
fill-delete-newlines(FROM TO JUSTIFY NOSQUEEZE SQUEEZE-AFTER)
fill-delete-prefix(FROM TO PREFIX)
fill-find-break-point(LIMIT)
fill-forward-paragraph(ARG)
fill-french-nobreak-p()
fill-indent-to-left-margin()
fill-individual-paragraphs(MIN MAX &optional JUSTIFY CITATION-REGEXP)
fill-individual-paragraphs-citation(STRING CITATION-REGEXP)
fill-individual-paragraphs-prefix(CITATION-REGEXP)
fill-minibuffer-function(ARG)
fill-move-to-break-point(LINEBEG)
fill-nobreak-p()
fill-nonuniform-paragraphs(MIN MAX &optional JUSTIFYP CITATION-REGEXP)
fill-paragraph(&optional JUSTIFY REGION)
fill-paragraph-semlf(&optional JUSTIFY REGION)
fill-polish-nobreak-p()
fill-region(FROM TO &optional JUSTIFY NOSQUEEZE TO-EOP)
fill-region-as-paragraph(FROM TO &optional JUSTIFY NOSQUEEZE SQUEEZE-AFTER)
fill-region-as-paragraph-default(FROM TO &optional JUSTIFY NOSQUEEZE SQUEEZE-AFTER)
fill-region-as-paragraph-semlf(FROM TO &optional JUSTIFY NOSQUEEZE SQUEEZE-AFTER)
fill-single-char-nobreak-p()
fill-single-word-nobreak-p()
fill-text-properties-at(POS)
justify-current-line(&optional HOW EOP NOSQUEEZE)
set-justification(BEGIN END STYLE &optional WHOLE-PAR)
set-justification-center(B E)
set-justification-full(B E)
set-justification-left(B E)
set-justification-none(B E)
set-justification-right(B E)
skip-line-prefix(PREFIX)
unjustify-current-line()
unjustify-region(&optional BEGIN END)

Defined faces (0)