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
      . . .
      file-query-replace
      fill-comment
      fill-indented-paragraph
      fill-paragraph
      fill-region
      . . .
   Variable Reference
      abort-file-io
      abort-file-matching
      abort-key
      . . .
      yank-rectangle-to-corner
   . . .

Previous   Up    Next
fill-comment  Command Reference   fill-paragraph


Epsilon User's Manual and Reference > Command Reference >

fill-indented-paragraph

Fill paragraph preserving indentation.

This command fills the current paragraph, so that each line but the last becomes as long as possible without going past the fill column. It tries to preserve any indentation before each line of the paragraph. In detail, it finds the line in the paragraph with the least amount of indentation (not counting the first line, whose indentation is always preserved), and preserves indentation to the left of that column, filling the text to the right of that column.

With a numeric argument, it fills the paragraph using the current column as the right margin, instead of the margin-right variable.

With a highlighted region, it fills each paragraph in the region.

More info:

Formatting Text



Previous   Up    Next
fill-comment  Command Reference   fill-paragraph


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