home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 1 / romside_best_of_german_only_1.iso / anwender / ed / english.doc < prev    next >
Text File  |  1992-12-23  |  37KB  |  834 lines

  1. Welcome to ED, a simple public domain word processing system.
  2. The ED word processing disk should contain the following files:
  3.  
  4.                           READ
  5.                           LESEN
  6.                           LPRINT.EXE (1.1)
  7.                           ENGLISH.DOC
  8.                           DEUTSCH.DOC
  9.                           ------------
  10.                           ED.EXE (1.11)
  11.                           ED.DAT
  12.                           PAGE.COM (1.0)
  13.                           PRINT.COM (1.2)
  14.                           PRINT.DAT
  15.                           TEST.TXT
  16.                           UNKNOWN.DAT
  17.                           EPSONLQ.DAT
  18.                           DIABLO.DAT
  19.                           IBM5216.DAT
  20.                           HPLJ.DAT
  21.                           GR7.TBL
  22.                           REPLA.EXE (1.0)
  23.  
  24. and maybe more '.DAT'- and '.TBL'-files.
  25.  
  26. The ED word processing system consists of three parts:
  27.  
  28.              1. ED - editing and formatting
  29.              2. PAGE - generating pages (page files)
  30.              3. PRINT - output to printer
  31.  
  32. First a description of the editor/formatter follows.  ED.EXE
  33. (1.11) can edit text files up to 999 lines and 99999 characters.
  34. A line may be up to 148 characters long.  Nevertheless a document
  35. to page can be up to 100 files long.
  36.   You enter ED at the DOS prompt to start the program.  First
  37. ED reads the file ED.DAT.  This is a simple text file, which
  38. may look like as follows:
  39.  
  40.                  60'HOT ZONE BEGINNING
  41.                  65'HOT ZONE END (RIGHT MARGIN)
  42.                  2'SPACES BEHIND PERIOD (1 OR 2)
  43.  
  44. ED.DAT contains the standard column values for the hot zone
  45. beginning and end (right margin) and the specification of spaces
  46. behind period (2 in the U.S., 1 in Germany).  You may edit the
  47. file ED.DAT to your needs (edit to the values, that you usually
  48. use).  Note, that a difference of 5 between hot zone end (right
  49. margin) and beginning is recommended.
  50.  
  51. After reading ED.DAT you are in the editor (line 1, column 1).
  52. The first line of the screen contains the current filename for
  53. reading and saving text files, the second line shows several
  54. data.  WR: the number of characters (bytes) written, NL: the
  55. number of lines, COL: the current column position of the cursor,
  56. HZ: the current active hot zone for formatting, IND: the indent
  57. for formatting (explained later).
  58.  
  59. There are three major elements in the editor:
  60.  
  61. 1. Direct editing commands like CURSOR LEFT or PAGE DOWN
  62.    (Pg Dn).
  63. 2. Command level commands like fo (format), f (file), r (read)
  64.    or s (save).  There is a lot of command level commands.
  65. 3. In-text-'#'-commands.  Character '#' followed by an uppercase
  66.    or lowercase letter.  For example: '#U' turns underlining
  67.    on, a second '#U' terminates it.  There is a lot of
  68.    in-text-'#'-commands.
  69.  
  70. You may enter text, finishing the line by RETURN.  There is
  71. no automatic RETURN, i.e. no instantaneous formatting on text
  72. entering.  Empty lines after the text can be inserted by hitting
  73. RETURN in a line after the text.
  74.  
  75. There are the following direct editing commands:
  76.  
  77.   F1 (function key 1)
  78. Go to command level.  The second screen line becomes blank.
  79. A prompt appears ('<').  If you just hit RETURN, you are back
  80. to editing.
  81.  
  82.   F2
  83. List lines without '#'-commands.  The lines appear in their true
  84. printing lengths.  If you use '#'-commands, it is difficult to
  85. adjust the true printing position (column) in tables.  F2 should
  86. help a little.  Any keystroke leads back to normal
  87. representation.
  88.  
  89.   F3
  90. '#'-character.  The '#'-character is difficult to access on
  91. some keyboards (for example Ctrl-Alt keystroke).  Pressing F3
  92. may be easier.
  93.  
  94.   F4
  95. Execute the string, previously stored by the 'key'-command.
  96. A frequently used string can be stored as F4 by the command
  97. level command 'key'.
  98.  
  99.   Pg Up
  100. 10 lines up.
  101.  
  102.   Pg Dn
  103. 10 lines down.
  104.  
  105.   CURSOR LEFT/RIGHT/UP/DOWN
  106. Need no explanation.
  107.  
  108.   Del
  109. Delete character under cursor.
  110.  
  111.   Ins
  112. Enter insert-mode.  Characters are inserted instead of
  113. replacement.  The insert-mode is terminated by any of the other
  114. editing keys (for example CURSOR LEFT or RETURN) or a second
  115. 'Ins'.
  116.  
  117.   Home
  118. Go to the beginning of the current line.
  119.  
  120.   End
  121. Go to the end of the current line (column after last character).
  122.  
  123.   Ctrl-Home
  124. Leads to the first line (start of file).
  125.  
  126.   Ctrl-End
  127. Go into last line of file.
  128.  
  129.   Ctrl-E
  130. Deletes from cursor position to the end of the line.
  131.  
  132.   Esc
  133. Restores line.  'Esc' restores the old content of a line after
  134. editing.  This is possible, as long as you didn't leave the
  135. line.
  136.  
  137. As already mentioned, the command level is entered by F1.  A
  138. RETURN leads back to editing.  A command level command consists
  139. of a one to three letter keyword, optionally followed by an
  140. argument.  In many cases the argument is line specs.  A line
  141. spec consists of two numbers, separated by a ',' (means from
  142. line to line) or a single number.  Line specs are separated
  143. by blanks.  Example: 'fo 3,7 12,16 18'.  A description of command
  144. level commands follows.
  145.  
  146.   q
  147. Quit command.  Exit ED.EXE without saving.
  148.  
  149.   h
  150. Help command.  There are several pages of short information
  151. on all commands.  After one page is listed, you may type SPACE
  152. to go to the next help page, or hit RETURN to exit help and
  153. go back to editing.
  154.  
  155.   f
  156. Filename command.  'F' is followed by a valid DOS filenname,
  157. i.e. may contain drive and path specs.  The filename is valid
  158. for s (save), r (read) and rb (read block) commands.
  159.  
  160.   l
  161. List command.  'L' is followed by a line number.  The list
  162. command enables quick access of any portion of the file in
  163. memory, avoiding many keystrokes of PAGE DOWN or PAGE UP.
  164.  
  165.   s
  166. Save command.  If no argument is given, the entire file in memory
  167. will be saved as a disk file.  If the file already exists, the
  168. old file becomes the backup file with extension '.BAK'.
  169.   Only parts of the file in memory may be saved optionally.
  170. 'S' can be followed by one to seven line specs.  Example:
  171. 'S 3,7 9,10 15' saves the lines 3 to 7, 9, 10 and 15 as a disk
  172. file.
  173.  
  174.   r
  175. Read command.  A disk file will be read into memory, overriding
  176. the lines, that are currently in memory.  A number can follow
  177. the 'R' as an option for large files.  The file will be read
  178. only from this line number in that case.  The first lines (number
  179. minus one) will be skipped.
  180.   Besides possible messages are: 'Cannot open file', i.e. file
  181. not found/wrong filename.  'File has more strings than read
  182. in.' File does not fit entirely in memory and has only partially
  183. been read in.
  184.  
  185.   rb
  186. Read block command.  There is no optional argument.  Read block
  187. functions as read, except that the disk file lines are added
  188. to (behind) those, already in memory.
  189.  
  190.   d
  191. Delete line(s) command.  'D' is followed by one to seven line
  192. specs, i.e. 'd 1 7,11 20,25' will delete line 1, lines 7 to
  193. 11 and 20 to 25.  There is no direct editing keystroke "delete
  194. line".
  195.  
  196.   i
  197. Insert line(s) command.  'I' is followed by two numbers,
  198. separated by ','.  'I first number, second number' means insert
  199. first number empty lines behind line second number.  The second
  200. number may be zero, i.e. the start of the file.  Up to seven
  201. of these specs may follow 'i'.  Examples: 'I 1,3' inserts one
  202. line behind line 3.  'I 1,0' inserts one line at the start of
  203. the file.
  204.  
  205.   er
  206. Erase line(s) command.  'ER' is followed by one to seven line
  207. specs.  The lines will be made blank, but not removed.
  208.  
  209.   key
  210. Key command.  'KEY' is followed by a frequently used word or
  211. phrase.  The phrase must be enclosed by arbitrary letters, for
  212. example slashes ('/...phrase.../'), to enable valid leading
  213. or trailing spaces.  The string is stored as F4 (function key
  214. 4) and can be used in editing.
  215.  
  216.   cop
  217. Copy line(s) command.  'COP' is followed by first number, comma,
  218. second number, blank, third number.  The lines first number
  219. to second number will be copied to behind third number.  The
  220. third number may be zero, i.e. the start of the file.  The lines
  221. to copy remain at the original place too.
  222.  
  223.   mov
  224. Move line(s) command.  The move com