Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   . . .
   Commands by Topic
      Getting Help
      Moving Around
      Changing Text
      . . .
      Miscellaneous
   Command Reference
      . . .
      incremental-search
      indent-for-comment
      indent-previous
      indent-region
      indent-rigidly
      . . .
   Variable Reference
      abort-file-io
      abort-file-matching
      abort-key
      . . .
      yank-rectangle-to-corner
   . . .

Previous   Up    Next
indent-for-comment  Command Reference   indent-region


Epsilon User's Manual and Reference > Command Reference >

indent-previous

Indent based on the previous line.  <Tab>

This command makes the current line start at the same column as the previous non-blank line. Specifically, if you invoke this command with point in or adjacent to a line's indentation, indent-previous replaces that indentation with the indentation of the previous non-blank line. If point's indentation exceeds that of the previous non-blank line, or if you invoke this command with point outside of the line's indentation, this command simply runs indent-to-tab-stop.

If a region is highlighted, Epsilon indents all lines in the region by one tab stop. With a numeric prefix argument, Epsilon indents by that amount.

More info:

Indenting Commands



Previous   Up    Next
indent-for-comment  Command Reference   indent-region


Lugaru Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.