home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / doc / zhelp.txt < prev    next >
Text File  |  1990-07-02  |  30KB  |  633 lines

  1.  
  2. °EDMAIN               Help with the NEWZ Editor
  3.                    ───────────────────────────────
  4.             ┌───────────────────────────────────────────────┐
  5.             │ Welcome to the Hypertext HELP system for NEWZ │
  6.             └───────────────────────────────────────────────┘
  7.  
  8. ∙Hypertext     ─ What is Hypertext anyway.
  9.  
  10. ∙SED-Help      ─ Help with editor commands and functions.
  11.  
  12. ∙DOS-Commands  - Issue DOS commands from the NEWZ editor environment.
  13.  
  14. ∙Setup-NEWZ    - Setting up NEWZ and compiling index files.
  15.  
  16.             ┌───────────────────────────────────────────────┐
  17.             │ Move the cursor with TAB onto a word shown in │
  18.             │∙reverse_video and press F9 or the Enter key.  │
  19.             └───────────────────────────────────────────────┘
  20.  
  21.        ─────>    Press ∙F10 to leave Help or leave NEWZ    <─────
  22.  
  23. °Hypertext                 Hypertext Introduction
  24.                            ──────────────────────
  25.  
  26.   Hypertext is a technique for inter-connecting information for the purpose
  27. of making it easier to locate desired sections of that information.  You
  28. can think of Hypertext as a sort of bookmark and index system. You can, with
  29. a single key, go off to look at some information related to what you are
  30. currently looking at. When you are done looking at that other information,
  31. you can return to where you were with another single key.
  32.  
  33.   Lets try it to see how it works.                   ∙Other-Information
  34.  
  35.   Notice the word pair shown above shown in reverse video, press the TAB
  36. key to move to that word.  Now you are ready to "link" to
  37. Other-Information.  You can perform the link in one of three ways:
  38.  
  39.         Press Enter             Press F9                Press Alt-B
  40. (links ONLY while browsing)  (the link key)           (B meaning BROWSE)
  41.  
  42.   Press any of the above keys NOW!     When you come back unlink with ∙F10.
  43.  
  44. °Other-Information     Other information on Hypertext
  45.                        ──────────────────────────────
  46.  
  47.    You are now at least +2 levels down in the Hypertext links. The number
  48.  you see at the upper right hand corner of the screen tells you how many
  49.  links FORWARD have been performed. Each time you link forward (like an
  50.  index) to a new piece of information, your previous location is saved
  51.  (like a bookmark).  You can link forward exploring new information up to
  52.  twenty (20) times before the link save stack fills up.
  53.  
  54.   When it comes time to "unlink", The ∙F10 key will unlink to the exact
  55. previous place where you linked from.
  56.  
  57.    This Hypertext system is really implimented as a special "mode" of the
  58.  SED editor. You are in fact in the SED editor now, in what I call BROWSE
  59.  mode.  You are allowed to look around, but you can't make any changes.
  60.  
  61.  
  62.         Press ∙F10 to UNLINK,        or          Press PgDn for more.
  63.  
  64.  
  65.                         More Information on the Browser
  66.                         ───────────────────────────────
  67.  
  68.    Certain keys perform special functions while in BROWSE mode. as
  69.  mentioned before the TAB key moves to the next reverse video link, and
  70.  Enter performs a link to the current word under the cursor.
  71.  
  72.    BROWSE mode is indicated visually by the word BROWSE in the upper left
  73.  corner, and the double line screen border.
  74.  
  75.    In Browse mode, you can use the editor PgDn & PgUp as well as Arrow
  76.  keys to move through a file, or you can move the cursor to a word of
  77.  interest, and press F9 or Enter to link directly to that topic.
  78.  
  79.    Actually, F-TZ will allow you to try linking to ANY word in a file. You
  80.  can link to ANY Forth word for example.  If no link is available for a
  81.  word, you will receive a message to that effect. In a documentation file
  82.  like this, linked words are shown in reverse video to make them stand out.
  83.  
  84.         Press ∙F10 to UNLINK,        or          Press PgDn for more.
  85.  
  86.                             Browser Introduction (cont.)
  87.                             ────────────────────
  88.    You can link THROUGH a DEFERED Forth word by pressing Alt-F9. This is
  89.  useful for defered words like ∙EMIT . F9 will link to the source for one
  90.  of these words, and Alt-F9 will link to its defered function.
  91.  
  92.         Position the cursor with TAB on EMIT above.
  93.         press F9 then ∙F10 to return.
  94.  
  95.   You will have seen the source for EMIT which is a defered word and not
  96. very interesting.
  97.  
  98.         Now press Alt-F9 then ∙F10 to return.
  99.  
  100.   You will see the source for (EMIT) which is the function in EMIT.
  101.  
  102.    If you are nested deeply into a complex browse, you can Unnest quickly to
  103.  the top level edit or browse, by using the File menu's Unnest item. the key
  104.  sequence for Unnest is Shift-F10 or ESC-F-U.
  105.                                                      Press ∙F10 to UNLINK
  106.  
  107. °DOS-Commands        DOS Commands in the Browser
  108.                      ───────────────────────────
  109.  
  110.    DOS commands can be issued while within the Z editor in several ways:
  111.  
  112.    1. Ctrl-Enter will prompt you for a dos command line to perform.
  113.  
  114.    2. Shift-Ctrl-Enter will perform the most recent DOS command you have
  115.       entered again without a prompt.
  116.  
  117.    3. Alt-F2 will perform a series of DOS commands you have entered in a
  118.       document in the following format:
  119.  
  120.       <dir;pause>                     Dir of current directory and pause.
  121.       <dir *.txt;dir *.com;pause>     Dir of all .TXT and all .COM files.
  122.       <;>                             Spawn a shell. Type EXIT to return.
  123.       <dir>                           Dir of current directory with no
  124.                                        pause on command completion.
  125.  
  126.                                                      Press ∙F10 to UNLINK
  127.  
  128. °SED-Help            Table of Contents for Help with SED
  129.                      ───────────────────────────────────
  130. ∙*Copy*              Cut, Copy, Paste & Append
  131. ∙*Drawing*           Drawing lines & Sorting
  132. ∙*FuncKeys*          Function key assignments
  133. ∙*Keypad*            The Keypad is fully supported
  134. ∙*Leaving*           Leaving & Printing
  135. ∙*Line*              Line & Word commands
  136. ∙*Margin*            Margin Control commands
  137. ∙*Menus&Mouse*       Using pulldown menus and the MOUSE.
  138. ∙*More*              Bold, Underline & DOS
  139. ∙*Other*             Other functions
  140. ∙*Search*            Search, Replace & Goto
  141. ∙*Specs*             SED Specifications
  142. ∙*WordStar*          SED uses WordStar movement key sequences.
  143.                                               ┌──────┐     ┌──────┐
  144.      You can move through this help file with │ PgDn │ and │ PgUp │ or,
  145.                                        ┌──────┴─┬────┘     └──────┼───────┐
  146.      use TAB to place the cursor on an │ *Item* │ above and press │ Enter │
  147.      to browse that item.              └────────┘                 └───────┘
  148.  
  149. °*Menus&Mouse*            Menu & Mouse Control   Press ∙F10 to pop Help level
  150.                           ────────────────────
  151.   SED provides both pulldown menus, and fairly complete mouse support.
  152. Select ∙*Menus* for a description of using pulldown menus with the
  153. keyboard.
  154.  
  155.   To use a mouse in SED you must have a compatible mouse driver (like
  156. MOUSE.COM) already installed in your autoexec.bat. When F-TZ starts up, it
  157. looks for the presence of a mouse driver, and activates the mouse if the
  158. driver is present.
  159.  
  160.   As you are looking at this screen you will see arrows to the right and
  161. lower right of the screen. These arrows can be used to scroll the screen,
  162. showing more text from the direction the arrow is pointing by clicking the
  163. left mouse button. The ∙F10 or +1 etc. in the upper right corner can be used
  164. like the ∙F10 key by positioning the mouse and clicking the left button. You
  165. can also change the INSERT/OVERWRITE mode by clicking at the top left of
  166. the screen on INSERT. Help can be obtained by pressing HELP at the lower
  167. left. The cursor can be positioned by clicking within the edit window with
  168. the left mouse button.  The right mouse button is the same as the ESC key.
  169.  
  170. °*Menus*                Using Pull Down Menus    Press ∙F10 to pop Help level
  171.                         ─────────────────────
  172.  
  173.    SED uses Pull Down menus to make many functions available while editing.
  174. Press the ESC key NOW to see the menubar appear at the top of the screen.
  175.  
  176.    If you have pressed the ESC key, then you are looking at a list of menu
  177.  titles starting with "File" which should be shown in reverse video, through
  178.  "Help" on the right.  Use the keypad right arrow key to walk along the
  179.  menubar. As you press right arrow, the hilighting moves along the menubar.
  180.  Continue to press right arrow until "File" is again the hilighted menu. Now
  181.  press down arrow to pull the menu down.  Notice the last two items of the
  182.  "File" menu, Exit and Quit.  To the right of these menu items, are
  183.  displayed the short cut keys F10 and Alt-F10. Any menu function can be
  184.  performed with the short cut key rather than moving through the menu and
  185.  pressing Enter.  If you press right arrow while the "File" menu is pulled
  186.  down, you will walk along the menu bar with each menu "open", so you can
  187.  see what menu items are available.  You can also press the first
  188.  CAPITALIZED letter of a menu item to perform the item.
  189.  
  190.  
  191. °*WordStar*              WordStar Movement Keys  Press ∙F10 to pop Help level
  192.                          ──────────────────────
  193.  
  194.  
  195.         ┌─────────────┬────────────┬────────────┬─────────────┬────────────┐
  196.         │ ^W scroll  │ ^E line   │ ^R page   │ ^T Word Del │^Y Line Del │
  197.   ┌─────┴─────┬───────┴────┬───────┴─────┬──────┴─────┬───────┴─────────┬──┘
  198.   │ ^A -word │  ^S -left │  ^D right- │  ^F word- │  ^G char Delete │
  199.   └─────┬─────┴───────┬────┴───────┬─────┴──────┬─────┴─────────┬───────┘
  200.         │ ^Z scroll  │ ^X line   │ ^C page   │ ^V INS toggle │ ^=Control
  201.         └─────────────┴────────────┴────────────┴───────────────┘
  202.  
  203.  
  204.   SED supports a subset of the WordStar control keys used to move around a
  205. document.  The keypad is also supported, as can be seen in the next screen.
  206.  
  207.  
  208.  
  209.   Function key assignments are shown under the ∙*Keypad* entry.
  210.  
  211.  
  212. °*Keypad*                       Keypad keys      Press ∙F10 to pop Help level
  213.                                 ───────────
  214.                      ┌──────┐
  215.                      │ Esc  ├─ = Pops up the MENU display
  216.                      └──────┘
  217.   Ctrl-Home = Beginning of file      Up-arrow = Up a line in document
  218.                            ┌──┴───┬──┴───┬──────┐
  219.    Goto beginning of line ─┤ Home │     │ PgUp ├─ Previous page in document
  220.                            ├──────┼──────┼──────┤
  221.  Left a character on line ─┤  -  │      │  -  ├─ Right a character on line
  222.  ( with Ctrl, left word)   ├──────┼──────┼──────┤  (with Ctrl, right word)
  223.          Goto end of line ─┤ End  │     │ PgDn ├─ Next page in document
  224.                            └──┬───┴──┬───┴──────┘
  225.   Ctrl-End  = End of file ────┘      Down-arrow = Down a line in document
  226.  
  227.                            ┌─────────────┬──────┐
  228.   Insert/Overwrite toggle ─┤   Insert    │ Del  ├─ Delete char under cursor
  229.                            └─────────────┴──────┘
  230.  
  231.         Function key assignments are shown on the next screen.
  232.  
  233. °*FuncKeys*               Function Key Assignments
  234.                           ────────────────────────
  235.  
  236.                              ┌─────┬─────┐
  237.            Call up F-TZ HELP │ F1  │ F2  │ Move cursor to TOP of screen
  238.                              │     │     │
  239.                              ├─────┼─────┤
  240.     Set mark at current line │ F3  │ F4  │ Move cursor to BOTTOM of screen
  241.                              │     │     │
  242.                              ├─────┼─────┤
  243.        Copy a line from mark │ F5  │ F6  │ Search (asks for search string)
  244.                              │     │     │ Use with Alt to repeat a search
  245.                              ├─────┼─────┤
  246.           Line & box drawing │ F7  │ F8  │ Replace (asks for replace string)
  247.                              │     │     │ Use with Alt to replace & search
  248.                              ├─────┼─────┤
  249.          Link browse to word │ F9  │ F10 │ Exit & save, Unlink one level
  250.   Use Alt-F9 to link through │     │     │ Use with Alt to leave and discard
  251.   a defered word.            └─────┴─────┘ changes. Use Shift-F10 to Unlink
  252.                                            to the top level.
  253.  
  254. °*Leaving*                                       Press ∙F10 to pop Help level
  255.  
  256.                Leaving, Saving, and Printing in the F-TZ editor
  257.                ────────────────────────────────────────────────
  258.  
  259.                     ∙F10  = Save changes and leave editor
  260.                  Alt-F10  = Discard changes and leave editor
  261.                   Ctrl-U  = Save changes and continue editing
  262.  
  263.                    Alt-P  = pops up the printing menu display
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275. °*Search*                  Search, Replace & Goto  Press F10 to pop Help level
  276.                            ──────────────────────
  277.  
  278.                           Search for text commands
  279.                           ────────────────────────
  280.                      F6 = Search the first time (prompts for text)
  281.                  Alt-F6 = Search for same again
  282.                Shift-F6 = Search for same again BACKWARDS
  283.            Shift-Alt-F6 = Srch again cAsE Sensitive
  284.  
  285.                            Replace text commands
  286.                            ─────────────────────
  287.                      F8 = Replace the first time (prompts for text)
  288.                  Alt-F8 = Replace same again and search same again
  289.            Shift-Alt-F8 = Same as Alt-F8, but cAsE sensitive
  290.                Shift-F8 = Replace All occurances
  291.  
  292.                                 Goto Page
  293.                                 ─────────
  294.                   Alt-G = Goto specified page/line or next/prev paragraph
  295.  
  296. °*Copy*                     Cut, Copy & Paste    Press ∙F10 to pop Help level
  297.                             ──────────────────
  298.                          Mark and Copy in memory
  299.                          ───────────────────────
  300.            F3  = MARK first, then last line of an area to copy or cut.
  301.            F5  = Copy a line from MARKed line to cursor line.
  302.  
  303.  **** Use F3 to MARK the START & END of ALL Cut, Copy & Append operation ****
  304.  
  305.                      Cut, Copy, Paste & Append with DISK
  306.                      ───────────────────────────────────
  307.           * Alt-X  = Cut MARKed lines to TEMP.SEQ
  308.           * Alt-C  = Copy MARKed lines to TEMP.SEQ
  309.           * Alt-V  = Paste Cut/Copied text at cursor line from TEMP.SEQ
  310.           * Alt-A  = Append MARKed lines to TEMP.SEQ
  311.  
  312.                             Paste Date and Time
  313.                             ───────────────────
  314.           Alt-O-P  = Paste the current date and time into text at cursor.
  315.      * Use SHIFT-Alt to specify the file to Cut, Copy, Paste or Append with.
  316.  
  317. °*Line*                    Line & Word Commands  Press ∙F10 to pop Help level
  318.                            ────────────────────
  319.  
  320.  
  321.           Split and Join lines                   Word Delete & Undelete
  322.           ────────────────────                   ──────────────────────
  323.  
  324.  Ctrl-N  = Split this line at the cursor    Ctrl-T  = Word delete and save
  325.   Alt-N  = Join this line with next line     Alt-U  = Word Undelete *
  326.  
  327.  
  328.                         Line Delete and Undelete
  329.                         ────────────────────────
  330.  
  331.          * Ctrl-Y  = Delete this line and save in delete buffer
  332.          *  Alt-Y  = Undelete a deleted line from the delete buffer
  333.  
  334.          * The line delete buffer can hold 100 deleted lines.
  335.          * The word delete buffer can hold 128 characters total.
  336.  
  337.  
  338. °*Margin*                    Margin control      Press ∙F10 to pop Help level
  339.                              ──────────────
  340.           Ctrl-L  = Set left margin to current column.
  341.  
  342.            Alt-L  = Prompt for the number of spaces to insert before
  343.                     all lines of the current paragraph. Table move right.
  344.                                                         ────────────────
  345.      Shift-Alt-L  = Remove all space from the current paragraph to the
  346.                     right of the current cursor column. Table move left.
  347.                                                         ───────────────
  348.          Alt-S-R  = Prompt for value to set Right Margin.
  349.  
  350.             Home  = Set cursor to column 0 and reset Left Margin to 0.
  351.  
  352.           Ctrl-B  = Reformat current paragraph.
  353.  
  354.          The left margin is also set at the new cursor position after
  355.          pressing TAB when there are only spaces to the left of the
  356.          cursor.  This is useful for maintaining or setting an indent
  357.          while editing source.
  358.  
  359. °*Other*                       Other help        Press ∙F10 to pop Help level
  360.                                ──────────
  361.  
  362.                          Write to a new filename
  363.                          ───────────────────────
  364.      Alt-W  = Write the file in memory to a NEW file (prompts for filename)
  365.                               TAB Control
  366.                               ───────────
  367.      Alt-T   = Set tab increment to current column value.
  368.      Alt-O-X = eXpand all TABs to spaces in the file in memory.
  369.                              Case Conversion
  370.                              ───────────────
  371.      Alt-O-U = Convert the current cursor line to UPPERCASE.
  372.      Alt-O-L = Convert the current cursor line to lowercase.
  373.      Alt-O-W = Toggle case of WORD under cursor, starting at cursor.
  374.      Alt-O-C - Toggle case of the CHARACTER under the cursor.
  375.                              Help on a WORD
  376.                              ──────────────
  377.      Alt-H   = Shows help on the word under the cursor while editing.
  378.  
  379.  
  380. °*Specs*                     SED Specifications  Press ∙F10 to pop Help level
  381.                              ──────────────────
  382.  
  383.              ┌──────────────────────────────────────────────────┐
  384.              │ Maximum Characters in a File   limited by memory │
  385.              │                         640k can edit ≈250k file │
  386.              │                         512k can edit ≈150k file │
  387.              │                                                  │
  388.              │ Maximum Lines in a File       Adjusted to memory │
  389.              │                              640k has 8000 lines │
  390.              │                              512k has 6000 lines │
  391.              │                                                  │
  392.              │ Maximum Characters in a Line                 132 │
  393.              │                                                  │
  394.              │ Maximum # of Deleted Lines Saved   Adj to memory │
  395.              │      available edit memory > 48k, save 100 lines │
  396.              │                            < 48k, save  20 lines │
  397.              │                                                  │
  398.              │ Printed # of Lines on a Page                  55 │
  399.              └──────────────────────────────────────────────────┘
  400.  
  401. °*Drawing*                Line Drawing & Sorting  Press F10 to pop Help level
  402.                           ──────────────────────
  403.    ┌┬┬┬┬┬┬┬┐               Line drawing commands
  404.    └┴┴┼┼┼┴┴┘               ─────────────────────
  405.       ├┼┤
  406.       ├┼┤            F7          Start/Stop drawing lines
  407.       ├┼┤            Ins         Pen up/down command
  408.       ├┼┤            -           Select single width lines (minus)
  409.       ├┼┤  ┌┐        =           Select double width lines (equal)
  410.       └┴┘  └┘        Del         Clear char under cursor
  411.                      Arrows      Move and draw a line
  412.    ┌┬┬┬┬┬┬┬┐
  413.    └┴┴┴┴┴┼┼┤
  414.          ├┼┘         Sorting the lines of a Paragraph
  415.         ┌┼┘          ────────────────────────────────
  416.        ┌┼┘
  417.       ┌┼┘            Alt-F7      Sort paragraph lines starting at current
  418.      ┌┼┤                         line and column. This sort is cAsE
  419.     ┌┼┼┼┬┬┬┐  ╔╗                 sensitive.
  420.     └┴┴┴┴┴┴┘  ╚╝   Shift-Alt-F7  Sort NON-case sensitive.
  421.  
  422. °*More*                        More Neat Stuff   Press ∙F10 to pop Help level
  423.                                ───────────────
  424.  
  425.    SED can "Shell" to DOS with "ESC F C" under the FILE menu.  This is useful
  426.  for manipulating files on a disk that is TOO full to save to, or to go out
  427.  and format a new disk if needed.  You can even run other programs from within
  428.  the editor if you need to.  Type EXIT to get back to SED.
  429.  
  430.                  BOLD UNDERLINE & USER DEFINED PRINT CONTROL
  431.                  ───────────────────────────────────────────
  432.  
  433.                   %B This line will be printed BOLD %B
  434.                   %U This line will be printed UNDERLINED %U
  435.                 %B%U This line will be both BOLD and UNDERLINED %U%B
  436.  
  437.                 %1, %2 & %3 are user defined printer attributes.
  438.                    See an example in the file PROPRINT.SEQ.
  439.  
  440.  
  441.  
  442.  
  443. °Setup-NEWZ      Setting up NEWZ and compiling index files
  444.                  ─────────────────────────────────────────
  445.     Included with NEWZ is a file called "NEWZ.CFG". This file contains
  446.   a series of lines holding parameters used by NEWZ. The NEWZ.CFG file
  447.   will look something like the following example (the line numbers are
  448.   not included in the file):
  449.         1:  PATH C:\;C:\TEXT;C:\NEWZ    ; file search path
  450.         2:  DEFEXT TXT                  ; default file extension
  451.         3:  DELIMS " "                  ; browse word delimiter string
  452.         4:  SPECS *.TXT;*.DOC           ; index compiler specs.
  453.         5:  GLOBAL \TEXT                ; hyper index \TEXT dir and below
  454.         6:  WRAP ON                     ; turn wordwrap ON, or OFF
  455.         7:  BACKUP ON                   ; make backup copies of files
  456.         8:  AFTER 0                     ; start looking after column 0
  457.         9:  BEFORE 132                  ; stop looking at column 132
  458.        10:  STOPAT \                    ; stop looking when ";" found
  459.        11:  HILIGHT { }                 ; hilight these words in text
  460.        12:  TYPE 0 "°"                  ; ∙Index-Compiler command
  461.        13:  COLOR 1 1 2                 ; set attrib1 to bg=blue, fg=green
  462.        14:  ;                           ; stop looking at file
  463.                                                    Press PgDn for more..
  464.                         Setting up NEWZ continued
  465.                         ─────────────────────────
  466.  
  467.   Parameter descriptions by line number
  468.  
  469.  
  470.         1. Directory search path line. The directories NEWZ will
  471.            search when you specify a file to open but don't include a
  472.            path to the designated file. This path is similar in format
  473.            to the DOS PATH command, but excludes the "=" symbol.
  474.  
  475.  
  476.         2. Default file extension. When you specify a file to open
  477.            but do not give it an extension, NEWZ will apply this the
  478.            default file extension to the filename before trying to
  479.            open it. If the line following DEFEXT is blank, no default
  480.            file extension will be applied to files.
  481.  
  482.  
  483.                                                         Press PgDn for more
  484.  
  485.              Parameter descriptions by line number (continued)
  486.              ─────────────────────────────────────────────────
  487.         3. BrowseWord, uses the characters between " chars as a word
  488.            delimiter for the browse word operation. normally just a space,
  489.            but can contain other characters for use with other languages.
  490.            for example " (+-)[];" might be used for the "C" language.
  491.  
  492.         4. Index compile file specifications. NEWZ can build an
  493.            index file from multiple file specifications as included
  494.            on this line. Filespecs can include full paths if needed.
  495.  
  496.         5. Including the GLOBAL command followed by any directory, will
  497.            cause Z, when building the Hyper Index file, to search all
  498.            directories including the one specified and below for matching
  499.            file specs.  "GLOBAL \" will search entire drive.
  500.  
  501.         6. ON, OFF or 20 to 132, enables or disables wordwrap at editor
  502.            startup. ON calculates right margin according to longest file
  503.            line. 20 to 132 set a fixed right margin regardless of file.
  504.  
  505.                                                         Press PgDn for more
  506.              Parameter descriptions by line number (continued)
  507.              ─────────────────────────────────────────────────
  508.         7. ON or OFF, keep backup copies of edited files or don't.
  509.            User specifiable depending on disk space available.
  510.  
  511.         8. Only the characters in each file line AFTER the column number
  512.            specified will be examined when building HYPER.NDX. Defaults to
  513.            zero if not specified.
  514.  
  515.         9. Only the characters in each line BEFORE the column number
  516.            specified will be examined. Defaults to column 132 if not set.
  517.  
  518.        10. Don't look at the contents of any line beyond the specified
  519.            terminator character. (backslash in this case.) When building
  520.            the index file.
  521.  
  522.        11. Hilight the words following whenever they are found on the
  523.            screen. Words are seperated by spaces, in list and on screen.
  524.            Multiple HILIGHT lines are accepted from the NEWZ.CFG file.
  525.            Alt-K for Keyword, toggles keyword hilighting on/off.
  526.                                                         Press PgDn for more
  527.              Parameter descriptions by line number (continued)
  528.              ─────────────────────────────────────────────────
  529.        12. Command to the index compiler. See the following section
  530.            ∙Index-Compiler for further information.
  531.  
  532.        13. Set color attribute 0 through 4 to the background/forground
  533.            color pair following. Three parameters follow the COLOR command,
  534.            an attribute number 0 to 4, and two color value in the range
  535.            0 to 15.  Attribute 0 controls the normal background/forground
  536.            colors as used for text. Attributes 1 through 4 control various
  537.            aspects of the screen display. The color values for background/
  538.            forground, range from 0 to 15 as follows:
  539.  
  540.            0=black      1=blue      2=green    3=cyan        4=red
  541.            5=magenta    6=brown     7=ltgray   8=dkgray      9=ltblue
  542.           10=ltgreen   11=ltcyan   12=ltred   13=ltmagenta  14=yellow
  543.                                    15=white
  544.  
  545.        14. ";" terminates reading the configuration file.
  546.  
  547.                                             Press ∙F10 to pop help level
  548. °Index-Compiler         Index Compiler Directives
  549.                         ─────────────────────────
  550.   Three index compiler directives are currently supported, they each start
  551. with the word "TYPE" followed by a type number and a "string" parameter:
  552.  
  553.         0 "string"  Pick up and index the word IMMEDIATELY following
  554.                     string. No space delimiter is required. If you
  555.                     want to space delimit the string, include a space
  556.                     within the quotes. Examples: ": "  "CONSTANT "
  557.                     "CODE " etc.
  558.  
  559.                     This type can pick up words following, as will be
  560.                     the case with the above examples, or you can pick
  561.                     up words starting with a character by not
  562.                     including a space at the end of the string. An
  563.                     example of this is the graphic symbol above "°",
  564.                     which compiles any word starting with this
  565.                     symbol. That is any hypertext destination link.
  566.  
  567.                                                 Press PgDn for more
  568.  
  569.                   Index Compiler Directives continued
  570.                   ───────────────────────────────────
  571.  
  572.         1 ":"           Pick up and index the word preceeding this
  573.                         symbol. That is index all words that end in a ":"
  574.                         character. Normally used for assembler labels.
  575.  
  576.         2 "string "     Pick up and index the word at the start of this
  577.                         line preceeding this string. Again this is
  578.                         typically used to include references to the
  579.                         assembler word LABEL as it is used in some
  580.                         assemblers. here is an example:
  581.  
  582.                                 symbol_name     LABEL
  583.  
  584.                         Symbol_name will be included in the index file.
  585.  
  586.  
  587.  
  588.                                                 Press PgDn for more
  589.  
  590.                   Index Compiler Directives continued
  591.                   ───────────────────────────────────
  592.  
  593.     Several of the above index commands can be included one per line
  594.   before the line starting with a ";" character. The index compiler
  595.   currently supports up to sixteen (16) index compiler commands in the
  596.   above format.
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.                                         Press ∙F10 to pop help level
  610.  
  611. °F10                     What is the F10 key for?
  612.                          ────────────────────────
  613.  
  614.   The F10 key "unlinks" or leaves one edit/browse level. If you were
  615. editing, your changes are saved, and you will return to the previous file
  616. you were editing or browsing. If you were at the first level of editing,
  617. F10 will leave the editor.
  618.  
  619.   The Shift-F10 key will take you to edit/browse level one.  This saves you
  620. from having to unlink through many levels with F1, and takes you directly
  621. to level one.  If you were already on level one, Shift-F10 will leave the
  622. editor.
  623.  
  624.   Clicking the left mouse button on the F10, +1 or +2 at the upper right
  625. hand corner will do the same as pressing the F10 key.
  626.  
  627.  
  628.  
  629.         Press F10 now to return to where you were before coming here.
  630.  
  631.  
  632.  
  633.