EVE$HELP.HLB  —  SET_FILL_TAGS
  SET FILL TAGS

  Lets FILL commands wrap lines that start with a RUNOFF command or VAX
  DOCUMENT tag.

  Example:

     The following commands tell EVE to allow filling lines that start with
     RUNOFF commands or DOCUMENT tags; fill the current paragraph or range;
     and then restore the default setting:

        Command: SET FILL TAGS
        Command: FILL
        Command: SET FILL NOTAGS

  Usage notes:

  o  SET FILL TAGS makes FILL commands ignore RUNOFF commands and VAX
     DOCUMENT tags at the start of a line--- that is, FILL will not tread
     them as paragraph boundaries. Blank lines and page breaks are still
     treated as paragraph boundaries.

  o  Default is SET TAGS NOFILL, which makes EVE's paragraph boundaries any
     of the following:

        *  Blank line
        *  Top or bottom of the buffer
        *  Page break (form feed at the start of a line)
        *  RUNOFF command (such as .BREAK;) at the start of a line
        *  VAX DOCUMENT tag (such as <LE>) at the start of a line

  o  If you use SET FILL TAGS, you may want to redefine FILL keys---such as
     GOLD-KP8 with the EDT keypad---as FILL RANGE to avoid accidentally
     filling a large block of text (or an entire buffer) that does not have
     blank lines or page breaks, making the text hard to read and may cause
     errors with RUNOFF or DOCUMENT processing.

  o  The setting applies in all buffers, but is not saved in a section file
     or command file. If you want to keep SET FILL TAGS for future editing
     sessions, put the command in an initialization file (typically named
     EVE$INIT.EVE). See help on Initialization Files.

  Related topics:

     FILL     FILL PARAGRAPH     FILL RANGE     SET FILL NOTAGS
Close Help