Filling is a coarse text-formatting process which attempts to make all the lines roughly the same length, but doesn't vary the amount of space between words. Editing text may leave lines with all sorts of strange lengths; filling this text will return it to a moderately aesthetic form. [annotate]
This command sets the fill column to the column that the point is currently at, or the one specified by the absolute value of prefix argument, if it is supplied. The fill column is the column past which no text is permitted to extend. [annotate] |
This command sets the fill prefix to the text from the beginning of the current line to the point. The fill-prefix is a string which filling commands leave at the beginning of every line filled. This feature is useful for filling indented text or comments. [annotate] |
These variables hold the value of the fill prefix and fill column, thus setting these variables will change the way filling is done. If Fill Prefix is nil, then there is no fill prefix. [annotate]
[← 10.7 Scanning and Picking Messages, Pick Headers] [← 10.7 Scanning and Picking Messages, Message Headers] [← 7.2 Indentation, Center Line] [← 15.5 Filling, fill-region-by-paragraphs] [← 15.5 Filling, fill-region] [← 15.3 English Text Buffers, mark-paragraph] [← 15.3 English Text Buffers, paragraph-offset] |