home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / WF_V31A.ZIP / WF.TXT < prev    next >
Text File  |  1994-01-13  |  115KB  |  3,796 lines

  1. @10
  2.  
  3. &START OF FILE
  4.  
  5.     Keystroke sequence:   10
  6. )    Alternate keystrokes: 10
  7.  
  8. The cursor is moved to the first character in the
  9. file.
  10. @11
  11.  
  12. &END OF FILE
  13.  
  14.     Keystroke sequence:   11
  15. )    Alternate keystrokes: 11
  16.  
  17. The cursor is moved past the last character in
  18. the file.
  19. @14
  20.  
  21. &TOP OF SCREEN
  22.  
  23.     Keystroke sequence:   14
  24. )    Alternate keystrokes: 14
  25.  
  26. The cursor is moved to the first line in the
  27. window.
  28. @15
  29.  
  30. &BOTTOM OF SCREEN
  31.  
  32.     Keystroke sequence:   15
  33. )    Alternate keystrokes: 15
  34.  
  35. The cursor is moved past the last line in
  36. the window.
  37. @16
  38.  
  39. &UP EQUAL INDENT
  40.  
  41.     Keystroke sequence:   16
  42. )    Alternate keystrokes: 16
  43.  
  44. The cursor is moved to the first line prior to this one
  45. with the same indentation level. For example, if the current
  46. line is indented 5 characters, this command will move the
  47. cursor to the previous line which is indented 5 characters.
  48. @17
  49.  
  50. &DOWN EQUAL INDENT
  51.  
  52.     Keystroke sequence:   17
  53. )    Alternate keystrokes: 17
  54.  
  55. The cursor is moved to the next line after this one
  56. with the same indentation level. For example, if the current
  57. line is indented 5 characters, this command will move the
  58. cursor to the next line which is indented 5 characters.
  59. @18
  60.  
  61. &GO TO LINE NUMBER
  62.  
  63.     Keystroke sequence:   18
  64. )    Alternate keystrokes: 18
  65.  
  66. The cursor will be repositioned to the specified
  67. line number of the current window. A prompt box
  68. will request the target line number. Enter any
  69. number from 1 to 32767. If the value is preceded
  70. by a plus (+) or minus (-) sign, the target line
  71. number will be calculated relative to the current
  72. line.
  73. @19
  74.  
  75. &GO TO COLUMN NUMBER
  76.  
  77.     Keystroke sequence:   19
  78. )    Alternate keystrokes: 19
  79.  
  80. The cursor will be repositioned to the specified
  81. column number of the current line. A prompt box
  82. will request the target column number. Enter any
  83. number from 1 to 999. If the value is preceded
  84. by a plus (+) or minus (-) sign, the target
  85. column number will be calculated relative to the
  86. current column.
  87. @20
  88.  
  89. &GO TO WINDOW
  90.  
  91.     Keystroke sequence:   20
  92. )    Alternate keystrokes: 20
  93.  
  94. The cursor will be moved to the current position
  95. in another window on the screen. If only one
  96. window is available, nothing will happen.
  97. Otherwise a menu will appear, showing the
  98. available windows, and the files currently in
  99. each one. Select one of these choices by moving
  100. the selection bar or by pressing the number of
  101. the desired window.
  102. @22
  103.  
  104. &UNDO LAST DELETION
  105.  
  106.     Keystroke sequence:   22
  107. )    Alternate keystrokes: 22
  108.  
  109. The line of text most recently deleted will be
  110. inserted into the current text stream at the
  111. cursor position. Note that this also applies to character or word
  112. deletions as well as complete lines of text. By default, 20 lines of
  113. deleted text are stored for possible undeletion. The undo limit can be
  114. adjusted via a Setup command under the Global file options.
  115. @23
  116.  
  117. &RESTORE LINE
  118.  
  119.     Keystroke sequence:   23
  120. )    Alternate keystrokes: 23
  121.  
  122. The current line of text will be restored to its
  123. appearance just prior to when the cursor was
  124. moved onto the line. The cursor position will
  125. also be restored to the value when it entered the
  126. line.
  127. @34
  128.  
  129. &SEARCH FOR PATTERN
  130.  
  131.     Keystroke sequence:   34
  132. )    Alternate keystrokes: 34
  133.  
  134. The current window will be searched to find a
  135. specified sequence of text. When the pattern is
  136. found, the cursor will be positioned at the
  137. beginning of the pattern, and the matched text
  138. highlighted until the next keystroke.
  139.  
  140. A prompt box will allow entry of the text
  141. pattern and search options. Enter any text or
  142. control characters just as they would be typed in
  143. the body of the file.
  144. ]
  145.  
  146. Search options control the behaviour of the
  147. search. The following options are available:
  148.  
  149.  U - ignore case (Upper-case) while searching
  150. ) B - search Backwards from the cursor
  151. )     position.
  152. ) W - search for whole Words only.
  153. ) G - search Globally, starting at the
  154. )     beginning of the file (or end, if
  155. )     searching backwards).
  156. ) L - search Locally (only within marked block).
  157. ) n - search for the nth occurrence of the
  158. )     string (n is an integer).
  159. ]
  160.  
  161. Enter the following sequence of keystrokes to
  162. search for the end of each text line:
  163. <CtrlP><CtrlM><CtrlP><CtrlJ>. This sequence
  164. enters Carriage return/Line feed into the search
  165. pattern.
  166.  
  167. Note that each pattern must be found within a
  168. single line. No match may span multiple lines.
  169. @35
  170.  
  171. &SEARCH AND REPLACE
  172.  
  173.     Keystroke sequence:   35
  174. )    Alternate keystrokes: 35
  175.  
  176. The current window will be searched for a
  177. specified sequence of text. When the pattern is
  178. found, it will be replaced with another specified
  179. text sequence.
  180.  
  181. A prompt box will allow entry of the search
  182. text, replacement text, and search options. Enter
  183. any text or control characters just as they would
  184. be typed in the body of the file.
  185. ]
  186.  
  187. Search options control the behaviour of the
  188. search. The following options are available:
  189.  
  190.  U - ignore case (Upper-case) while searching
  191. ) B - search Backwards from the cursor
  192. )     position.
  193. ) W - search for whole Words only.
  194. ) G - search Globally, starting at the extreme
  195. )     end of the file.
  196. ) L - search Locally (only within marked block).
  197. ) N - do Not prompt for confirmation when the
  198. )     pattern is found.
  199. ) n - replace n occurrences of the string
  200. )     (n is an integer).
  201. ]
  202.  
  203. If the N option is not specified, a prompt will
  204. occur each time the search pattern is found. This
  205. prompt will provide the following options:
  206.  
  207.  Y - replace this text and continue searching.
  208. ) N - do Not replace, but continue searching.
  209. ) A - replace this text and replace All others
  210. )     without prompting.
  211. ) Q - do not replace, and Quit searching.
  212. ]
  213.  
  214. Enter the following sequence of keystrokes to
  215. search for the end of each text line:
  216. <CtrlP><CtrlM><CtrlP><CtrlJ>. This sequence
  217. enters Carriage return/Line feed into the search
  218. pattern.
  219. @36
  220.  
  221. &SEARCH AND USE MACRO
  222.  
  223.     Keystroke sequence:   36
  224. )    Alternate keystrokes: 36
  225.  
  226. The current window will be searched for a
  227. specified sequence of text. When the pattern is
  228. found, the cursor will be positioned just past the end of the
  229. string, and a specified macro will be played
  230. back.
  231. ]
  232.  
  233. A prompt box will allow entry of the search
  234. text, macro selection, and search options. Enter
  235. any text or control characters just as they would
  236. be typed in the body of the file. The macro must
  237. have been defined prior to using the search and
  238. apply macro command.
  239. ]
  240.  
  241. Search options control the behaviour of the
  242. search. The following options are available:
  243.  
  244.  U - ignore case (Upper-case) while searching
  245. ) B - search Backwards from the cursor
  246. )     position.
  247. ) W - search for whole Words only.
  248. ) G - search Globally, starting at the extreme
  249. )     end of the file.
  250. ) L - search Locally (only within marked block).
  251. ) N - do Not prompt for confirmation when the
  252. )     pattern is found.
  253. ) n - apply macro for n occurrences of the
  254. )     search string (n is an integer).
  255. ]
  256.  
  257. If the N option is not specified, a prompt will
  258. occur each time the search pattern is found. This
  259. prompt will provide the following options:
  260.  
  261.  Y - apply macro and continue searching.
  262. ) N - do Not apply macro, but continue searching.
  263. ) A - apply macro and apply at All matches
  264. )     without prompting.
  265. ) Q - do not apply macro, and Quit searching.
  266. ]
  267.  
  268. Enter the following sequence of keystrokes to
  269. search for the end of each text line:
  270. <CtrlP><CtrlM><CtrlP><CtrlJ>. This sequence
  271. enters Carriage return/Line feed into the search
  272. pattern.
  273. @37
  274.  
  275. &SEARCH AGAIN
  276.  
  277.     Keystroke sequence:   37
  278. )    Alternate keystrokes: 37
  279.  
  280. The previous search operation will be repeated.
  281. This will repeat a plain search, a search and
  282. replace, or a search and apply macro command.
  283. @38
  284.  
  285. &OPERATING SYSTEM
  286.  
  287.     Keystroke sequence:   38
  288. )    Alternate keystrokes: 38
  289.  
  290. Any DOS command or program may be executed. A
  291. prompt box will ask for the name of the command
  292. or program to run. Entering an empty line at the
  293. prompt box will cause a DOS shell to be invoked.
  294. You may execute any sequence of DOS commands from
  295. the shell, and finally return to the editor by
  296. typing Exit.
  297. ]
  298.  
  299. The DOS shell requires that a copy of COMMAND.COM
  300. be present in the normal drive and directory
  301. assigned by DOS. Sufficient random-access memory
  302. must be available for the shell and any command
  303. that you specify.
  304.  
  305. Do not execute any program that becomes memory
  306. resident while within the DOS shell.
  307. @39
  308.  
  309. &BACKWARD TAB
  310.  
  311.     Keystroke sequence:   39
  312. )    Alternate keystrokes: 39
  313.  
  314. The cursor will be moved to the next tab left of
  315. the current position. This command is available
  316. only in fixed tab mode.
  317. @40
  318.  
  319. &EDIT ANOTHER FILE
  320.  
  321.     Keystroke sequence:   40
  322. )    Alternate keystrokes: 40
  323.  
  324. The current window will be cleared, and a prompt
  325. box will ask for the name of another file to
  326. edit. If the current window already holds a file
  327. that has been modified, you will be given the
  328. opportunity to save it.
  329. ]
  330.  
  331. When prompted for a file name, you may enter DOS
  332. wildcards or the name of another drive or
  333. subdirectory. In this case, another window will
  334. display the names of all matching files. You can
  335. select from this list by using the cursor keypad,
  336. or by pressing the first letter of the filename
  337. in which you are interested.
  338.  
  339. By entering an empty line for the file name, you
  340. can edit a file without specifying a name for it.
  341. A name can be specified later when you want to
  342. write it out to disk.
  343. @41
  344.  
  345. &QUIT AND EXIT
  346.  
  347.     Keystroke sequence:   41
  348. )    Alternate keystrokes: 41
  349.  
  350. The editing session will end and you will return
  351. to DOS. If any windows have been modified, prompt
  352. boxes will appear and you will be given the
  353. opportunity to save each modified file. If you
  354. type <Esc> at any of the prompt boxes, the QUIT and
  355. EXIT command will be interrupted and you will
  356. return to the current text window.
  357. @42
  358.  
  359. &READ BLOCK FROM FILE
  360.  
  361.     Keystroke sequence:   42
  362. )    Alternate keystrokes: 42
  363.  
  364. A prompt box will ask for the name of a file to
  365. read. This file will be read into the current
  366. window, starting at the current cursor position.
  367. The newly read text will be marked as a block.
  368. ]
  369.  
  370. When prompted for a file name, you may enter DOS
  371. wildcards or the name of another drive or
  372. subdirectory. In this case, another window will
  373. display the names of all matching files. You can
  374. select from this list by using the cursor keypad,
  375. or by pressing the first letter of the filename
  376. in which you are interested.
  377. @43
  378.  
  379. &SAVE AND CONTINUE EDIT
  380.  
  381.     Keystroke sequence:   43
  382. )    Alternate keystrokes: 43
  383.  
  384. The contents of the current window will be saved
  385. to disk, using a file name the same as when the
  386. file was first read. If the file has not been
  387. named, a prompt box will ask for a new name. If
  388. the disk file already exists, a backup copy will
  389. be made before overwriting the existing version.
  390. The cursor will remain in place after the file is
  391. written to disk.
  392. @44
  393.  
  394. &WRITE BLOCK TO FILE
  395.  
  396.     Keystroke sequence:   44
  397. )    Alternate keystrokes: 44
  398.  
  399. The currently marked block will be written to a
  400. disk file. If no block is marked, an error
  401. message will be produced. If the disk file
  402. already exists, you will be given the choice of
  403. overwriting it or appending to it.
  404. @45
  405.  
  406. &SAVE AND EXIT
  407.  
  408.     Keystroke sequence:   45
  409. )    Alternate keystrokes: 45
  410.  
  411. The editing session will end and you will return
  412. to DOS. If any windows have been modified, they
  413. will be saved. If any file does not have a name
  414. you will be prompted to enter a name. If you
  415. type <Esc> at any of the prompt boxes, the SAVE AND
  416. EXIT command will be interrupted and you will
  417. return to the current text window.
  418. @46
  419.  
  420. &FILE OPEN
  421.  
  422.     Keystroke sequence:   46
  423. )    Alternate keystrokes: 46
  424.  
  425. A prompt box will ask for the name of a new file
  426. to read. If another file is already being edited,
  427. the current window will be split in half, and the
  428. new file will be read into the new window.
  429.  
  430. By specifying a file name that matches an
  431. existing window, you may look at two regions of
  432. the same file. Changes made in one window will
  433. affect all other windows which contain the same
  434. file.
  435. ]
  436.  
  437. When prompted for a file name, you may enter DOS
  438. wildcards or the name of another drive or
  439. subdirectory. In this case, another window will
  440. display the names of all matching files. You can
  441. select from this list by using the cursor keypad,
  442. or by pressing the first letter of the filename
  443. in which you are interested.
  444.  
  445. By entering an empty line for the file name, you
  446. can edit a file without specifying a name for it.
  447. A name can be specified later when you want to
  448. write it out to disk.
  449. @47
  450.  
  451. &RESIZE WINDOW
  452.  
  453.     Keystroke sequence:   47
  454. )    Alternate keystrokes: 47
  455.  
  456. Use this command to change the height of the
  457. current window. The up and down arrow keys will
  458. move the window dividing lines. Press <Enter>
  459. when the window has the desired size.
  460. @48
  461.  
  462. &SAVE/SWITCH FILES
  463.  
  464.     Keystroke sequence:   48
  465. )    Alternate keystrokes: 48
  466.  
  467. The file in the current window will be stored to
  468. disk. A prompt box will then ask for the name of
  469. another file to edit. The new file will be read
  470. into the current window. All window sizes will
  471. remain the same.
  472. ]
  473.  
  474. When prompted for a file name, you may enter DOS
  475. wildcards or the name of another drive or
  476. subdirectory. In this case, another window will
  477. display the names of all matching files. You can
  478. select from this list by using the cursor keypad,
  479. or by pressing the first letter of the filename
  480. in which you are interested.
  481.  
  482. By entering an empty line for the file name, you
  483. can edit a file without specifying a name for it.
  484. A name can be specified later when you want to
  485. write it out to disk.
  486. @49
  487.  
  488. &NEXT WINDOW
  489.  
  490.     Keystroke sequence:   49
  491. )    Alternate keystrokes: 49
  492.  
  493. The cursor will be moved to the current position
  494. in the next window down on the screen. If the
  495. cursor is already in the lowest window, it will
  496. move to the topmost window. If there is only one
  497. window, nothing will happen.
  498. @51
  499.  
  500. &ZOOM WINDOW
  501.  
  502.     Keystroke sequence:   51
  503. )    Alternate keystrokes: 51
  504.  
  505. The current window will grow to fill the screen.
  506. Other text windows are kept in memory, but are
  507. not visible until zoom is toggled off. The Next
  508. window and Previous window commands will bring
  509. each window to the forefront in succession. Text
  510. markers and blocks may be accessed as usual in
  511. the hidden windows. The only exception is block
  512. delete: a block will not be deleted from a hidden
  513. window.
  514. ]
  515.  
  516. When zoom is active, a letter Z will appear at the
  517. left edge of the window status line. Toggling
  518. the zoom command again will make all windows
  519. visible.
  520. @52
  521.  
  522. &BLOCK BEGIN
  523.  
  524.     Keystroke sequence:   52
  525. )    Alternate keystrokes: 52
  526.  
  527. The cursor position will become the start of a
  528. marked block.
  529. @53
  530.  
  531. &BLOCK END
  532.  
  533.     Keystroke sequence:   53
  534. )    Alternate keystrokes: 53
  535.  
  536. The cursor position will become the end of a
  537. marked block.
  538. @54
  539.  
  540. &START OF BLOCK
  541.  
  542.     Keystroke sequence:   54
  543. )    Alternate keystrokes: 54
  544.  
  545. The cursor will be moved to the start of the
  546. current block, whether it is visible or not.
  547. @55
  548.  
  549. &END OF BLOCK
  550.  
  551.     Keystroke sequence:   55
  552. )    Alternate keystrokes: 55
  553.  
  554. The cursor will be moved to the end of the marked
  555. block, whether it is visible or not.
  556. @56
  557.  
  558. &BLOCK COPY
  559.  
  560.     Keystroke sequence:   56
  561. )    Alternate keystrokes: 56
  562.  
  563. A copy of the marked block will be inserted at
  564. the current cursor position.
  565. @57
  566.  
  567. &BLOCK MOVE
  568.  
  569.     Keystroke sequence:   57
  570. )    Alternate keystrokes: 57
  571.  
  572. The marked block will be removed from its current
  573. location and inserted at the current cursor
  574. position.
  575. @58
  576.  
  577. &BLOCK DELETE
  578.  
  579.     Keystroke sequence:   58
  580. )    Alternate keystrokes: 58
  581.  
  582. The marked block will be deleted from the text
  583. stream. If the block spans more than one line,
  584. the deleted lines may be recovered via the
  585. Undelete command.
  586. @59
  587.  
  588. &HIDE BLOCK
  589.  
  590.     Keystroke sequence:   59
  591. )    Alternate keystrokes: 59
  592.  
  593. The on-screen highlighting of the marked block is
  594. toggled on or off. Blocks can be copied, moved,
  595. or deleted only when the block is visibly marked.
  596. Movement to block start or end is possible even
  597. when the block is not visible.
  598. @82
  599.  
  600. &LOAD MACROS FROM DISK
  601.  
  602.     Keystroke sequence:   82
  603. )    Alternate keystrokes: 82
  604.  
  605. A previously stored file of Word Fugue keyboard
  606. macros is loaded into memory. The macro file is a
  607. binary file in a special format used by
  608. Word Fugue. Macros may be recorded, edited, and
  609. stored to disk from within Word Fugue. Each macro
  610. file contains 37 macros, each of which may hold
  611. up to 255 keystrokes. Word Fugue automatically
  612. loads the macro file WF.MAC, if found, when the
  613. program is started.
  614. @83
  615.  
  616. &STORE MACROS TO DISK
  617.  
  618.     Keystroke sequence:   83
  619. )    Alternate keystrokes: 83
  620.  
  621. The current set of Word Fugue keyboard macros is
  622. written to a disk file. A prompt box will ask for
  623. a file name. The macro file is a binary file in a
  624. special format used by Word Fugue. Macros may be
  625. recorded, edited, and stored to disk from within
  626. Word Fugue. Each macro file contains 37 macros,
  627. each of which may hold up to 255 keystrokes.
  628. Word Fugue automatically loads the macro file
  629. WF.MAC, if found, when the program is started.
  630. @84
  631.  
  632. &TOGGLE MACRO RECORD
  633.  
  634.     Keystroke sequence:   84
  635. )    Alternate keystrokes: 84
  636.  
  637. Any keystrokes entered after this command is
  638. activated are stored within a keyboard macro,
  639. which may be edited and later played back within
  640. Word Fugue. To stop macro recording, enter this
  641. command a second time. A prompt box will ask for
  642. which of the 37 macros should store the newly
  643. recorded one, and for a descriptive name for the
  644. macro.
  645.  
  646. Each macro can hold up to 255 keystrokes. Macros
  647. can play back other macros. Macros are played
  648. back by pressing one of the installed keystroke
  649. combinations, or by choosing the Word Fugue Macro
  650. Playback option from the menu system.
  651.  
  652. @95
  653.  
  654. &PLAY BACK MACRO
  655.  
  656.     Keystroke sequence:   95
  657. )    Alternate keystrokes: 95
  658. )
  659. This command allows you to replay a macro simply
  660. by pressing the activation character 0..9 and A..Z
  661. without having to go through the macro replay menu.
  662. Lowercase letters count as uppercase letters.
  663. )
  664. )Press the replay macro command sequence followed by the
  665. number or letter. The macro will be replayed.
  666.  
  667. @96
  668.  
  669. &PLAYBACK MACRO PROMPTED
  670.  
  671. This command will play back a previously recorded
  672. macro. A menu showing the name of all macros will
  673. appear; you should choose the one desired, either by moving
  674. the high light bar, or by typing in the number corresponding
  675. to the macro.
  676.  
  677. The following screen gives shortcut commands which
  678. allow you to playback macros without using the
  679. menu system.
  680. ]
  681. The following commands will playback a macro
  682. without using the menu system:
  683. )Macro 1    Main: 85    Alternate: 85
  684. )Macro 2    Main: 86    Alternate: 86
  685. )Macro 3    Main: 87    Alternate: 87
  686. )Macro 4    Main: 88    Alternate: 88
  687. )Macro 5    Main: 89    Alternate: 89
  688. )Macro 6    Main: 90    Alternate: 90
  689. )Macro 7    Main: 91    Alternate: 91
  690. )Macro 8    Main: 92    Alternate: 92
  691. )Macro 9    Main: 93    Alternate: 93
  692. )Any Macro 0..9 A..Z   Main: 95    Alternate: 95   followed by
  693. number or letter
  694. )Any Macro n times   Main: 94    Alternate: 94
  695. )   You will be prompted for macro and number of times
  696. ]
  697.  
  698. The connection between macros and activation characters is
  699. quite simple - the first 10 macros are named 0 to 9, the
  700. next 26 are named A to Z.
  701. @97
  702.  
  703. &EDIT CURRENT FILE DESCRIPTION
  704.  
  705.     Keystroke sequence:   97
  706. )    Alternate keystrokes: 97
  707.  
  708. Use this command to add or edit the descriptive
  709. comment attached to the file you are editing.
  710.  
  711. File descriptions are stored in one of 2 formats (you can toggle
  712. between them) - Word Fugue's proprietary format (stored in FILEINFO.WF)
  713. and that supported by 4Dos - the shareware COMMAND.COM replacement
  714. (stored in DESCRIPT.ION).
  715.  
  716. If you have 4Dos and use the Describe
  717. command, then you should probably store file descriptions in 4Dos
  718. format. That gives you up to 40 characters of description.
  719.  
  720. The word
  721. Fugue format gives you up to 65 characters. This option can be saved
  722. with the Save options command.
  723. @98
  724.  
  725. &PACK DESCRIPTION FILE
  726.  
  727.     Keystroke sequence:   98
  728. )    Alternate keystrokes: 98
  729.  
  730. Use this command to remove descriptions of files
  731. that are no longer in the directory, or which
  732. have blank comments.
  733.  
  734. )Comments are stored in a file called FILEINFO.WF
  735. @99
  736.  
  737. &SET DOT COMMAND PREFIX
  738.  
  739.     Keystroke sequence:   99
  740. )    Alternate keystrokes: 99
  741.  
  742. By default, all printer commands are prefixed by a dot (.)
  743. in column 1. This is the wordstar standard. However, this may interfere
  744. with some of your files, and so this command allows you to set it
  745. to be any special character. For example, you could use an @, or perhaps
  746. a |, or any character that is not a letter of the alphabet or a
  747. number.
  748.  
  749. Note that if you change this (say to |) then all embedded print
  750. functions will also change (eg from {.@D8} to {|@D8})
  751. @100
  752.  
  753. &PASTE RESULT
  754.  
  755.     Keystroke sequence:   100
  756. )    Alternate keystrokes: 100
  757.  
  758. This function is used to paste various function results into
  759. the text file you are editing.
  760. )
  761. )   = - pastes the result of the last calculation
  762. )   # - pastes the actual equation used
  763. )   @ - prompts for a print function to evaluate,
  764. )         and pastes the result of that evaluation
  765. )   R - Loads the stored ruler file WF.RLR and lets you
  766. )         select a ruler to paste into your document
  767. )   M - Prompts for the name of a new macro file, and
  768. )         allows you to select one to replay. Once the
  769. )         macro has been replayed, the original macro
  770. )         file is reloaded
  771. )   X0 to X9 - copies the marked block into the pick
  772. )         buffer #0 to #9
  773. )   0 to 9 - pastes the contents of pick buffer #0 to
  774. )         #9 into the document at the cursor location
  775.  
  776. @101
  777.  
  778. &CALCULATOR
  779.  
  780.     Keystroke sequence:   101
  781. )    Alternate keystrokes: 101
  782.  
  783. This function pops up a calculation window, and permits
  784. you to enter mathematical equations, and calculates the
  785. result when you press Enter. A list of available
  786. functions is given in the window.
  787.  
  788. Equations are entered in normal mathematical fashion,
  789. including brackets:
  790. )      SQRT(PI + exp(1.734502))-sin(50)
  791. ) or   144+84+88+35+69
  792. )
  793. )Decimal values should start with 0. rather than .,
  794. since the calculator will beep if it finds an error.
  795. Sometimes an error message will appear, when the
  796. calculator detects situations like dividing by zero, or
  797. a floating point overflow. This last occurs when you
  798. exceed the bounds of the calculable values. The range
  799. of values is ± 1*E1400 (which is quite large) and is
  800. calculated to 19 significant digits.
  801.  
  802. If you have an 8087 maths co-processor, the calculator
  803. will use that, otherwise it will emulate it. (Same
  804. accuracy, only slower).
  805. @102
  806.  
  807. &COLUMN REPLACE
  808.  
  809.     Keystroke sequence:   102
  810. )    Alternate keystrokes: 102
  811.  
  812. Column replace mode only has meaning in conjunction
  813. with Column Mode being ON. When Column Replace Mode is
  814. ON moved and copied blocks will overwrite any text in
  815. the area they are copied to, and delete and move will
  816. space fill the deleted text.
  817.  
  818. When Column Replace mode is OFF, moved and copied
  819. blocks will push existing text to the right, and delete
  820. and move will suck text left to fill the hole left by
  821. the deleted text.
  822.  
  823. @103
  824.  
  825. &COLUMN MODE
  826.  
  827.     Keystroke sequence:   103
  828. )    Alternate keystrokes: 103
  829.  
  830. Column mode determines whether blocks of text continue
  831. at the start of the next line, or continue at the same
  832. column number in the line below. When column mode is
  833. off, all text between the start block marker and the
  834. end block marker is moved/copied/deleted. If Column
  835. Mode is ON, the start marker is considered to mark the
  836. top left corner of a rectangular block, while the end
  837. marker is considered to mark the bottom right corner.
  838. If the Block end column is less than the block start
  839. column, no block will be visible.
  840.  
  841. If Column Mode is ON, the status line will show either
  842. Tbl I if Column Replace is OFF, or Tbl R if Column
  843. Replace is ON.
  844.  
  845. If word wrap is on, columns of text can be delineated
  846. by use of < and > or ] in the ruler line. In this case,
  847. columns of text will wrap independently of other
  848. columns, paragraph reformat will only reformat text
  849. within the column boundaries, text will only insert
  850. within the column (other columns will not be
  851. displaced), and delete character and delete word will
  852. only delete within column boundaries.
  853.  
  854. @104
  855.  
  856. &GET INFORMATION
  857.  
  858.     Keystroke sequence:   104
  859. )    Alternate keystrokes: 104
  860.  
  861. Various facts about Word Fugue and the current
  862. file are displayed. Information shown includes
  863. the complete path name of the current file; its
  864. size in bytes, words, lines, and pages; whether
  865. it has been modified since last disk save; the
  866. time and date; available RAM and disk space; the
  867. current directory; and the DOS and Word Fugue
  868. version numbers.
  869.  
  870. Some of the statistics that Word Fugue presents
  871. take a while to compute. By pressing any key while
  872. the Get Info window is being updated, you can
  873. "short-circuit" the computation of some items.
  874. @106
  875.  
  876. &TOGGLE INSERT MODE
  877.  
  878.     Keystroke sequence:   106
  879. )    Alternate keystrokes: 106
  880.  
  881. When insert mode is active, newly typed text is
  882. inserted into the current text line, pushing
  883. characters to the right of the cursor aside to
  884. make room. When insert mode is off, newly typed
  885. text overwrites existing text. Many commands,
  886. such as block copy and insert line, operate in
  887. insert mode independent of the setting of this
  888. toggle.
  889. @107
  890.  
  891. &TOGGLE AUTOINDENT MODE
  892.  
  893.     Keystroke sequence:   107
  894. )    Alternate keystrokes: 107
  895.  
  896. When autoindent mode is active and the <Enter>
  897. key is pressed, the new line of text will be
  898. indented the same number of spaces as the line
  899. immediately above it. The setting of this toggle
  900. also affects the operation of the paragraph
  901. reformatting command.
  902. @108
  903.  
  904. &TOGGLE CASE
  905.  
  906.     Keystroke sequence:   108
  907. )    Alternate keystrokes: 108
  908.  
  909. The case of the character at the cursor location
  910. will be toggled from upper to lower, or from
  911. lower to upper. If a block is marked and visible,
  912. and the cursor is anywhere within the marked
  913. block, the command will toggle the case of the
  914. entire block.
  915. @109
  916.  
  917. &LOWER CASE
  918.  
  919.     Keystroke sequence:   109
  920. )    Alternate keystrokes: 109
  921.  
  922. The case of the character at the cursor location
  923. will be set to lower-case. If a block is marked
  924. and visible, and the cursor is anywhere within
  925. the marked block, the command will change the
  926. case of the entire block.
  927. @110
  928.  
  929. &UPPER CASE
  930.  
  931.     Keystroke sequence:   110
  932. )    Alternate keystrokes: 110
  933.  
  934. The case of the character at the cursor location
  935. will be set to upper-case. If a block is marked
  936. and visible, and the cursor is somewhere within
  937. the marked block, the command will change the
  938. case of the entire block.
  939. @111
  940.  
  941. &SET RIGHT MARGIN
  942.  
  943.     Keystroke sequence:   111
  944. )    Alternate keystrokes: 111
  945.  
  946. A prompt box will ask for a new value for the
  947. right margin. Entering an empty prompt string will
  948. set the right margin to the current cursor column.
  949. The right margin is used only when Word Wrap mode
  950. is active. When that is so, text entered in a
  951. column beyond the right margin will automatically
  952. be wrapped to the next line. Paragraph formatting
  953. will move words so that lines are as full as
  954. possible within, but not exceeding, the right
  955. margin.
  956. @112
  957.  
  958. &FORMAT PARAGRAPH
  959.  
  960.     Keystroke sequence:   112
  961. )    Alternate keystrokes: 112
  962.  
  963. Format paragraph is available only when Word
  964. Wrap mode is active. Paragraph reformatting will
  965. move words so that lines are as full as possible
  966. within, but not exceeding, the current left and
  967. right margins. If Justify mode is active, the
  968. lines will also be evenly filled with spaces so
  969. that the rightmost word ends on the right margin.
  970.  
  971. The paragraph reformat is terminated when a blank
  972. line, or a line beginning with a format character
  973. (.), is reached.
  974. @113
  975.  
  976. &TOGGLE WORD WRAP
  977.  
  978.     Keystroke sequence:   113
  979. )    Alternate keystrokes: 113
  980.  
  981. When Word Wrap mode is active, paragraph
  982. reformatting and automatic word wrap are
  983. available. Otherwise, left and right margin
  984. settings are ignored, and text may be entered in
  985. any column up to the maximum line length.
  986. @114
  987.  
  988. &SET LEFT MARGIN
  989.  
  990.     Keystroke sequence:   114
  991. )    Alternate keystrokes: 114
  992.  
  993. A prompt box will ask for a new value for the
  994. left margin. Entering an empty prompt string will
  995. set the left margin to the current cursor column.
  996.  
  997. When Word Wrap mode is active, the left margin
  998. controls the leftmost position where text may be
  999. entered. The left margin also controls the
  1000. operation of the paragraph formatting command.
  1001.  
  1002. The left and right margins can be made visible by
  1003. toggling the Tab Line Display.
  1004.  
  1005. Print formatting commands require that the
  1006. format character (.) be located in column 1 even
  1007. if the left margin is set to a number greater
  1008. than one. To achieve this, enter the format
  1009. command starting at the left margin, move the
  1010. cursor to column 1 with the Left of Line command,
  1011. and delete the intervening spaces via Delete
  1012. Word. Alternatively, activate the Margin Release
  1013. command while the format command is entered.
  1014. @115
  1015.  
  1016. &DISPLAY TABS
  1017.  
  1018.     Keystroke sequence:   115
  1019. )    Alternate keystrokes: 115
  1020.  
  1021. Toggling Display Tabs ON reserves one line of the
  1022. current window for display of tab settings and
  1023. margins. The tabs and margins can be active
  1024. whether or not the tab line is visible.
  1025. @116
  1026.  
  1027. &INSERT UNDO BUFFER
  1028.  
  1029.     Keystroke sequence:   116
  1030. )    Alternate keystrokes: 116
  1031.  
  1032. The entire contents of the undo buffer are
  1033. inserted into the current text stream, prior to
  1034. the current line. This empties the undo buffer,
  1035. that is, the operation can be used only once for
  1036. any set of deletions.
  1037. @117
  1038.  
  1039. &TOGGLE JUSTIFY
  1040.  
  1041.     Keystroke sequence:   117
  1042. )    Alternate keystrokes: 117
  1043.  
  1044. When Justify is active, word wrap and paragraph
  1045. reformat operations will cause each line to be
  1046. filled in with spaces such that the rightmost
  1047. non-blank character is exactly on the right
  1048. margin.
  1049. ]
  1050.  
  1051. By toggling Justify off, and reformatting lines
  1052. or paragraphs, the additional blanks will be
  1053. automatically removed from the text. Note that
  1054. blanks manually inserted (via the Tab command,
  1055. etc.) will also be removed, unless the Compress
  1056. Wrap mode is turned off.
  1057.  
  1058. Word Fugue does not differentiate between "soft"
  1059. blanks added during justification and "hard"
  1060. blanks manually entered. However, the character
  1061. <CtrlO> may be used in place of a normal blank
  1062. when non-changing spaces are desired. The <CtrlO>
  1063. will be printed as a normal space. To enter a
  1064. <CtrlO> in the text stream, press 25<CtrlO>.
  1065. @118
  1066.  
  1067. &TOGGLE PAGE BREAKS
  1068.  
  1069.     Keystroke sequence:   118
  1070. )    Alternate keystrokes: 118
  1071.  
  1072. When pagination is activated, the right two
  1073. columns of the text window will be devoted to
  1074. showing page breaks. The characters ₧° in those
  1075. columns indicate that the corresponding line is
  1076. the first printing text line on its page.
  1077.  
  1078. In addition, the status line for the window will
  1079. indicate what page number the cursor is on. The
  1080. Jump to Page command is available only when
  1081. pagination is activated.
  1082. ]
  1083.  
  1084. Word Fugue calculates page numbers while it is
  1085. waiting for you to enter keystrokes. As a result,
  1086. if you enter new text it may take a short period
  1087. of time before the page break markers are redrawn
  1088. at their new positions.
  1089.  
  1090. Although the page breaks displayed on screen
  1091. correspond to those in a print-out of the
  1092. document, Word Fugue does not store any special
  1093. characters in the disk file. Page breaks are
  1094. recomputed each time the file is read into
  1095. Word Fugue.
  1096.  
  1097. Pagination can be precisely controlled via the
  1098. formatting commands. See the help section for
  1099. File Print Formatting.
  1100. @119
  1101.  
  1102. &TOGGLE FONT DISPLAY
  1103.  
  1104.     Keystroke sequence:   119
  1105. )    Alternate keystrokes: 119
  1106.  
  1107. When Font Display is enabled, print formatting
  1108. commands that control font selections will not
  1109. be displayed on-screen. Instead the marked text
  1110. will be displayed in a colour or attribute
  1111. corresponding to the font. This "what you see is
  1112. what you get" mode allows more accurate alignment
  1113. of tables, and avoids multiple print cycles to
  1114. correct formatting commands.
  1115.  
  1116. The screen colours for each font may be adjusted on
  1117. the Options Colours menu.
  1118.  
  1119. When font display is enabled, the control
  1120. characters that select the fonts are not visible.
  1121. However, the cursor can be positioned over the
  1122. control character, and it can be deleted if
  1123. desired. The Word Fugue hardware cursor grows to a
  1124. large block when it is positioned over the
  1125. control character. The value of the control
  1126. character will be displayed at the right hand
  1127. edge of the window status line when the cursor is
  1128. positioned over it.
  1129.  
  1130. Word Fugue computes the display of on-screen fonts
  1131. while it is waiting for you to enter keystrokes.
  1132. As a result, if you enter new text it may take a
  1133. short period of time before control characters
  1134. disappear and fonts are drawn in their final
  1135. colours.
  1136. @120
  1137.  
  1138. &CENTRE LINE
  1139.  
  1140.     Keystroke sequence:   120
  1141. )    Alternate keystrokes: 120
  1142.  
  1143. The current line will be centred between the
  1144. left and right margins. This command is active
  1145. only when Word Wrap mode is on. If both Word Wrap
  1146. and Column Mode are on, the text within the current
  1147. column will be centred within the column boundaries.
  1148. @121
  1149.  
  1150. &SET COLOURS
  1151.  
  1152.     Keystroke sequence:   121
  1153. )    Alternate keystrokes: 121
  1154.  
  1155. All of the editor colours can be customised to
  1156. your liking. Independent colour settings are
  1157. available for normal text, block marked text,
  1158. window status lines, the prompt line at the top
  1159. of the screen, text in menus and prompt boxes,
  1160. menu frames, the highlighted character by which
  1161. each menu item may be selected, the currently
  1162. selected menu item, the block cursor (when
  1163. active), and the seven most common fonts.
  1164. ]
  1165.  
  1166. The colours that you select are saved with
  1167. Word Fugue when you execute the Options Save
  1168. setup command.
  1169. @122
  1170.  
  1171. &SAVE SETUP
  1172.  
  1173.     Keystroke sequence:   122
  1174. )    Alternate keystrokes: 122
  1175.  
  1176. The toggles, settings, colours, and options are
  1177. stored as Word Fugue defaults when this command is
  1178. executed. WF.EXE must be present in the default
  1179. directory or in the installed home directory.
  1180. @123
  1181.  
  1182. &PRINT FILE
  1183.  
  1184.     Keystroke sequence:   123
  1185. )    Alternate keystrokes: 123
  1186.  
  1187. Any text file can be printed from within
  1188. Word Fugue. Files formatted with Word Fugue's page
  1189. layout commands and font controls will print with
  1190. multiple fonts, headers, footers, and page breaks.
  1191.  
  1192. Do not press <Enter> on the first menu selection,
  1193. Print file now, until the other items in the box
  1194. have been set to your satisfaction. Selecting the
  1195. first item starts the print job.
  1196.  
  1197. After you select the second menu item, Name of
  1198. file, a prompt box will request entry of the name
  1199. of the file to print. When prompted for a file
  1200. name, you may enter DOS wildcards or the name of
  1201. another drive or subdirectory. In this case,
  1202. another window will display the names of all
  1203. matching files. You can select from this list by
  1204. using the cursor keypad, or by pressing the first
  1205. letter of the filename in which you are
  1206. interested.
  1207.  
  1208. If you wish to print a file that is currently
  1209. loaded in memory, be sure to save any recent
  1210. changes to disk before trying to print it. If you
  1211. attempt to print a file that has unsaved changes,
  1212. Word Fugue will prompt you to save the file first.
  1213. You can save the file at that point, but if you elect not to, then you
  1214. will not be able to print the file until you DO save it.
  1215.  
  1216. Set Auto formatting OFF if you wish to have
  1217. Word Fugue ignore formatting commands (. commands)
  1218. in your text. In this case, text will print
  1219. continuously with no form feeds or page breaks.
  1220. Control codes embedded in the text will be
  1221. written to the output without interpretation.
  1222.  
  1223. By default, Word Fugue prints all pages of the
  1224. document. You can set starting and stopping
  1225. pages if desired. If you prefer, you can select
  1226. Odd or Even Pages to print ODD pages only or
  1227. EVEN pages only to facilitate printing on both
  1228. sides of the page. Print all odd pages first, then
  1229. place the paper back upside down and print all
  1230. even pages.
  1231.  
  1232. If you need to make more than one copy, you can
  1233. select up to 20 Copies.
  1234.  
  1235. You can also change how far from the left edge of the page the text
  1236. prints. Select the Text Offset option to specify the number of
  1237. characters to skip from the loft edge of the page. Note that if you
  1238. are printing wide lines, you should be careful not to move the text
  1239. too far to the right, or some characters will disappear off the right
  1240. hand edge of the paper!
  1241.  
  1242. If you are a writer who must submit articles double spaced, you can
  1243. select the spacing from the print menu. Select Initial Line Spacing,
  1244. and type in the multiple of normal spacing (6 lines per inch) that you
  1245. require. For Double spacing, type in 2.0, for one and a half spacing
  1246. type in 1.5. For 8 lines per inch you would type in 0.75. You will
  1247. also be asked for the units that your printer uses. If you do not
  1248. know, press enter to accept the value given.
  1249.  
  1250. Select from any of the available printer
  1251. definition files (default extension .PDF) to find
  1252. one that is appropriate for your printer. You can
  1253. change to another file and use Options Save setup
  1254. to regularly use that file.
  1255.  
  1256. If your printer allows it, you can select Quality
  1257. of Print as Letter Quality for a higher quality of print.
  1258. The codes for letter quality and default quality
  1259. are stored in the printer definition files.
  1260.  
  1261. You can also choose between sending the printed
  1262. output to LPT1, LPT2, LPT3, COM1, COM2, PRN or to a
  1263. file. LPTn and COMn refer to the computer port where
  1264. your printer is attached. If the printer is attached to
  1265. a serial port, you would select either COM1 or 2, while
  1266. if it is attached to a parallel port you would select
  1267. LPT1, 2 or 3. If you are printing on a network, you may
  1268. find that when you print, nothing is printed until you
  1269. exit Word Fugue. If this is the case, you should select
  1270. PRN. Your choice will be saved with Word Fugue when you
  1271. Save Setup.
  1272.  
  1273. When output is printed to a file, all control
  1274. codes are written out just as when they are
  1275. printed. In this case, you must also specify the
  1276. name of the output file using the prompt window.
  1277.  
  1278. There are 2 special PDFs (Printer Definition Files)
  1279. included with Word Fugue for use with printing to a
  1280. spool file. They are PREVIEW.PDF and ASCII.PDF. You
  1281. would use PREVIEW if you want to be able to see how
  1282. your work will print without actually doing a print
  1283. run. You would use this PDF to print to a file, and
  1284. then browse the file to see how each page is laid out.
  1285.  
  1286. The ASCII pdf is used for producing an ascii file that
  1287. corresponds to a printed document, but without any font
  1288. changes or underlining. This is very useful if you want
  1289. to issue some documentation on disk.
  1290.  
  1291. Set Manual paper feed ON if you wish to have
  1292. Word Fugue prompt you to insert a new sheet of
  1293. paper after each page. This choice is also stored
  1294. as part of the printer definition file for your
  1295. selected printer.
  1296.  
  1297. Set Use formfeeds ON if your printer accepts
  1298. ASCII character #12 to eject each page. Otherwise,
  1299. Word Fugue will fill out the end of each page with
  1300. blank lines.
  1301.  
  1302. After making all selections, move the menu bar to
  1303. the Print file now item and press <Enter>. If
  1304. you decide not to print, just press <Esc>.
  1305. Printing occurs as a background task. You can
  1306. continue editing with minimal loss of performance
  1307. while the print job continues.
  1308.  
  1309. To stop a print job at any time, execute the
  1310. Print File command sequence. Word Fugue will
  1311. confirm whether you want to stop the print job.
  1312. ]
  1313.  
  1314. &PRINTER DEFINITIONS
  1315.  
  1316. You can edit and store printer definitions from
  1317. within Word Fugue, using the File Print menu.
  1318.  
  1319. Select a printer definition file (default
  1320. extension .PDF) using the Which printer menu
  1321. item. Word Fugue will load this printer file into
  1322. memory.
  1323.  
  1324. Any of the command sequences that control various
  1325. printer fonts can be edited using the Edit printer
  1326. codes menu selection. Each font is associated
  1327. with two strings - one to turn the font ON, and
  1328. another to turn it OFF. The sequences are activated by
  1329. control characters embedded in the text. These characters
  1330. can be inserted either by the special font characters (look
  1331. in help under Text Attributes) or by pressing the Control
  1332. character insertion command (25 or 25) followed by the
  1333. letter corresponding to the control character.
  1334.  
  1335. The relationship between the order of the sequences in the
  1336. file and the codes needed to activate them are as follows:
  1337.  
  1338. )Initialisation  - sent to printer before file is printed
  1339. )Reset          - sent to printer after file is printed
  1340. )   these others are sent when a control character is
  1341. encountered - the ON sequence is sent the first time, and the
  1342. OFF sequence is sent the second time. (then back to ON ...)
  1343. )
  1344. )^B On & Off    - usually bold
  1345. )^D On & Off    - usually double strike
  1346. )^S On & Off    - usually underline
  1347. )^T On & Off    - usually superscript
  1348. )^V On & Off    - usually subscript
  1349. )^A On & Off    - usually compressed
  1350. )^Y On & Off    - usually italics
  1351. )^C On & Off
  1352. )^E On & Off
  1353. )^F On & Off
  1354. )^G On & Off
  1355. )^N On & Off
  1356. )^O On & Off
  1357. )^P On & Off
  1358. )^Q On & Off
  1359. )^R On & Off
  1360. )^U On & Off
  1361. )^W On & Off
  1362. )^X On & Off
  1363.  
  1364. The linkage between the control character encountered in the
  1365. text and the sequence used is positional as detailed above.
  1366. Feel free to define your own meanings for these sequences,
  1367. but we advise you to include the activation character and
  1368. the words ON or OFF in the name, so that you do not forget
  1369. what they are. Word Fugue predefines the names of each
  1370. sequence, so should you delete the name of a sequence, word
  1371. Fugue will show the predefined name.
  1372.  
  1373. When you choose a sequence to edit, it appears in
  1374. another window. It can be edited using the cursor
  1375. keys, and the <Del> or <Backspace> keys. Most
  1376. characters you type will be inserted literally
  1377. into the string. <CtrlBksp> will delete the
  1378. existing string. <Enter> will end the session
  1379. in the string editor. In case you need to enter
  1380. any of these special keys as part of the control
  1381. string, press the <ScrollLock> key to enter
  1382. Literal mode. In this mode, all keystrokes will be
  1383. inserted into the string without further
  1384. interpretation.
  1385.  
  1386. The printer definition currently held in memory can be
  1387. stored to a disk file using the Save printer setup menu
  1388. item. Word Fugue stores the printer command sequences for all
  1389. fonts, as well as the default settings for manual paper feed
  1390. and formfeeds, when you save the setup.
  1391.  
  1392. Word Fugue will prompt for a file name when you
  1393. decide to store the current definition. The
  1394. default extension for printer definitions is .PDF.
  1395. @124
  1396.  
  1397. &FLUSH UNDO BUFFER
  1398.  
  1399.     Keystroke sequence:   124
  1400. )    Alternate keystrokes: 124
  1401.  
  1402. The contents of the undo buffer will be deleted,
  1403. freeing up whatever memory is being used. This
  1404. command is useful in combination with the Insert
  1405. Undo Buffer command.
  1406. @125
  1407.  
  1408. &TOGGLE MAKE BACKUP
  1409.  
  1410.     Keystroke sequence:   125
  1411. )    Alternate keystrokes: 125
  1412.  
  1413. When this is ON the old version of the file
  1414. (before editing) is saved with the extension of .BAK
  1415. )
  1416. )When this is OFF the old version is not saved.
  1417. @126
  1418.  
  1419. &TOGGLE CONTINUOUS REFORMAT
  1420.  
  1421.     Keystroke sequence:   126
  1422. )    Alternate keystrokes: 126
  1423.  
  1424. When this is ON and word wrap is set, the current
  1425. paragraph is reformatted as you edit it. If you press
  1426. any key, reformatting stops until you pause. The pause
  1427. is about a second, and in most cases, the paragraph can
  1428. be reformatted before you continue typing.
  1429.  
  1430. When this is OFF paragraphs are not reformatted unless
  1431. you use the Reformat Paragraph command (112 or 112)
  1432.  
  1433. Refer to this command for further information.
  1434. @127
  1435.  
  1436. &ACTIVE DIRECTORY
  1437.  
  1438.     Keystroke sequence:   127
  1439. )    Alternate keystrokes: 127
  1440.  
  1441. The current default drive or directory may be
  1442. changed using this command. Entering wildcards
  1443. will cause a directory window to appear showing
  1444. possible choices.
  1445.  
  1446. Files previously opened in other directories will
  1447. be properly accessed even after the active
  1448. directory is changed.
  1449. @128
  1450.  
  1451. &FILE DIRECTORY
  1452.  
  1453.     Keystroke sequence:   128
  1454. )    Alternate keystrokes: 128
  1455.  
  1456. Use this command to browse through a file
  1457. directory. Use standard DOS pathname and wildcard
  1458. notation to specify a file mask for the directory.
  1459.  
  1460. You can press F1 to add or edit a description line attached
  1461. to the highlighted line.
  1462. @129
  1463.  
  1464. &GO TO PAGE NUMBER
  1465.  
  1466.     Keystroke sequence:   129
  1467. )    Alternate keystrokes: 129
  1468.  
  1469. The cursor will be repositioned to the first line
  1470. of the specified page of the current window. This
  1471. command is available only when pagination is
  1472. active for the window. A prompt box will request
  1473. the target page number. Enter any positive integer
  1474. value. If the value is preceded by a plus (+) or
  1475. minus (-) sign, the target page number will be
  1476. calculated relative to the current page.
  1477. @130
  1478.  
  1479. &SET TOP MARGIN
  1480.  
  1481.     Keystroke sequence:   130
  1482. )    Alternate keystrokes: 130
  1483.  
  1484. This specifies the number of lines to leave blank
  1485. at the top of each page during printing or
  1486. pagination of the file in the current window. The
  1487. top margin is a default value that will be
  1488. overridden by Word Fugue format (.) commands
  1489. embedded in the text. The value you specify in
  1490. the prompt box is not stored in the document file.
  1491. It is a default value that exists only while the
  1492. file is being edited.
  1493. @131
  1494.  
  1495. &SET BOTTOM MARGIN
  1496.  
  1497.     Keystroke sequence:   131
  1498. )    Alternate keystrokes: 131
  1499.  
  1500. This specifies the number of lines to leave blank
  1501. at the bottom of each page during printing or
  1502. pagination of the file in the current window. The
  1503. bottom margin is a default value that will be
  1504. overridden by Word Fugue format (.) commands
  1505. embedded in the text. The value you specify in
  1506. the prompt box is not stored in the document file.
  1507. It is a default value that exists only while the
  1508. file is being edited.
  1509. @132
  1510.  
  1511. &SET PAGE LENGTH
  1512.  
  1513.     Keystroke sequence:   132
  1514. )    Alternate keystrokes: 132
  1515.  
  1516. This specifies the total number of lines on each
  1517. page during printing or pagination of the file in
  1518. the current window. The page length is a default
  1519. value that will be overridden by Word Fugue format
  1520. (.) commands embedded in the text. The value you
  1521. specify in the prompt box is not stored in the
  1522. document file. It is a default value that
  1523. exists only while the file is being edited.
  1524. @133
  1525.  
  1526. &SET UNDO LIMIT
  1527.  
  1528.     Keystroke sequence:   133
  1529. )    Alternate keystrokes: 133
  1530.  
  1531. This specifies the maximum number of lines of
  1532. deleted text that will be stored in the Undo
  1533. buffer. If Undo limit is 10, and you delete 15
  1534. lines, the first five lines deleted will be lost.
  1535. Whenever lines are Undeleted, that space is
  1536. recovered for the undo buffer to reuse.
  1537. @134
  1538.  
  1539. &TOGGLE TAB EXPANSION
  1540.  
  1541.     Keystroke sequence:   134
  1542. )    Alternate keystrokes: 134
  1543.  
  1544. When tab expansion is ON, any tabs encountered
  1545. upon read-in of a file are expanded into spaces,
  1546. using a tab spacing that you specify. If tab
  1547. expansion is OFF, Word Fugue leaves the tabs
  1548. intact. However, Word Fugue does not expand tabs
  1549. as it displays them, so these will be displayed
  1550. on the screen as I.
  1551. @135
  1552.  
  1553. &SET FILE EXTENSION
  1554.  
  1555.     Keystroke sequence:   135
  1556. )    Alternate keystrokes: 135
  1557.  
  1558. If you edit many files with the same extension,
  1559. such as .DOC, you should enter that value for the
  1560. default extension. Word Fugue will automatically
  1561. supply the default extension whenever you respond
  1562. to a filename prompt without entering an
  1563. extension. The extension you enter should not
  1564. include a period or any DOS wildcards, and is
  1565. limited to three characters.
  1566. @136
  1567.  
  1568. &SET TABS
  1569.  
  1570.     Keystroke sequence:   136
  1571. )    Alternate keystrokes: 136
  1572.  
  1573. The tab settings will be initialised based on the
  1574. contents of the current line of text. The start
  1575. of each blank-delimited word will set a tab at
  1576. that column. Any other tabs will be cleared. By
  1577. using this command in concert with the Put Tabs
  1578. command, you can store a custom tab line as part
  1579. of a document and easily use it later.
  1580.  
  1581. You can return to the default evenly spaced tabs
  1582. by activating the Options Tabs Restore even
  1583. menu selections.
  1584. @137
  1585.  
  1586. &SET TAB SIZE
  1587.  
  1588.     Keystroke sequence:   137
  1589. )    Alternate keystrokes: 137
  1590.  
  1591. By default, a tab is placed after every eight
  1592. columns of text. This tab size is also used when
  1593. files containing tabs are read into Word Fugue.
  1594. Change the tab size and use the Restore even
  1595. command to initialise a different set of regularly
  1596. spaced tabs.
  1597. @138
  1598.  
  1599. &PUT RULER LINE
  1600.  
  1601.     Keystroke sequence:   138
  1602. )    Alternate keystrokes: 138
  1603.  
  1604. The tab settings are stored into the current
  1605. window as a formatted text line. The line begins
  1606. with the Word Fugue formatting character (.), and
  1607. will be ignored during printing. Use this command
  1608. in concert with the Set tabs command to store
  1609. a custom tab line as part of a document for later
  1610. use.
  1611. @139
  1612.  
  1613. &EDIT RULER
  1614.  
  1615.     Keystroke sequence:   139
  1616. )    Alternate keystrokes: 139
  1617.  
  1618. Tab positions can be interactively edited using
  1619. this command. The cursor will be moved to the
  1620. current window's tab line display. Use the cursor
  1621. keys or the tab key to move along the tab line.
  1622. Pressing the space bar will toggle a tab setting
  1623. on or off, pressing the <Ins> key will add a tab,
  1624. pressing the <Del> key will delete a tab at the
  1625. cursor position. Press <Enter> when editing is
  1626. complete, or <Esc> to undo any changes made.
  1627. @140
  1628.  
  1629. &INDENT MARGIN
  1630.  
  1631.     Keystroke sequence:   140
  1632. )    Alternate keystrokes: 140
  1633.  
  1634. The current left margin will be moved to the right
  1635. by one tab stop. This is useful in making indented
  1636. lists. The temporary margin will remain in force
  1637. until you leave the current paragraph.
  1638.  
  1639. The temporary margin is indicated by a right
  1640. pointing arrow on the window tab display.
  1641. @141
  1642.  
  1643. &FORMAT BLOCK
  1644.  
  1645.     Keystroke sequence:   141
  1646. )    Alternate keystrokes: 141
  1647.  
  1648. Paragraph formatting will be applied to all
  1649. lines of text in the currently marked block. The
  1650. block must be highlighted, and the cursor must be
  1651. somewhere within the block, or an error message
  1652. will be produced.
  1653. @142
  1654.  
  1655. &FILE CLOSE
  1656.  
  1657.     Keystroke sequence:   142
  1658. )    Alternate keystrokes: 142
  1659.  
  1660. The current text window will be cleared. If it
  1661. has been modified since being saved to disk, you
  1662. will be given the opportunity to save it. The
  1663. window will then be closed. If the window is the
  1664. only one on the screen, you will return to the
  1665. Word Fugue menu system.
  1666. @143
  1667.  
  1668. &SET MARKER
  1669.  
  1670. This command stores a record of the current cursor
  1671. position to which you can easily return later.
  1672. Word Fugue supports up to ten text markers, which
  1673. are labelled with the numbers 0-9 when they are
  1674. placed in the text. Shortcut commands for using
  1675. each of the ten markers are presented on a
  1676. following screen.
  1677.  
  1678. The text marker display writes over the character
  1679. where it is placed. It does not affect the actual
  1680. text, but merely hides it.
  1681. ]
  1682.  
  1683. When a marker is set from the menu system, another
  1684. menu will appear showing which markers are already
  1685. in use. Redefining an existing marker erases the
  1686. previously stored position. Defining a marker at
  1687. the same position where it is currently located
  1688. has the effect of erasing it.
  1689.  
  1690. The following screen provides shortcut keystrokes
  1691. for setting text markers without using menus.
  1692. ]
  1693.  
  1694. The following commands will set any of the
  1695. markers without using a menu.
  1696.  
  1697. )Marker 0   Main: 62    Alternate: 62
  1698. )Marker 1   Main: 63    Alternate: 63
  1699. )Marker 2   Main: 64    Alternate: 64
  1700. )Marker 3   Main: 65    Alternate: 65
  1701. )Marker 4   Main: 66    Alternate: 66
  1702. )Marker 5   Main: 67    Alternate: 67
  1703. )Marker 6   Main: 68    Alternate: 68
  1704. )Marker 7   Main: 69    Alternate: 69
  1705. )Marker 8   Main: 70    Alternate: 70
  1706. )Marker 9   Main: 71    Alternate: 71
  1707. @144
  1708.  
  1709. &JUMP TO MARKER
  1710.  
  1711. This command moves the cursor to the position of a
  1712. previously stored text marker. If the marker has
  1713. not been set, an error will occur. Word Fugue
  1714. supports up to ten text markers, which are labelled
  1715. with the numbers 0-9 when they are placed in the
  1716. text.
  1717.  
  1718. When you jump to a marker from the menu system,
  1719. another menu will appear showing which markers
  1720. have previously been set.
  1721.  
  1722. The following screen provides shortcut keystrokes
  1723. for jumping to text markers without using menus.
  1724. ]
  1725.  
  1726. The following commands will jump to any of the
  1727. markers without using a menu.
  1728.  
  1729. )Marker 0   Main: 72    Alternate: 72
  1730. )Marker 1   Main: 73    Alternate: 73
  1731. )Marker 2   Main: 74    Alternate: 74
  1732. )Marker 3   Main: 75    Alternate: 75
  1733. )Marker 4   Main: 77    Alternate: 77
  1734. )Marker 5   Main: 77    Alternate: 77
  1735. )Marker 6   Main: 78    Alternate: 78
  1736. )Marker 7   Main: 79    Alternate: 79
  1737. )Marker 8   Main: 80    Alternate: 80
  1738. )Marker 9   Main: 81    Alternate: 81
  1739. @145
  1740.  
  1741. &SET PAGING AMOUNT
  1742.  
  1743.     Keystroke sequence:   145
  1744. )    Alternate keystrokes: 145
  1745.  
  1746. This command will set the Page Up and Page Down amount to
  1747. )
  1748. )   Page - move a full screen page at a time
  1749. )   Half - move only half a screen page at a time
  1750. )    Csr - move so that cursor is at top or bottom of
  1751. )            screen or a full screen page if it is already
  1752. )            there
  1753.  
  1754. @146
  1755.  
  1756. &TOGGLE FIXED TABS
  1757.  
  1758.     Keystroke sequence:   146
  1759. )    Alternate keystrokes: 146
  1760.  
  1761. When fixed tabs are ON, tab positions are taken
  1762. from a table of columns that you can set to even
  1763. spacing or customise through various tab
  1764. commands. When fixed tabs are OFF, tab positions
  1765. are based on the contents of the text line above
  1766. the current line, just like the Turbo Pascal
  1767. editor.
  1768. @147
  1769.  
  1770. &SET TEMPORARY MARGIN
  1771.  
  1772.     Keystroke sequence:   147
  1773. )    Alternate keystrokes: 147
  1774.  
  1775. The current cursor column will be assigned as the
  1776. temporary left margin. If the cursor is beyond the
  1777. right margin, an error will occur.
  1778. @148
  1779.  
  1780. &SET HOME DIRECTORY
  1781.  
  1782.     Keystroke sequence:   148
  1783. )    Alternate keystrokes: 148
  1784.  
  1785. Word Fugue uses several files in its operation.
  1786. These contain the current printer definition,
  1787. default macros, the overlay file, and this help file. In order to
  1788. run Word Fugue from a drive or directory other than
  1789. where these files are located, you will need to
  1790. set up a Home Directory. The home directory
  1791. specifies the location of the optional Word Fugue
  1792. support files on your system.
  1793. ]
  1794. The overlay file WF.OVR must always be available,
  1795. and should be kept in that directory.
  1796.  
  1797. The following files should be kept in that
  1798. directory:
  1799.  
  1800. )  WF.HLP   WF.MAC   *.PDF
  1801.  
  1802. Word Fugue will operate without the use of these
  1803. files, but in that case certain program features
  1804. will not be available.
  1805.  
  1806. After the home directory is set, it can be saved
  1807. with Word Fugue's Save Setup command.
  1808. @149
  1809.  
  1810. &TOGGLE HI-BIT STRIP
  1811.  
  1812.     Keystroke sequence:   149
  1813. )    Alternate keystrokes: 149
  1814.  
  1815. When Hi-bit strip is ON, the most significant bit
  1816. of each character read from the disk will be set
  1817. to zero. This is useful when reading in files
  1818. previously generated in WordStar document mode.
  1819. Note that stripping the high
  1820. bit will also affect any usage of the IBM extended
  1821. ASCII character set, such as the line drawing
  1822. characters.
  1823.  
  1824. Note that a block can be stripped later by use of
  1825. command 194 or 194
  1826. @150
  1827.  
  1828. &EDIT MACRO
  1829.  
  1830.     Keystroke sequence:   150
  1831. )    Alternate keystrokes: 150
  1832.  
  1833. Macros recorded within Word Fugue can be edited on
  1834. a character by character basis using the built-in
  1835. macro editor.
  1836.  
  1837. First, a prompt box will ask for a new name for
  1838. the macro, which you can accept as is, or change.
  1839. ]
  1840.  
  1841. The macro will appear in another window. It can
  1842. be edited using the cursor keys, and the <Del>
  1843. or <Backspace> keys. Most characters you type will
  1844. be inserted literally into the macro. <CtrlBksp>
  1845. will delete the macro. <Enter> will end the
  1846. session in the macro editor. <Esc> will undo any
  1847. changes made to the macro. In case you need to
  1848. enter any of these special keys as part of the
  1849. macro, press the <ScrollLock> key to enter
  1850. Literal mode. In this mode, all keystrokes will
  1851. be inserted into the macro without any
  1852. interpretation.
  1853. @151
  1854.  
  1855. &WRITE FILE AS
  1856.  
  1857.     Keystroke sequence:   151
  1858. )    Alternate keystrokes: 151
  1859.  
  1860. This command will store all text in the current
  1861. window to any file that you name. When you are
  1862. editing in a window that has not previously been
  1863. named, you can use this command to assign a name
  1864. to the window. Using it in an already named window
  1865. will cause the name of that window, and all other
  1866. windows sharing the same text stream, to be
  1867. updated to the new name.
  1868. @152
  1869.  
  1870. &TOGGLE KEY HELP
  1871.  
  1872.     Keystroke sequence:   152
  1873. )    Alternate keystrokes: 152
  1874.  
  1875. When Key Help is ON, Word Fugue will display the
  1876. command sequences that correspond to each menu
  1877. selection while you are browsing through the menu
  1878. system. This can serve to familiarise you with
  1879. the quick keystrokes and speed up your editing.
  1880. @153
  1881.  
  1882. &PREVIOUS WINDOW
  1883.  
  1884.     Keystroke sequence:   153
  1885. )    Alternate keystrokes: 153
  1886.  
  1887. The cursor will be moved to the current position
  1888. in the next window up the screen. If the cursor is
  1889. already in the topmost window, it will move to the
  1890. bottom window. If there is only one window,
  1891. nothing will happen.
  1892. @154
  1893.  
  1894. &NEXT SENTENCE
  1895.  
  1896.     Keystroke sequence:   154
  1897. )    Alternate keystrokes: 154
  1898.  
  1899. The cursor will be moved to the beginning of the
  1900. next sentence. Sentences are delimited by periods,
  1901. semicolons, and other common punctuation marks, as
  1902. well as by blank lines and lines beginning with
  1903. the Word Fugue format character (.).
  1904. @155
  1905.  
  1906. &PREVIOUS SENTENCE
  1907.  
  1908.     Keystroke sequence:   155
  1909. )    Alternate keystrokes: 155
  1910.  
  1911. The cursor will be moved to the beginning of the
  1912. previous sentence. Sentences are delimited by
  1913. periods, semicolons, and other common punctuation
  1914. marks, as well as by blank lines and lines
  1915. beginning with the Word Fugue format character (.).
  1916. @156
  1917.  
  1918. &RESTORE EVEN TABS
  1919.  
  1920.     Keystroke sequence:   156
  1921. )    Alternate keystrokes: 156
  1922.  
  1923. Tabs will be set on an even spacing as determined
  1924. by the current default tab spacing. Any other tab
  1925. settings will be cleared.
  1926. @157
  1927.  
  1928. &WHICH FONT
  1929.  
  1930.     Keystroke sequence:   157
  1931. )    Alternate keystrokes: 157
  1932.  
  1933. Word Fugue will display the font type of the
  1934. character at the cursor position. If the
  1935. character has more than one font applied to it,
  1936. Word Fugue will list all of them.
  1937. @158
  1938.  
  1939. &SELECT BOLD
  1940.  
  1941.     Keystroke sequence:   158
  1942. )    Alternate keystrokes: 158
  1943.  
  1944. Word Fugue will place the Toggle Bold control character
  1945. (<CtrlB>) at the current cursor position, and position the
  1946. cursor at
  1947. the next position. Thus, newly entered text will be in the
  1948. selected typeface.
  1949. @159
  1950.  
  1951. &SELECT DOUBLESTRIKE
  1952.  
  1953.     Keystroke sequence:   159
  1954. )    Alternate keystrokes: 159
  1955.  
  1956. Word Fugue will place the Toggle Double-strike control character (<CtrlD>)
  1957. at the current cursor position, and position the cursor at
  1958. the next position. Thus, newly entered text will be in the
  1959. selected typeface.
  1960.  
  1961. If the cursor is inside a marked block, the block will have
  1962. a font control character placed at each end of the block instead.
  1963.  
  1964. @160
  1965.  
  1966. &SELECT UNDERSCORE
  1967.  
  1968.     Keystroke sequence:   160
  1969. )    Alternate keystrokes: 160
  1970.  
  1971. Word Fugue will place the Toggle
  1972. Underscore control character (<CtrlS>)
  1973. at the current cursor position, and position the cursor at
  1974. the next position. Thus, newly entered text will be in the
  1975. selected typeface.
  1976.  
  1977. If the cursor is inside a marked block, the block will have
  1978. a font control character placed at each end of the block instead.
  1979.  
  1980.  
  1981.  
  1982. @161
  1983.  
  1984. &SELECT SUPERSCRIPT
  1985.  
  1986.     Keystroke sequence:   161
  1987. )    Alternate keystrokes: 161
  1988.  
  1989. Word Fugue will place the Toggle
  1990. Superscript control character (<CtrlT>)
  1991. at the current cursor position, and position the cursor at
  1992. the next position. Thus, newly entered text will be in the
  1993. selected typeface.
  1994.  
  1995. If the cursor is inside a marked block, the block will have
  1996. a font control character placed at each end of the block instead.
  1997.  
  1998.  
  1999. @162
  2000.  
  2001. &SELECT SUBSCRIPT
  2002.  
  2003.     Keystroke sequence:   162
  2004. )    Alternate keystrokes: 162
  2005.  
  2006. Word Fugue will place the Toggle
  2007. Subscript control character (<CtrlV>) at the
  2008. current cursor position, and position the cursor at
  2009. the next position. Thus, newly entered text will be in the
  2010. selected typeface.
  2011.  
  2012. If the cursor is inside a marked block, the block will have
  2013. a font control character placed at each end of the block instead.
  2014.  
  2015.  
  2016. @163
  2017.  
  2018. &SELECT COMPRESSED
  2019.  
  2020.     Keystroke sequence:   163
  2021. )    Alternate keystrokes: 163
  2022.  
  2023. Word Fugue will place the Toggle
  2024. Alternate 1 control character (<CtrlA>) at the current cursor
  2025. position, and position the cursor at the next position.
  2026. Thus, newly entered text will be in the selected typeface.
  2027.  
  2028. If the cursor is inside a marked block, the block will have
  2029. a font control character placed at each end of the block instead.
  2030.  
  2031.  
  2032. @164
  2033.  
  2034. &SELECT ITALICS
  2035.  
  2036.     Keystroke sequence:   164
  2037. )    Alternate keystrokes: 164
  2038.  
  2039. Word Fugue will place the Toggle Alternate 2 control
  2040. character (<CtrlY>) at the current cursor position, and
  2041. position the cursor at the next position.
  2042. Thus, newly entered text will be in the selected typeface.
  2043.  
  2044. If the cursor is inside a marked block, the block will have
  2045. a font control character placed at each end of the block instead.
  2046.  
  2047.  
  2048. @165
  2049.  
  2050. &TOGGLE SNOW CONTROL
  2051.  
  2052.     Keystroke sequence:   165
  2053. )    Alternate keystrokes: 165
  2054.  
  2055. When Snow Control is ON, Word Fugue avoids the
  2056. screen interference patterns called "snow" that
  2057. are produced by certain display adaptors, notably
  2058. the IBM Colour Graphics Adaptor. For other colour
  2059. adaptors, the Snow Control can be turned off. This
  2060. improves screen updating performance considerably.
  2061.  
  2062. @166
  2063.  
  2064. &TOGGLE BLOCK CURSOR
  2065.  
  2066.     Keystroke sequence:   166
  2067. )    Alternate keystrokes: 166
  2068.  
  2069. Word Fugue offers a choice between a blinking
  2070. hardware cursor and a solid unblinking cursor.
  2071. The colour of the block cursor can be set via the
  2072. Options Colours menu.
  2073.  
  2074. This Block Cursor can be very useful on Lap Top PCs.
  2075. @167
  2076.  
  2077. &DISPLAY SIZE
  2078.  
  2079.     Keystroke sequence:   167
  2080. )    Alternate keystrokes: 167
  2081.  
  2082. Depending upon the type of Video adaptor you have
  2083. installed, Word Fugue can display more text than the
  2084. normal 25 lines by 80 columns.
  2085.  
  2086. On computers equipped with an Enhanced Graphics
  2087. Adaptor, Word Fugue can display 43 lines on the
  2088. screen.
  2089.  
  2090. On computers equipped with VGA, Word Fugue can display 50
  2091. or 28 lines on the screen. In addition, some VGA cards
  2092. support extended 132 column mode, or 60 line mode.
  2093.  
  2094. Computers with any type of colour card can support a 40
  2095. column mode that results in large printing suitable for
  2096. those with reading difficulties.
  2097.  
  2098. Before trying exotic screen sizes, please save ALL your documents.
  2099. Exotic screen sizes are non standard, and are not supported by all
  2100. cards.
  2101. @168
  2102.  
  2103. &MARGIN RELEASE
  2104.  
  2105.     Keystroke sequence:   168
  2106. )    Alternate keystrokes: 168
  2107.  
  2108. Setting Margin Release ON allows you to type
  2109. beyond the left and right margins while Word Wrap
  2110. mode is active. Margin release remains effective
  2111. until the cursor is moved to another line. It can
  2112. also be toggled off at any time.
  2113. @169
  2114.  
  2115. &SPELL CHECK
  2116.  
  2117.     Keystroke sequence:   169
  2118. )    Alternate keystrokes: 169
  2119.  
  2120. Word Fugue will spell check any of your documents
  2121. using its own dictionary WF_MAIN.LEX. This contains
  2122. approximately 110,000 words. It also checks against an
  2123. auxiliary dictionary if it finds one.
  2124.  
  2125. Word Fugue checks the document in the current
  2126. screen window. By default, checking proceeds from
  2127. the current cursor position to the end of the
  2128. file. If a block is marked and visible, only that
  2129. block will be checked.
  2130. ]
  2131. Word Fugue also contains a small built-in dictionary of
  2132. the 500 most commonly used English words. This
  2133. dictionary is kept in memory at all times in order
  2134. to accelerate the checking process.
  2135.  
  2136. Once the operation begins, Word Fugue keeps you
  2137. advised of its progress on the status line. The
  2138. line and column counters tell you what part of the
  2139. document is being checked, as does the percentage
  2140. indicator. These are updated each time a new word
  2141. is checked.
  2142. ]
  2143. When Word Fugue finds a word that it does not
  2144. recognise, the screen will be updated to highlight
  2145. the word, and a popup menu will ask you to select
  2146. an option. Select by moving the bar and pressing
  2147. <Enter> or by pressing the first character of any
  2148. of the options:
  2149.  
  2150. )  Skip once
  2151. )    Ignore the spelling of this word in only this
  2152. )    one instance.
  2153. )  Ignore for this document
  2154. )    Ignore the spelling of this word for the
  2155. )    duration of the check.
  2156. ]
  2157.  
  2158. )  List dictionary sound alikes
  2159. )    Display a list of sound alike words from
  2160. )    Word Fugue's dictionary. Select one and press
  2161. )    <Enter>, or press <Esc> to return to the
  2162. )    previous menu.
  2163. )  Edit from the keyboard
  2164. )    A prompt box will appear to allow interactive
  2165. )    editing of the word. Press <Enter> to accept,
  2166. )    or <Esc> to return to the previous menu.
  2167. )    Word Fugue will recheck the word after you
  2168. )    finish editing it.
  2169. ]
  2170.  
  2171. )  Mark with "~"
  2172. )    Place a tilde in front of the word. After
  2173. )    the document has been checked, you can use
  2174. )    the Find Pattern command to locate the marked
  2175. )    words.
  2176. )  Add to dictionary
  2177. )    Add the word to Word Fugue's auxiliary
  2178. )    dictionary (WF_AUX.DIC). A secondary
  2179. )    menu of case selections will appear. Press
  2180. )    <Esc> to return to the previous menu, or
  2181. )    <Enter> to add to the dictionary.
  2182. ]
  2183.  
  2184. )  Batch mark rest of document
  2185. )    Cancel the interactive mode normally used
  2186. )    for spell checking. From this point on, all
  2187. )    unrecognised words are marked with tildes
  2188. )    (~).
  2189.  
  2190. A spell checking operation may be stopped by
  2191. pressing <Esc> at the corrections menu (once a
  2192. misspelling is found) or by pressing any key while
  2193. a file is being checked. In the latter case, a
  2194. prompt box will be displayed, asking if you want
  2195. to stop. Press Y to stop, N to continue.
  2196. ]
  2197.  
  2198. The main dictionary should reside in the same directory as
  2199. Word Fugue itself, otherwise Word Fugue may not be
  2200. able to find it.
  2201.  
  2202. )The auxiliary dictionary should reside in the same directory
  2203. as the file you are spell checking. If Word Fugue does not find
  2204. it, it will create it if you request to add a word to the
  2205. dictionary.
  2206.  
  2207. )There is a limit on the size of the auxiliary dictionary -
  2208. it may not be larger than about 65,500 characters,
  2209. and also cannot be larger than available memory.
  2210. If it gets too large, you should look at adding the words in it to the
  2211. main dictionary. See next page.
  2212. ]
  2213. )The words in the auxiliary dictionary may be applied to the
  2214. main dictionary by using the program WFLEXMGR. This program will
  2215. either Add or Delete words from the dictionary, depending upon
  2216. the input on its screen. It will write a new dictionary, so as
  2217. not to destroy the old one if things go wrong. Make sure you have
  2218. enough disk space for 2 copies! You may allocate the new dictionary
  2219. on another drive or directory.
  2220.  
  2221. )The change file should have one word per line (like the auxiliary
  2222. dictionary). It does not matter whether the words are in upper or
  2223. lower case - they will be converted to lower case and sorted by the
  2224. update program.
  2225.  
  2226. @170
  2227.  
  2228. &EXPAND INCLUDE FILE
  2229.  
  2230.     Keystroke sequence:   170
  2231. )    Alternate keystrokes: 170
  2232.  
  2233. When you use .FI commands, the files can be opened for editing by
  2234. simply placing the cursor on the line and pressing this command. If
  2235. there is sufficient memory, and a window is available, the file will
  2236. be opened in another window, and you will be positioned in the new
  2237. window. You can expand further .FI commands, as long as there is
  2238. sufficient memory and available windows. .FI commands can be nested up
  2239. to 5 deep.
  2240. @171
  2241.  
  2242. &TOGGLE TAB WRITING
  2243.  
  2244.     Keystroke sequence:   171
  2245. )    Alternate keystrokes: 171
  2246.  
  2247. By default, Word Fugue does not write tab
  2248. characters in files saved from the editor. If Tab
  2249. Writing is activated, Word Fugue will translate
  2250. sequences of spaces to tabs in order to save disk
  2251. space for the output file. Tabs are computed using
  2252. the fixed spacing currently set for fixed tabs.
  2253. Multiple spaces found within pairs of single or
  2254. double quotes (as used in Pascal or C source code)
  2255. will not be converted to tabs.
  2256.  
  2257. Tab writing is saved as a Word Fugue default.
  2258. @172
  2259.  
  2260. &TOGGLE WRAP COMPRESSION
  2261.  
  2262.     Keystroke sequence:   172
  2263. )    Alternate keystrokes: 172
  2264.  
  2265. By default, Word Fugue compresses padding out
  2266. of any line before it is wrapped. This feature is
  2267. required in order to "unjustify" text that has
  2268. previously been right justified. Only "padding" inserted
  2269. by Word Fugue will be removed - normal spaces will not be
  2270. touched.
  2271.  
  2272. When this toggle is OFF, padding will not be
  2273. removed from lines being wrapped. Wrap
  2274. compression is saved as one of Word Fugue's defaults.
  2275. Padding may be displayed by changing the Display option
  2276. "Visible Padding" to ON
  2277.  
  2278. @173
  2279.  
  2280. &TOGGLE INITIAL ZOOM STATE
  2281.  
  2282.     Keystroke sequence:   173
  2283. )    Alternate keystrokes: 173
  2284.  
  2285. The state of this toggle determines Word Fugue's
  2286. default behaviour when more than one window is on
  2287. the screen. When Initial Zoom State is OFF,
  2288. multiple windows will appear simultaneously on
  2289. the screen, that is, they will not be zoomed.
  2290.  
  2291. When Initial Zoom State is ON, multiple windows
  2292. will be zoomed. The last file opened will be
  2293. visible on the screen, and others will be hidden
  2294. behind it.
  2295.  
  2296. Initial Zoom State is saved as a Word Fugue
  2297. default.
  2298.  
  2299. The normal zoom window command may be used at any
  2300. time, regardless of Initial Zoom State.
  2301. @174
  2302.  
  2303. &HELP SUMMARY  (<F1> from Help menu)
  2304.  
  2305. Word Fugue provides help in several ways. This
  2306. section describes how to use the help system.
  2307.  
  2308. Whenever the Word Fugue help system is on screen,
  2309. you can use the <PgUp> and <PgDn> keys to
  2310. move from one screen to another. <Home> and
  2311. <End> will take you to the first and last pages
  2312. of the section. Press <Esc> when you are done
  2313. using help.
  2314. ]
  2315.  
  2316. The Word Fugue menu system is available at any
  2317. time by pressing 198. Most of Word Fugue's
  2318. commands may be selected from the menus. Within
  2319. the menu system, you may activate "Key help" by
  2320. choosing Setup Display options Key help. With
  2321. Key help activated, the quick keystrokes that
  2322. activate each command will be displayed on the top
  2323. row of the screen while the selection bar is
  2324. positioned over that menu item.
  2325.  
  2326. Pressing <F1> while within the Word Fugue menu
  2327. system or within any prompt box will bring up a
  2328. window containing more detailed help regarding the
  2329. selected command. Pressing 174 while you are
  2330. entering text will bring up a menu of help topics.
  2331. ]
  2332.  
  2333. &Help and Status Keystrokes
  2334.  
  2335. )Show help menu
  2336. )    Main: 174    Alternate: 174
  2337. )Show help summary
  2338. )    Main: <F1> from the help menu
  2339. )Activate menu system
  2340. )    Main: 198    Alternate: 198
  2341. )Show system and file information
  2342. )    Main: 104    Alternate: 104
  2343. )Show available memory
  2344. )    Main: 105    Alternate: 105
  2345. @175
  2346.  
  2347. &ABOUT WORD FUGUE
  2348.  
  2349. Word Fugue is a Shareware program, and is supplied on
  2350. that basis. If you use it, please register by
  2351. sending $A80 + $10 for postage (Overseas add $A20 airmail postage) to:
  2352. )    Fugue Software
  2353. )       P.O. Box 425
  2354. )       CAPALABA  QLD  4157
  2355. )       AUSTRALIA
  2356. )You will receive the latest version of the program,
  2357. plus the full dictionary for spell checking, the
  2358. dictionary update program and the manual. You will also be placed
  2359. on our mailing list for future updates.
  2360. ]
  2361. You are free to distribute this program to anyone you
  2362. wish, provided you do not tamper with the files, and distribute all
  2363. the files. We retain copyright to the program, but we are responsive
  2364. to any suggestions you may have about our programs. We are committed
  2365. to providing good software for the price of a textbook. The
  2366. registration fee will help us to continue to develop it. Help us to
  2367. stamp out the Commercial Software Rip-Off.
  2368.  
  2369. Support your Shareware Authors and register today!
  2370.  
  2371. @176
  2372.  
  2373. &BLOCK COMMANDS
  2374.  
  2375. Begin block
  2376. )    Main: 52    Alternate: 52
  2377. )End block
  2378. )    Main: 53    Alternate: 53
  2379. )Start of block
  2380. )    Main: 54    Alternate: 54
  2381. )End of block
  2382. )    Main: 55    Alternate: 55
  2383. )Copy block
  2384. )    Main: 56    Alternate: 56
  2385. )Move block
  2386. )    Main: 57    Alternate: 57
  2387. )Delete block
  2388. )    Main: 58    Alternate: 58
  2389. )Hide block
  2390. )    Main: 59    Alternate: 59
  2391. )Mark current word
  2392. )    Main: 60    Alternate: 60
  2393. )Write block to file
  2394. )    Main: 44    Alternate: 44
  2395. )Shift Block Left
  2396. )    Main: 192    Alternate: 192
  2397. )Shift Block Right
  2398. )    Main: 193    Alternate: 193
  2399. )Strip Hi Bits from block
  2400. )    Main: 194    Alternate: 194
  2401.  
  2402. @177
  2403.  
  2404. &CURSOR MOVEMENT
  2405.  
  2406. Character left
  2407. )    Main: 0    Alternate: 0
  2408. )Character right
  2409. )    Main: 1    Alternate: 1
  2410. )Word left
  2411. )    Main: 2    Alternate: 2
  2412. )Word right
  2413. )    Main: 3    Alternate: 3
  2414. )Line up
  2415. )    Main: 4    Alternate: 4
  2416. )Line down
  2417. )    Main: 5    Alternate: 5
  2418. )Scroll up
  2419. )    Main: 6    Alternate: 6
  2420. )Scroll down
  2421. )    Main: 7    Alternate: 7
  2422. )Page up                    Amount defaults to full Page
  2423. )    Main: 9    Alternate: 9
  2424. )Page down                  but can be set to Half or Csr
  2425. )    Main: 8    Alternate: 8
  2426. )Top of file
  2427. )    Main: 10    Alternate: 10
  2428. )Bottom of file
  2429. )    Main: 11    Alternate: 11
  2430. )Beginning of line
  2431. )    Main: 12    Alternate: 12
  2432. )End of line
  2433. )    Main: 13    Alternate: 13
  2434. )Top of screen
  2435. )    Main: 14    Alternate: 14
  2436. )Bottom of screen
  2437. )    Main: 15    Alternate: 15
  2438. @178
  2439.  
  2440. &FILES
  2441.  
  2442. Edit another file
  2443. )    Main: 40    Alternate: 40
  2444. )Abandon file
  2445. )    Main: 41    Alternate: 41
  2446. )Read file into window
  2447. )    Main: 42    Alternate: 42
  2448. )Save and continue edit
  2449. )    Main: 43    Alternate: 43
  2450. )Save and exit to DOS
  2451. )    Main: 45    Alternate: 45
  2452. )Write to named file
  2453. )    Main: 151    Alternate: 151
  2454. )Save/Switch files
  2455. )    Main: 48    Alternate: 48
  2456. )Expand Include File
  2457. )    Main: 170    Alternate: 170
  2458. @179
  2459.  
  2460. &GO TO MOVEMENT COMMANDS
  2461.  
  2462. Go to line
  2463. )    Main: 18    Alternate: 18
  2464. )Go to column
  2465. )    Main: 19    Alternate: 19
  2466. )Go to page
  2467. )    Main: 129    Alternate: 129
  2468. )Go to window
  2469. )    Main: 20    Alternate: 20
  2470. )Previous cursor position
  2471. )    Main: 21    Alternate: 21
  2472. )Up to equal indent
  2473. )    Main: 16    Alternate: 16
  2474. )Down to equal indent
  2475. )    Main: 17    Alternate: 17
  2476. )Next sentence
  2477. )    Main: 154    Alternate: 154
  2478. )Previous sentence
  2479. )    Main: 155    Alternate: 155
  2480. ]
  2481.  
  2482. &Text Markers
  2483.  
  2484. Set a marker by menu
  2485. )    Main: 143    Alternate: 143
  2486. )Jump to marker by menu
  2487. )    Main: 144    Alternate: 144
  2488. )Toggle marker display
  2489. )    Main: 61    Alternate: 61
  2490. )Set marker 0
  2491. )    Main: 62    Alternate: 62
  2492. )Set marker 1
  2493. )    Main: 63    Alternate: 63
  2494. )Set marker 2
  2495. )    Main: 64    Alternate: 64
  2496. )Set marker 3
  2497. )    Main: 65    Alternate: 65
  2498. )Set marker 4
  2499. )    Main: 66    Alternate: 66
  2500. )Set marker 5
  2501. )    Main: 67    Alternate: 67
  2502. )Set marker 6
  2503. )    Main: 68    Alternate: 68
  2504. )Set marker 7
  2505. )    Main: 69    Alternate: 69
  2506. )Set marker 8
  2507. )    Main: 70    Alternate: 70
  2508. )Set marker 9
  2509. )    Main: 71    Alternate: 71
  2510. )Jump marker 0
  2511. )    Main: 72    Alternate: 72
  2512. )Jump marker 1
  2513. )    Main: 73    Alternate: 73
  2514. )Jump marker 2
  2515. )    Main: 74    Alternate: 74
  2516. )Jump marker 3
  2517. )    Main: 75    Alternate: 75
  2518. )Jump marker 4
  2519. )    Main: 76    Alternate: 76
  2520. )Jump marker 5
  2521. )    Main: 77    Alternate: 77
  2522. )Jump marker 6
  2523. )    Main: 78    Alternate: 78
  2524. )Jump marker 7
  2525. )    Main: 79    Alternate: 79
  2526. )Jump marker 8
  2527. )    Main: 80    Alternate: 80
  2528. )Jump marker 9
  2529. )    Main: 81    Alternate: 81
  2530. @180
  2531.  
  2532. &TEXT INSERTION AND DELETION
  2533.  
  2534. Undo last deletion
  2535. )    Main: 22    Alternate: 22
  2536. )Restore line
  2537. )    Main: 23    Alternate: 23
  2538. )Insert undo buffer
  2539. )    Main: 116    Alternate: 116
  2540. )Tab
  2541. )    Main: 24    Alternate: 24
  2542. )Backward Tab
  2543. )    Main: 39    Alternate: 39
  2544. )New line
  2545. )    Main: 26    Alternate: 26
  2546. )Insert line
  2547. )    Main: 27    Alternate: 27
  2548. )Insert control character
  2549. )    Main: 25    Alternate: 25
  2550. )Delete current character
  2551. )    Main: 28    Alternate: 28
  2552. )Delete character left
  2553. )    Main: 29    Alternate: 29
  2554. )Delete word
  2555. )    Main: 30    Alternate: 30
  2556. )Delete to end of line
  2557. )    Main: 31    Alternate: 31
  2558. )Delete line
  2559. )    Main: 32    Alternate: 32
  2560. )Delete line (no undo)
  2561. )    Main: 33    Alternate: 33
  2562. )Abort command (1 char)
  2563. )    Main: 253    Alternate: 253
  2564. @181
  2565.  
  2566. &Function Keys
  2567.  
  2568. |
  2569.  
  2570. @182
  2571. &Macros
  2572.  
  2573. Load macros from disk
  2574. )    Main: 82    Alternate: 82
  2575. )Store macros to disk
  2576. )    Main: 83    Alternate: 83
  2577. )Record macro
  2578. )    Main: 84    Alternate: 84
  2579. )Edit macro
  2580. )    Main: 150    Alternate: 150
  2581. )Playback macro by menu
  2582. )    Main: 96     Alternate: 96
  2583. )Playback macro by key
  2584. )    Main: 95     Alternate: 95
  2585. )      follow with character 0..9 A..Z
  2586. )Playback Macro 1
  2587. )    Main: 85    Alternate: 85
  2588. )Playback Macro 2
  2589. )    Main: 86    Alternate: 86
  2590. )Playback Macro 3
  2591. )    Main: 87    Alternate: 87
  2592. )Playback Macro 4
  2593. )    Main: 88    Alternate: 88
  2594. )Playback Macro 5
  2595. )    Main: 89    Alternate: 89
  2596. )Playback Macro 6
  2597. )    Main: 90    Alternate: 90
  2598. )Playback Macro 7
  2599. )    Main: 91    Alternate: 91
  2600. ]
  2601. )Playback Macro 8
  2602. )    Main: 92    Alternate: 92
  2603. )Playback Macro 9
  2604. )    Main: 93    Alternate: 93
  2605. )Playback macro n times with menu
  2606. )    Main: 94    Alternate: 94
  2607. )
  2608. )There are a number of macro files supplied:
  2609. )
  2610. ) WF.MAC   - standard word processing functions
  2611. ) DOUBLE.MAC & SINGLE.MAC - line drawing
  2612. ) GREEK.MAC & EUROPE.MAC - character sets
  2613. ) MISC.MAC    - other characters
  2614. ]
  2615. @183
  2616.  
  2617. &Options and Toggles
  2618.  
  2619. Toggle insert mode
  2620. )    Main: 106    Alternate: 106
  2621. )Toggle autoindent mode
  2622. )    Main: 107    Alternate: 107
  2623. )Toggle word wrap
  2624. )    Main: 113    Alternate: 113
  2625. )Toggle wrap compression
  2626. )    Main: 172    Alternate: 172
  2627. )Toggle ruler line display
  2628. )    Main: 115    Alternate: 115
  2629. )Toggle justify
  2630. )    Main: 117    Alternate: 117
  2631. )Toggle page breaks
  2632. )    Main: 118    Alternate: 118
  2633. )Toggle attributes
  2634. )    Main: 119    Alternate: 119
  2635. )Toggle fixed tabs
  2636. )    Main: 146    Alternate: 146
  2637. )Toggle hi-bit strip
  2638. )    Main: 149    Alternate: 149
  2639. )Toggle tab expansion
  2640. )    Main: 134    Alternate: 134
  2641. )Toggle tab writing
  2642. )    Main: 171    Alternate: 171
  2643. )Toggle key help
  2644. )    Main: 152    Alternate: 152
  2645. )Toggle snow check
  2646. )    Main: 165    Alternate: 165
  2647. )Toggle block cursor
  2648. )    Main: 166    Alternate: 166
  2649. )Toggle 43 line mode
  2650. )    Main: 167    Alternate: 167
  2651. )Set left margin
  2652. )    Main: 114    Alternate: 114
  2653. )Set right margin
  2654. )    Main: 111    Alternate: 111
  2655. )Set top margin
  2656. )    Main: 130    Alternate: 130
  2657. )Set bottom margin
  2658. )    Main: 131    Alternate: 131
  2659. )Set page length
  2660. )    Main: 132    Alternate: 132
  2661. )Set undo limit
  2662. )    Main: 133    Alternate: 133
  2663. )Set default file extension
  2664. )    Main: 135    Alternate: 135
  2665. )Set colours
  2666. )    Main: 121    Alternate: 121
  2667. )Set home directory
  2668. )    Main: 148    Alternate: 148
  2669. )Save setup
  2670. )    Main: 122    Alternate: 122
  2671. )Set Paging Amount
  2672. )    Main: 145    Alternate: 145
  2673. @184
  2674.  
  2675. &Printing a file
  2676.  
  2677. )    Main: 123    Alternate: 123
  2678.  
  2679. &Print Formatting Commands
  2680.  
  2681. Offset page to right by n columns
  2682. )      .PO nn   or .PO odd nn   or .PO even nn
  2683. )Start new page
  2684. )      .PA
  2685. )Start new page if fewer than n lines remain
  2686. )      .CP n
  2687. )Start new page if current page is Odd or Even
  2688. )      .CP O or E
  2689. )Print a blank page if page number is Odd or Even
  2690. and start a new page otherwise. Optionally print TEXT in the
  2691. middle of the blank page
  2692. )      .PB O or E   TEXT TO PRINT ON BLANK PAGE
  2693. )Set page number to n
  2694. )      .PN n
  2695. )Omit page numbers
  2696. )      .OP
  2697. )Print page numbers
  2698. )      .PG
  2699. )Put page number in column n
  2700. )      .PC n
  2701. )Set page length to n lines
  2702. )      .PL n
  2703. ]Set top margin to n lines
  2704. )      .MT n
  2705. )Set bottom margin to n lines
  2706. )      .MB n
  2707. )Set header margin to n lines
  2708. )      .HM n
  2709. )Set footer margin to n lines
  2710. )      .FM n
  2711. )Define header lines
  2712. )      .HE header line 1   }  both the
  2713. )      .H1 header line 1   }  same
  2714. )      .H2 header line 2
  2715. )      .H3 header line 3
  2716. )Define footer lines
  2717. )      .FO footer line 1   } both the
  2718. )      .F1 footer line 1   } same
  2719. )      .F2 footer line 2
  2720. )      .F3 footer line 3
  2721. )Define Index Entry
  2722. )      .IXline
  2723. )   or <Ctrl>P<Ctrl>K at start
  2724. )   and <Ctrl>P<Ctrl>K at end
  2725. )
  2726. )Define Table Of Contents Entry
  2727. )      .TCline
  2728. )   or .TC1 for table 1
  2729. )   thru to .TC9 for table 9
  2730. )
  2731. )Include a file at this point
  2732. )   .FIfilename comments
  2733. )   filename is terminated by a space, and
  2734. )   any further text is comment
  2735. ]
  2736.  
  2737. &Special Codes within Headers and Footers
  2738.  
  2739. Insert current page number
  2740. )      #
  2741. )Ignore following spaces on even pages
  2742. )      <CtrlK>
  2743. )Take next character literally
  2744. )      \
  2745. )Invoke printing functions
  2746. )      @
  2747. )   eg  @Dn for dates, n = 0 .. 8
  2748. )       @Tn for times, n = 0 .. 3
  2749. ]
  2750.  
  2751. &Special Print @functions within Headers & Footers
  2752.  
  2753. )  - return the time in format:
  2754. )  @T0   HH:MM
  2755. )  @T1   HH:MM:SS
  2756. )  @T2   HH:MM XX     where XX = AM or PM
  2757. )  @T3   HH:MM:SS XX  where XX = AM or PM
  2758. )
  2759. ) - return the name of the file being printed:
  2760. )  @F0  full path name drive:\path\filename.ext
  2761. )  @F1  filename.ext
  2762. ]
  2763. )  - return the date in format:
  2764. )  @D0  MMM DD, YYYY
  2765. )  @D1  DD/MM/YY
  2766. )  @D2  DD/MM/YYYY
  2767. )  @D3  MM/DD/YY
  2768. )  @D4  MM/DD/YYYY
  2769. )  @D5  YYYY/MM/DD
  2770. )  @D6  DD MMM YYYY
  2771. )  @D7  dayname, DD MMM YYYY
  2772. )  @D8  DD month YYYY
  2773. ]
  2774.  
  2775. &Typeface Selection Commands
  2776.  
  2777. )Select Bold
  2778. )    Main: 158    Alternate: 158
  2779. )Select DoubleStrike
  2780. )    Main: 159    Alternate: 159
  2781. )Select Underscore
  2782. )    Main: 160    Alternate: 160
  2783. )Select Superscript
  2784. )    Main: 161    Alternate: 161
  2785. )Select Subscript
  2786. )    Main: 162    Alternate: 162
  2787. )Select Compressed
  2788. )    Main: 163    Alternate: 163
  2789. )Select Italics
  2790. )    Main: 164    Alternate: 164
  2791. ]
  2792.  
  2793. &Typeface Control Codes
  2794.  
  2795. Each of these must be prefixed with the
  2796. Control Char insertion code 25 (or 25)
  2797. )
  2798. )Toggle Boldface
  2799. )      <CtrlB>
  2800. )Toggle Underscore
  2801. )      <CtrlS>
  2802. )Toggle Doublestrike
  2803. )      <CtrlD>
  2804. )Toggle Superscript
  2805. )      <CtrlT>
  2806. )Toggle Subscript
  2807. )      <CtrlV>
  2808. )Toggle Compressed
  2809. )      <CtrlA>
  2810. )Toggle Italic
  2811. )      <CtrlY>
  2812. ]
  2813.  
  2814. &Printer Definitions
  2815.  
  2816. Each type of printer is described to Word Fugue by
  2817. a small file with the extension PDF. This file
  2818. contains information regarding the control codes
  2819. that enable the printer's various fonts, as well
  2820. as some additional information that tells
  2821. Word Fugue about the printer.
  2822.  
  2823. Existing PDF files can be changed, and new ones
  2824. created via the Word Fugue Printer definition
  2825. menu. The printer definition most recently
  2826. selected via the File Print menu can be modified
  2827. here. Choose Edit string to change the control
  2828. code for any supported font. Each font is
  2829. associated with two strings - one to turn the font
  2830. ON, and another to turn it OFF.
  2831.  
  2832. When you choose a string to edit, it appears in
  2833. another window. It can be edited using the cursor
  2834. keys, and the <Del> or <Backspace> keys. Most
  2835. characters you type will be inserted literally
  2836. into the string. <CtrlBksp> will delete the
  2837. existing string. <Enter> will end the session
  2838. in the string editor. In case you need to enter
  2839. any of these special keys as part of the control
  2840. string, press the <ScrollLock> key to enter
  2841. Literal mode. In this mode, all keystrokes will be
  2842. inserted into the string without further
  2843. interpretation.
  2844.  
  2845. You are also given the option of changing the name
  2846. of the string.
  2847.  
  2848. The current printer definition can be saved to a
  2849. disk file by using the Save definition menu
  2850. selection. A prompt box will ask for the name of
  2851. the file to be saved.
  2852. @185
  2853.  
  2854. &Search and Replace
  2855.  
  2856. Search for pattern
  2857. )    Main: 34    Alternate: 34
  2858. )Search and replace
  2859. )    Main: 35    Alternate: 35
  2860. )Search and playback macro
  2861. )    Main: 36    Alternate: 36
  2862. )Search again
  2863. )    Main: 37    Alternate: 37
  2864. )Find matching }]>) or End
  2865. )    Main: 191   Alternate: 191
  2866. @186
  2867.  
  2868. &Rulers & Tabs
  2869.  
  2870. )Tab
  2871. )    Main: 24    Alternate: 24
  2872. )Backward Tab
  2873. )    Main: 39    Alternate: 39
  2874. )Set tabs
  2875. )    Main: 136    Alternate: 136
  2876. )Put tabs
  2877. )    Main: 138    Alternate: 138
  2878. )Set tab size
  2879. )    Main: 137    Alternate: 137
  2880. )Edit Ruler
  2881. )    Main: 139    Alternate: 139
  2882. )Tab temporary margin
  2883. )    Main: 140    Alternate: 140
  2884. )Set temporary margin
  2885. )    Main: 147    Alternate: 147
  2886. )Restore even tabs
  2887. )    Main: 156    Alternate: 156
  2888. @187
  2889.  
  2890. &SPELL CHECK
  2891.  
  2892.     Keystroke sequence:   169
  2893. )    Alternate keystrokes: 169
  2894.  
  2895. Word Fugue will spell check any of your documents
  2896. using its own dictionary WF_MAIN.LEX. This contains
  2897. approximately 110,000 words. It also checks against an
  2898. auxiliary dictionary if it finds one.
  2899.  
  2900. Word Fugue checks the document in the current
  2901. screen window. By default, checking proceeds from
  2902. the current cursor position to the end of the
  2903. file. If a block is marked and visible, only that
  2904. block will be checked.
  2905. ]
  2906. Word Fugue also contains a small built-in dictionary of
  2907. the 500 most commonly used English words. This
  2908. dictionary is kept in memory at all times in order
  2909. to accelerate the checking process.
  2910.  
  2911. Once the operation begins, Word Fugue keeps you
  2912. advised of its progress on the status line. The
  2913. line and column counters tell you what part of the
  2914. document is being checked, as does the percentage
  2915. indicator. These are updated each time a new word
  2916. is checked.
  2917. ]
  2918. When Word Fugue finds a word that it does not
  2919. recognise, the screen will be updated to highlight
  2920. the word, and a popup menu will ask you to select
  2921. an option. Select by moving the bar and pressing
  2922. <Enter> or by pressing the first character of any
  2923. of the options:
  2924.  
  2925. )  Skip once
  2926. )    Ignore the spelling of this word in only this
  2927. )    one instance.
  2928. )  Ignore for this document
  2929. )    Ignore the spelling of this word for the
  2930. )    duration of the check.
  2931. ]
  2932.  
  2933. )  List dictionary sound alikes
  2934. )    Display a list of sound alike words from
  2935. )    Word Fugue's dictionary. Select one and press
  2936. )    <Enter>, or press <Esc> to return to the
  2937. )    previous menu.
  2938. )  Edit from the keyboard
  2939. )    A prompt box will appear to allow interactive
  2940. )    editing of the word. Press <Enter> to accept,
  2941. )    or <Esc> to return to the previous menu.
  2942. )    Word Fugue will recheck the word after you
  2943. )    finish editing it.
  2944. ]
  2945.  
  2946. )  Mark with "~"
  2947. )    Place a tilde in front of the word. After
  2948. )    the document has been checked, you can use
  2949. )    the Find Pattern command to locate the marked
  2950. )    words.
  2951. )  Add to dictionary
  2952. )    Add the word to Word Fugue's auxiliary
  2953. )    dictionary (WF_AUX.DIC). A secondary
  2954. )    menu of case selections will appear. Press
  2955. )    <Esc> to return to the previous menu, or
  2956. )    <Enter> to add to the dictionary.
  2957. ]
  2958.  
  2959. )  Batch mark rest of document
  2960. )    Cancel the interactive mode normally used
  2961. )    for spell checking. From this point on, all
  2962. )    unrecognised words are marked with tildes
  2963. )    (~).
  2964.  
  2965. A spell checking operation may be stopped by
  2966. pressing <Esc> at the corrections menu (once a
  2967. misspelling is found) or by pressing any key while
  2968. a file is being checked. In the latter case, a
  2969. prompt box will be displayed, asking if you want
  2970. to stop. Press Y to stop, N to continue.
  2971. ]
  2972.  
  2973. The main dictionary should reside in the same directory as
  2974. Word Fugue itself, otherwise Word Fugue may not be
  2975. able to find it.
  2976.  
  2977. )The auxiliary dictionary should reside in the same directory
  2978. as the file you are spell checking. If Word Fugue does not find
  2979. it, it will create it if you request to add a word to the
  2980. dictionary.
  2981.  
  2982. )There is a limit on the size of the auxiliary dictionary -
  2983. it may not be larger than about 65,500 characters,
  2984. and also cannot be larger than available memory.
  2985. If it gets too large, you should look at adding the words in it to the
  2986. main dictionary. See next page.
  2987. ]
  2988. )The words in the auxiliary dictionary may be applied to the
  2989. main dictionary by using the program WFLEXMGR. This program will
  2990. either Add or Delete words from the dictionary, depending upon
  2991. the input on its screen. It will write a new dictionary, so as
  2992. not to destroy the old one if things go wrong. Make sure you have
  2993. enough disk space for 2 copies! You may allocate the new dictionary
  2994. on another drive or directory.
  2995.  
  2996. )The change file should have one word per line (like the auxiliary
  2997. dictionary). It does not matter whether the words are in upper or
  2998. lower case - they will be converted to lower case and sorted by the
  2999. update program.
  3000.  
  3001. @188
  3002.  
  3003. &Text Formatting
  3004.  
  3005. Format paragraph
  3006. )    Main: 112    Alternate: 112
  3007. )Format block
  3008. )    Main: 141    Alternate: 141
  3009. )Centre line
  3010. )    Main: 120    Alternate: 120
  3011. )Right Flush line
  3012. )    Main: 222    Alternate: 222
  3013. )Margin release
  3014. )    Main: 168    Alternate: 168
  3015. )Toggle case
  3016. )    Main: 108    Alternate: 108
  3017. )Lower case
  3018. )    Main: 109    Alternate: 109
  3019. )Upper case
  3020. )    Main: 110    Alternate: 110
  3021. )Show current font
  3022. )    Main: 157    Alternate: 157
  3023. )Select Bold
  3024. )    Main: 158    Alternate: 158
  3025. )Select Double
  3026. )    Main: 159    Alternate: 159
  3027. )Select Underscore
  3028. )    Main: 160    Alternate: 160
  3029. )Select Superscript
  3030. )    Main: 161    Alternate: 161
  3031. )Select Subscript
  3032. )    Main: 162    Alternate: 162
  3033. )Select Compressed
  3034. )    Main: 163    Alternate: 163
  3035. )Select Italics
  3036. )    Main: 164    Alternate: 164
  3037. @189
  3038.  
  3039. &Utility Commands
  3040.  
  3041. Print file
  3042. )    Main: 123    Alternate: 123
  3043. )Change active directory
  3044. )    Main: 127    Alternate: 127
  3045. )Directory
  3046. )    Main: 128    Alternate: 128
  3047. )Operating system
  3048. )    Main: 38    Alternate: 38
  3049. @190
  3050.  
  3051. &Windows
  3052.  
  3053. Open file
  3054. )    Main: 46    Alternate: 46
  3055. )Close window
  3056. )    Main: 142    Alternate: 142
  3057. )Resize window
  3058. )    Main: 47    Alternate: 47
  3059. )Next window
  3060. )    Main: 49    Alternate: 49
  3061. )Previous window
  3062. )    Main: 153    Alternate: 153
  3063. )Zoom window
  3064. )    Main: 51    Alternate: 51
  3065. @191
  3066.  
  3067. &Find Matching Bracket
  3068.  
  3069. Main: 191 Alternate: 191
  3070.  
  3071. Place the cursor on ({[< and press the command.
  3072. The cursor will be positioned on the matching >]})
  3073. or you will receive an error message if none can be
  3074. found. Also, if you place the cursor on the B of begin
  3075. and Word Fugue will find the matching end for you.
  3076. @192
  3077.  
  3078. &Shift Block Left
  3079.  
  3080. Main: 192  Alternate: 192
  3081.  
  3082. If you have a block of text marked, this command will
  3083. shift the block left the number of characters you nominate.
  3084. You will be prompted for the number. Characters shifted
  3085. left past position 1 will be lost.
  3086. @193
  3087.  
  3088. &Shift Block Right
  3089.  
  3090. Main: 193  Alternate: 193
  3091.  
  3092. If you have a block of text marked, this command will
  3093. shift the block right the number of characters you nominate.
  3094. You will be prompted for the number. As characters are
  3095. shifted right, spaces are inserted at the beginning
  3096. of the line.
  3097. @194
  3098.  
  3099. &Strip Hi Bits From Block
  3100.  
  3101. main: 194   Alternate: 194
  3102.  
  3103. If perhaps you import a block from a Wordstar file,
  3104. you have a block of text showing graphics characters
  3105. in with the words. This command will turn off the
  3106. hi bits in the marked block, and restore the graphics
  3107. characters to letters.
  3108.  
  3109. Refer also to the Strip Hi Bits toggle in the
  3110. Load File options of the Options menu.
  3111. @195
  3112.  
  3113. &File Management Commands
  3114.  
  3115. From this display, the following commands are available:
  3116.  
  3117. )       F1 - Display this screen
  3118. )       F2 - Rename highlighted file
  3119. )       F3 - Delete highlighted file
  3120. )       F4 - Sort display by file name
  3121. )       F5 - Sort display by file date
  3122. )       F6 - Sort display by file extension
  3123. )       F7 - Sort display by file size
  3124. )       F8 - Edit the description for highlighted file
  3125. )    Enter - Select the highlighted file
  3126. @196
  3127.  
  3128. &Table Of Contents Generation
  3129.  
  3130. main: 196   Alternate: 196
  3131.  
  3132. You must have marked table of contents entries in
  3133. your text with
  3134.  
  3135. )      .TCline
  3136. )   or .TC1 for table 1
  3137. )   thru to .TC9 for table 9
  3138.  
  3139. This will place the entries in one of nine files
  3140. depending on the number following the .TC characters.
  3141. If you omit the number, it defaults to 0. You will be
  3142. prompted for the name of the document. Each table of
  3143. contents file will have the document name, with the extension
  3144. set to
  3145.  
  3146. )   .TOC for the .TC lines
  3147. )   .TO1 for .TC1 lines
  3148. )   thru to .TO9 for .TC9 lines
  3149.  
  3150. If a table is not selected, there will not be a file
  3151. generated for it.
  3152.  
  3153. The entries in the file will appear exactly as they
  3154. appear following the .TC characters. Use # if you want
  3155. the page number to appear as part of the entry.
  3156. ]
  3157. for example, if you enter this on page 1
  3158.  
  3159. ).TC  DEFINITION .......................#
  3160.  
  3161. ) and this on page 3
  3162.  
  3163. ).TC     Default Definitions............#
  3164. ).TC1  Figure 1  .......................#
  3165.  
  3166. the following entries will be generated in the table of
  3167. contents .TOC file
  3168.  
  3169. )  DEFINITION .......................1
  3170. )     Default Definitions............3
  3171.  
  3172. and the following in the .TO1 file
  3173.  
  3174.   Figure 1  .......................3
  3175. @197
  3176.  
  3177. &Generate Index
  3178.  
  3179. main: 197   Alternate: 197
  3180.  
  3181. An index is an alphabetic listing of topics, words
  3182. and phrases accompanied by page numbers for each topic.
  3183. Word Fugue can automatically create an index for a
  3184. document.
  3185.  
  3186. You mark index entries by pressing ^PK at the beginning
  3187. and end of each phrase you want included in the index.
  3188. You can also mark a phrase by using the dot command .IX
  3189. followed by the word or phrase.
  3190.  
  3191. You will be prompted for the name of the file to
  3192. generate the index for. This index will have the same
  3193. name as the document, but the extension will be set to
  3194. .IDX
  3195. @198
  3196.  
  3197. &Toggle Mouse Scroll Bar
  3198.  
  3199. main: 198   Alternate: 198
  3200.  
  3201. This enables you to display a scroll bar on the
  3202. right hand side of the screen if you have a mouse.
  3203. )Note: the mouse driver must be loaded for the mouse to work
  3204.  
  3205. Clicking mouse buttons will have different effects depending upon
  3206. where it is on the screen. The scroll bar allows repositioning within
  3207. the file. The top 2 lines are for help & menus.
  3208.  
  3209. ]
  3210. )Top 2 Lines:
  3211. ) Left Button  - Open another window
  3212. ) Right Button - PullDown Menu
  3213. ) Both Buttons - Help Menu
  3214.  
  3215. )Menu System:
  3216. )  Left Button  - select highlighted choice
  3217. )  Right Button - escape to previous level
  3218. )  Both buttons - Help (if available)
  3219. )  Motion       - move highlight
  3220. ]
  3221. )Scroll Bar:
  3222. )  Arrows:
  3223. )       Press Left button to scroll up or down
  3224. )  Bar:
  3225. )       Click left button to page up (above elevator)
  3226. )        or page down (below elevator)
  3227.  
  3228. )Text Body:
  3229. )  Left Button - click to position cursor
  3230. )                (will change windows if necessary)
  3231. )  Right Button - restore current line
  3232. )  Both buttons - press & drag to mark a block
  3233. )               marking stops when you release button
  3234. )               positions cursor at mouse cursor
  3235. @199
  3236.  
  3237. &Toggle Automatic Save
  3238.  
  3239. main: 199   Alternate: 199
  3240.  
  3241. This enables automatic saving of modified files when ON.
  3242. You can set a time delay and a keystroke limit, and files
  3243. will be saved if the time limit is passed, or the keystroke
  3244. limit is exceeded.
  3245.  
  3246. @200
  3247.  
  3248. &Set Automatic Save Time Delay
  3249.  
  3250. main: 200   Alternate: 200
  3251.  
  3252. This specifies the maximum number of minutes that should elapse
  3253. between automatic saves of any modified files. Note that
  3254. Autosave must be ON for this to be effective.
  3255.  
  3256. Valid range is 1 to 59 minutes.
  3257. )The default is 15 minutes.
  3258. @201
  3259.  
  3260. &Set Automatic Save Keystroke Limit
  3261.  
  3262. main: 201   Alternate: 201
  3263.  
  3264. This specifies the maximum number of keystrokes that should occur
  3265. between automatic saves of any modified files. Note that
  3266. Autosave must be ON for this to be effective.
  3267.  
  3268. Valid range is 100 to 32768 keystrokes.
  3269. )The default is 2000
  3270. @202
  3271.  
  3272. &Export Ascii
  3273.  
  3274. main: 202   Alternative: 202
  3275.  
  3276. This command is used to export pure ascii text.
  3277. If there is a block marked, and that block is in the
  3278. current window, then the block is exported
  3279. as pure Ascii text, otherwise it exports the entire file in
  3280. the current window as Ascii text.
  3281.  
  3282. Pure Ascii means that all
  3283. format commands (dot commands and font controls) are stripped
  3284. from the file.
  3285. @203
  3286.  
  3287. &Toggle Between Word Fugue & 4Dos file Descriptions
  3288.  
  3289. main: 203   Alternative: 203
  3290.  
  3291. This command toggles the file description storage between
  3292. Word Fugue's proprietary format (stored in FILEINFO.WF) and
  3293. that supported by 4Dos - the shareware COMMAND.COM replacement
  3294. (stored in DESCRIPT.ION). If you have 4Dos and use the Describe
  3295. command, then you should probably store file descriptions in 4Dos
  3296. format. That gives you up to 40 characters of description. The word Fugue
  3297. format gives you up to 65 characters. This option can be saved with the
  3298. Save options command.
  3299. @204
  3300.  
  3301. &Ctrl-Z as End Of File
  3302.  
  3303. main: 204   Alternative: 204
  3304.  
  3305. This command allows you to determine whether or not a ^Z
  3306. character marks the end of a file. Wordstar and most editors
  3307. use a ^Z character to mark the end of a file, but some editors
  3308. do not, instead using the actual file length. Turn this off with care!
  3309. @205
  3310.  
  3311. &Toggle amount of Memory for DOS Shell
  3312.  
  3313. main: 205   Alternative: 205
  3314.  
  3315. This command determines how much memory is made available
  3316. when you invoke a DOS command. The default is only available
  3317. memory which is left after the program is loaded plus any files
  3318. you may be editing.
  3319.  
  3320. If you set this to All Memory, then a stub
  3321. of approximately 8K remains in memory, while the rest of the program
  3322. and memory it is using is swapped either to EMS memory (if you have
  3323. some and sufficient is available) or to the default disk drive and
  3324. directory (if there
  3325. is sufficient room there). On disk, the swap file is called WF.$WP,
  3326. and is marked as a system and hidden file. It will not be visible to
  3327. normal DOS commands.
  3328. Do not delete this file after shelling to DOS, or you will lock up
  3329. your machine when you try to exit back to Word Fugue.
  3330. @206
  3331.  
  3332. &Toggle Use of External Config File
  3333.  
  3334. main: 206   Alternative: 206
  3335.  
  3336. This command determines whether or not the configuration
  3337. is saved to  file WF.CFG in the current (default) directory
  3338. as well as being saved in the program executable as well.
  3339. It is useful if you want to have different configurations
  3340. in different directories, such as Word Wrap and Paging ON
  3341. in your word Processing directory, but OFF in your programs
  3342. directory.
  3343.  
  3344. The default configuration is ON, and saves configuration
  3345. information to the file WF.CFG - if it is OFF, then no file
  3346. will be saved, and none will be sought on start up.
  3347.  
  3348. Turning this Option OFF will force "Modify WF.EXE" to ON, so that the
  3349. configuration information will be written to the executable instead.
  3350. @207
  3351.  
  3352. &Load Recent File
  3353.  
  3354. main: 207   Alternative: 207
  3355.  
  3356. This command allows you to display a list of the last 12
  3357. files you edited, and select one to load. A new window will
  3358. be opened, so any files you currently have open will be
  3359. unchanged.
  3360.  
  3361. It requires that you turned the Pick File option ON, so that
  3362. the names of recent files are saved to a disk file.
  3363. @208
  3364.  
  3365. &Pick File
  3366.  
  3367. main: 208   Alternative: 208
  3368.  
  3369. This command allows you to save the names and cursor
  3370. positions of the last 12 files you edited into a file called
  3371. WF.PCK in the current directory. When you subsequently load
  3372. a file that is in the list, Word Fugue will restore the
  3373. marked block (if any) the bookmarks (if any), and reposition
  3374. the cursor at the line and column it had when the file was
  3375. last saved.
  3376. @209
  3377.  
  3378. &Main Lexicon
  3379.  
  3380. main: 209   Alternative: 209
  3381.  
  3382. This command allows you to change the name of the dictionary
  3383. to be used for spell checking. This is useful if you work in
  3384. several languages, since you can easily switch language
  3385. specific dictionaries.
  3386. @210
  3387.  
  3388. &Auxiliary Word List
  3389.  
  3390. main 210    Alternative: 210
  3391.  
  3392. This command allows you to change the name of the file where Word
  3393. Fugue stores the words you ask it to add to the dictionary. This
  3394. allows you to have several separate word lists to be used with
  3395. different files.
  3396. @211
  3397.  
  3398. &Toggle Generation of File name
  3399.  
  3400. main 211    Alternative: 211
  3401.  
  3402. This option, when ON, permits Word Fugue to generate a
  3403. pseudo-random number for a file name whenever you start it
  3404. without specifying a file name, which saves you the trouble
  3405. of thinking up a file name each time. You should use it
  3406. in conjunction with File descriptions to ensure that all
  3407. your files are recognisable.
  3408.  
  3409. When OFF, Word Fugue will create a new file with the name
  3410. <none>, and you will be prompted for a file name when you
  3411. try to save it.
  3412. @212
  3413.  
  3414. &Toggle Force File Description
  3415.  
  3416. main 212    Alternative: 212
  3417.  
  3418. When ON, this option causes Word Fugue to prompt for a file
  3419. description for every new file. When OFF, the use of file
  3420. descriptions is at your discretion. File descriptions can be
  3421. up to 65 characters in length (Word Fugue format), or you
  3422. can use 4DOS file descriptions (limited to 40 characters).
  3423.  
  3424. If you create many files in a directory, we strongly urge
  3425. you to use file descriptions to make your files more
  3426. manageable. This option can be saved by use of the Save Setup
  3427. command.
  3428. @213
  3429.  
  3430. &Set Line Spacing
  3431.  
  3432. main 213    Alternative: 213
  3433.  
  3434. This command permits you to change the default line spacing
  3435. from 1.0 to any value between 0.05 and 20.0. These values
  3436. are times the normal spacing your printer uses. Most
  3437. printers work at 6 lines per inch as the normal spacing.
  3438.  
  3439. )   To achieve double line spacing, set this to    2.0
  3440. )   To achieve one and a half spacing, set this to 1.5
  3441. )   To achieve 8 lines per inch, set this to       0.75
  3442.  
  3443. ]Note that the printer definition file you use (.PDF) must have the
  3444. line height sequence set up.
  3445.  
  3446. The line height sequence should include # if your printer needs the
  3447. height as a binary number, and should include $ if your printer
  3448. needs the height as a character string.
  3449.  
  3450. )   eg for an Epson you could use ESC A #, where # will
  3451. )      be replaced by the binary equivalent of the number
  3452. )   eg for a laser you may need |LH$, where C will be
  3453. )      replaced by the character equivalent of the number
  3454.  
  3455. The Reserved slot underneath this sequence stores the units (eg for
  3456. 1/60 inch it stores 60), so that Word Fugue can calculate how many
  3457. lines will fit on a page.
  3458. @214
  3459.  
  3460. &Create New Footnote
  3461.  
  3462. main 214    Alternative: 214
  3463.  
  3464. This command will create a new footnote reference where the
  3465. cursor is, and will open another window with the footnotes
  3466. file ready for you to enter the footnote text.
  3467.  
  3468. If you have
  3469. WYSIWYG (What You See Is What You Get) display enabled, the
  3470. note will show as a reference number in the colour for
  3471. superscripts. When you print, the footnote text will appear
  3472. at the bottom of the page, and a superscripted reference
  3473. will appear in the text.
  3474.  
  3475. Footnote references can be numbers, letters of the alphabet,
  3476. roman numerals, or special characters such as $
  3477. @215
  3478.  
  3479. &Create New Endnote
  3480.  
  3481. main 215    Alternative: 215
  3482.  
  3483. This command will create a new Endnote reference where the
  3484. cursor is, and will open another window with the Endnotes
  3485. file ready for you to enter the Endnote text.
  3486.  
  3487. If you have
  3488. WYSIWYG (What You See Is What You Get) display enabled, the
  3489. note will show as a reference number in the colour for
  3490. superscripts. When you print, the Endnote text will appear
  3491. at the end of the document, and a superscripted reference
  3492. will appear in the text.
  3493.  
  3494. Endnote references can be numbers, letters of the alphabet,
  3495. roman numerals, or special characters such as $
  3496. @216
  3497.  
  3498. &Create New Annotation
  3499.  
  3500. main 216    Alternative: 216
  3501.  
  3502. This command will create a new Annotation reference where the
  3503. cursor is, and will open another window with the notes
  3504. file ready for you to enter the note text. If you have
  3505. WYSIWYG (What You See Is What You Get) display enabled, the
  3506. note will show as a reference number in the colour for
  3507. superscripts.
  3508.  
  3509. Annotations do not print, but can be used to record comments
  3510. about the text. This is especially useful if several people
  3511. are reviewing a document.
  3512. @217
  3513.  
  3514. &Cite old Footnote
  3515.  
  3516. main 217    Alternative: 217
  3517.  
  3518. This command will insert an existing Footnote reference where the
  3519. cursor is. You will be prompted for the Footnote ID number
  3520. (a 4 digit number that uniquely identifies each footnote in
  3521. the notes file)
  3522.  
  3523. If you have WYSIWYG (What You See Is What
  3524. You Get) display enabled, the note will show as a reference
  3525. number in the colour for superscripts.
  3526.  
  3527. ]The footnote will print at the bottom of the page. If you
  3528. refer to the same footnote twice on the same page, each
  3529. reference will display the same reference number, and the
  3530. footnote will print only once.
  3531. @218
  3532.  
  3533. &Include old Endnote
  3534.  
  3535. main 218    Alternative: 218
  3536.  
  3537. This command will insert an existing Endnote reference where the
  3538. cursor is. You will be prompted for the Endnote ID number
  3539. (a 4 digit number that uniquely identifies each footnote in
  3540. the notes file)
  3541.  
  3542. If you have WYSIWYG (What You See Is What
  3543. You Get) display enabled, the note will show as a reference
  3544. number in the colour for superscripts.
  3545.  
  3546. ]The Endnote will print at the end of the document. If you
  3547. refer to the same Endnote twice or more in the document, each
  3548. reference will display the same reference number, and the
  3549. Endnote will print only once.
  3550. @219
  3551.  
  3552. &Modify note text
  3553.  
  3554. main 219    Alternative: 219
  3555.  
  3556. This command will open up a window into the notes file, and
  3557. position the cursor at the start of the note you wish to
  3558. edit.
  3559.  
  3560. To use this, you must place the cursor within the note
  3561. reference you wish to modify. ie between the { and the }
  3562. @220
  3563.  
  3564. &Swap Foot - End note
  3565.  
  3566. main 220    Alternative: 220
  3567.  
  3568. A footnote reference has the form {.@NFxnnnn}, while an
  3569. Endnote has the form {.@NExnnnn}. This command simply
  3570. changes the F to an E, or the E to an F.
  3571.  
  3572. To use it you must place the cursor within the note
  3573. reference you wish to change.
  3574. @221
  3575.  
  3576. &Change Note Reference Character
  3577.  
  3578. main 221    Alternative: 221
  3579.  
  3580. A footnote reference has the form {.@NFxnnnn}, while an
  3581. Endnote has the form {.@NExnnnn}. The nnnn is a 4 digit
  3582. unique identifier in the notes file to enable Word Fugue to
  3583. locate the corresponding text.
  3584.  
  3585. The x is the character that determines what reference
  3586. actually prints in the text. The reference character will
  3587. print superscripted, and will display (if Font display is
  3588. on) in a different colour, instead of seeing the complete
  3589. note reference function.
  3590. ] The x character can be:
  3591.  
  3592. )n or N = print a number (sequentially numbered)
  3593. )     r = print lowercase roman numeral (sequential)
  3594. )     R = print Uppercase roman numeral (sequential)
  3595. )     a = print lowercase letter     (sequential)
  3596. )     A = print Uppercase letter     (sequential)
  3597. )  anything else prints as is
  3598. )           eg {.@NF$nnnn} for $
  3599. @222
  3600.  
  3601. &Flush Line Right
  3602.  
  3603.     Keystroke sequence:   222
  3604. )    Alternate keystrokes: 222
  3605.  
  3606. The current line will be pushed to the
  3607. right margin. This command is active
  3608. only when Word Wrap mode is on. If both Word Wrap
  3609. and Column Mode are on, the text within the current
  3610. column will be flushed right within the column boundaries.
  3611. @223
  3612.  
  3613. &Insert End Paragraph Mark
  3614.  
  3615.     Keystroke sequence:   223
  3616. )    Alternate keystrokes: 223
  3617.  
  3618. Normally a paragraph is terminated by a blank line
  3619. (a double carriage return). Paragraph reformatting
  3620. takes this into account. However, in some
  3621. circumstances you want to start a new paragraph on
  3622. the next line. This command inserts a special
  3623. marker into the text at the cursor location, so
  3624. that the next line is treated as a new paragraph
  3625. for paragraph reformatting.
  3626.  
  3627. @224
  3628.  
  3629. &Enter Give Paragraph Mark
  3630.  
  3631.     Keystroke sequence:   224
  3632. )    Alternate keystrokes: 224
  3633.  
  3634. Normally a paragraph is terminated by a blank line
  3635. (a double carriage return). Paragraph reformatting
  3636. takes this into account. However, in some
  3637. circumstances you want to start a new paragraph on
  3638. the next line. This command determines whether
  3639. the Enter key inserts a special marker into the text at the cursor
  3640. location, so that the next line is treated as a new paragraph for
  3641. paragraph reformatting. ON will insert the marker, OFF will not.
  3642.  
  3643. @225
  3644.  
  3645. &Toggle Visible Padding
  3646.  
  3647.     Keystroke sequence:   225
  3648. )    Alternate keystrokes: 225
  3649.  
  3650. When you use justification, Word Fugue inserts
  3651. special padding characters between the words on a
  3652. line so that the words will fit flush with the
  3653. left and right margins. These characters may be
  3654. removed again if you change the line. With this
  3655. option OFF, padding characters display as spaces.
  3656. With the option ON, they will display as ·
  3657. characters. Padding characters will always print
  3658. as spaces.
  3659. @226
  3660.  
  3661. &Sort Block
  3662.  
  3663.     Keystroke sequence:   226
  3664. )    Alternate keystrokes: 226
  3665.  
  3666. You will be prompted whether you want the block
  3667. sorted in ascending order (A..Z) or descending
  3668. order (z..a). The marked block will then be sorted
  3669. in the sequence you selected. Sorting is NOT case
  3670. sensitive. The entire line is ALWAYS sorted, even in column mode.
  3671.  
  3672. If you are in column mode, or the start column is
  3673. not the same as the end column, only the
  3674. characters between the 2 column limits will be
  3675. compared, otherwise the first 50 characters of the
  3676. lines will be compared.
  3677.  
  3678. YOU CANNOT UNDO A BLOCK SORT - YOU MAY WANT TO
  3679. SAVE FIRST
  3680. @227
  3681.  
  3682. &Use Border
  3683.  
  3684.     Keystroke sequence:   227
  3685. )    Alternate keystrokes: 227
  3686.  
  3687. Some screens (most CGA, EGA & VGA) are capable of displaying
  3688. a border around the screen. This command will toggle the
  3689. display of the border. Note that some VGA cards can emulate
  3690. other screens, and some modes will display a border, while others
  3691. will not.
  3692.  
  3693. The border colour is the same as the Status Line colour,
  3694. so if you want to change it, you would use this setting.
  3695. @228
  3696.  
  3697. &Hyphenation
  3698.  
  3699.     Keystroke sequence:   228
  3700. )    Alternate keystrokes: 228
  3701.  
  3702. Word Fugue can insert hyphens during Word Wrap and paragraph
  3703. reformat operation. When this option is ON, Word Fugue will insert
  3704. hyphens in words that cross the right margin, while if this option
  3705. is OFF, Word Fugue will move the entire word to the next line instead.
  3706. The Option Squash Line on Wrap should be ON also so that Word Fugue will
  3707. remove any hyphens inserted during a previous reformat of the same
  3708. paragraph.
  3709.  
  3710. ]Word Fugue will hyphenate a word if the number of characters
  3711. in the word to the left of the right margin exceeds (or is equal to)
  3712. the Hyphen Hot Zone setting
  3713. @229
  3714.  
  3715. &Hyphen Hot Zone
  3716.  
  3717.     Keystroke sequence:   229
  3718. )    Alternate keystrokes: 229
  3719.  
  3720. When Hyphenation is ON, Word Fugue will hyphenate a word
  3721. that crosses the right margin if the word has at least this
  3722. many characters to the left of the right margin.
  3723.  
  3724. For example:
  3725. )      If Hyphen Hot Zone is 3, then words will be
  3726. )      hyphenated if there are at least 3 characters
  3727. )      within the right margin. The rest of the word
  3728. )      will be moved to the next line
  3729. )
  3730. )        Hyphena|tion  ->   Hyphen-
  3731. )                           ation
  3732. )
  3733. )        Hy|phenation  ->
  3734. )                          Hyphenation
  3735.  
  3736. This can take any value between 2 and 9
  3737. @230
  3738.  
  3739. &Toggle Modification of WF.EXE
  3740.  
  3741. main: 230   Alternative: 230
  3742.  
  3743. This command determines whether or not the configuration information
  3744. is saved into WF.EXE (the program executable). Some virus checkers
  3745. calculate check sums on Executables, and writing the configuration
  3746. into WF.EXE will invalidate the checksum, causing these programs to
  3747. think that WF.EXE has been corrupted.
  3748.  
  3749. Writing to the WF.EXE file is useful if you do
  3750. not want to be bothered with the possibility of multiple (conflicting)
  3751. WF.CFG files in different directories.
  3752.  
  3753. The default is OFF. Note that turning OFF the "External WF.CFG" option
  3754. will force "modify WF.EXE" to ON, since configuration information MUST
  3755. be written somewhere.
  3756.  
  3757. See also "External CFG file"
  3758. @231
  3759.  
  3760. &Margin Change inserts Ruler Line
  3761.  
  3762.     Keystroke sequence:   231
  3763. )    Alternate keystrokes: 231
  3764.  
  3765. When this option is ON, and change to the margin is saved
  3766. into your text as a ruler line (.RR line). This will enable
  3767. margin changes to be remembered if you load the file to edit
  3768. it again on another occasion.
  3769.  
  3770. With this option OFF, margin changes do not change the Ruler line
  3771. so
  3772. )1. If you have inserted a ruler line into you document,
  3773. )   it WILL over-ride your margin change.
  3774. )
  3775. )2. Any margin changes will be forgotten when you exit Word Fugue
  3776. @235
  3777.  
  3778. &Macro Directory
  3779.  
  3780.     Keystroke sequence:   235
  3781. )    Alternate keystrokes: 235
  3782.  
  3783. This sets the directory in which Word Fugue will search for macro
  3784. files. If it is blank, the program will look for files in the current
  3785. directory.
  3786. @236
  3787.  
  3788. &Toggle Overflow Marks
  3789.  
  3790.     Keystroke sequence:   236
  3791. )    Alternate keystrokes: 236
  3792.  
  3793. This command toggles between displaying continuation markers if the
  3794. line overflows the left («) or the right (») of the screen. These
  3795. marks display if the toggle is ON
  3796.