Go to the first, previous, next, last section, table of contents.


Indented-Text mode

This is a variant of text-mode, see section Text mode. It's only difference is in the way the TAB key is handled -- tab stops are calculated from the previous non-empty line. Each transition from a sequence of one or more spaces to a non-space character is used as a tab stop. If there are none of these to the right of the cursor normal the standard tabbing command is used.

Command: indented-text-mode
Variant of text-mode.

Hook: indented-text-mode-hook
Evaluated when indented-text-mode is invoked. The hook text-mode-hook is also evaluated (before this one).


Go to the first, previous, next, last section, table of contents.