set writepi
set writepi= { all | default | touchup | structural | none}
This option determines how the
save,
write, and
save_as commands treat
Arbortext Editor processing instructions. This option has a global scope. The settings are:
• all — Saves Arbortext Editor processing instructions.
• default — Saves Arbortext Editor processing instructions except for <?Pub _display?>. This is the default setting.
• touchup — Saves Arbortext Editor processing instructions except for <?Pub _display?> and processing instructions that the editor uses to remember the state of the document display (for example, <?Pub Caret?>).
• structural — Saves the same Arbortext Editor processing instructions as the touchup setting except for <?Pub_font?>, <?Pub_newcolumn?>, <?Pub_newline?>, <?Pub_newpage?> and <?Pub_nolinebreak?>.
• none — Removes Arbortext Editor processing instructions.
If the -pi or -nopi option is specified for the write, save, or save_as commands, then that value is used regardless of the set writepi option setting.
Related Topics