[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
30.5 Filling Text
Filling text means breaking it up into lines that fit a specified width. Emacs does filling in two ways. In Auto Fill mode, inserting text with self-inserting characters also automatically fills it. There are also explicit fill commands that you can use when editing text leaves it unfilled. When you edit formatted text, you can specify a style of filling for each portion of the text (see section Editing Formatted Text).
30.5.1 Auto Fill Mode | Auto Fill mode breaks long lines automatically. | |
30.5.2 Explicit Fill Commands | Commands to refill paragraphs and center lines. | |
30.5.3 The Fill Prefix | Filling paragraphs that are indented or in a comment, etc. | |
30.5.4 Adaptive Filling | How Emacs can determine the fill prefix automatically. | |
30.5.5 Refill Mode | Keeping paragraphs filled. | |
30.5.6 Long Lines Mode | Editing text with very long lines. |