!TITLE SPECIAL COMMANDS The most important Special command is the Close command "%C" which is the normal method of closing off the edit and making permanent the changes to the file. If for any reason it is desired to ABANDON the edit without giving effect to the changes, the Abandon command "%A" should be used instead. The variant "%Ci" is used to invoke IMP syntax checking before finally closing the file. See also the section on MACROS for the Special commands "%Q" (Query key definition) and "%K" (define Key). ! ! %Dn This command provides an alternative means of setting MINWIN, without entering Environment setting mode. When used by itself, without , it leaves MINWIN un-altered but re-writes the display. It should be used if for any reason the window has been corrupted (by an operator message, for example). !> ! %Ln / %Mn These commands provide an alternative means of setting WIDTH and MARGIN. The parameter WIDTH specifies the maximum line length to be used in connection with the Adjust and 'At' commands (and for failure conditions in the case of Insert and Join). The initial default value is 80. The parameter MARGIN specifies a left margin position, which defines the effective start of the line. This determines where the file pointer is placed following a Move or Move back command, and is also relevant to the operation of the Adjust command. WIDTH is inclusive of MARGIN. !> ! ! ! ! deleted lines %W The fact that the Editor retains a record of all lines deleted from the file, against the possibility of later re-insertion, can sometimes be a nuisance, since lines that are definitely not wanted again may get in the road of those that are. The Wipe command "%W" causes the record of the last deleted lines to be lost so that they become irrevocable. It may be necessary to use Wipe in order to bring in a large amount of data for a secondary input file to replace a large chunk deleted from the main file. !> ! !>