home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / epm603a.zip / EPMAPP.ZIP / EPM.HLP (.txt) < prev    next >
OS/2 Help File  |  1995-10-05  |  189KB  |  6,638 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. EPM Product Help ΓòÉΓòÉΓòÉ
  3.  
  4. EPM is a text editor you can use to create and edit your text files. It enables 
  5. you to work on multiple files at the same time. 
  6.  
  7. EPM begins with an empty edit window that you can enter text into beginning at 
  8. the cursor location.  After you have completed typing in your text: 
  9.  
  10.  1. Select File. 
  11.  2. Select Save as. 
  12.  3. Type a filename. 
  13.  
  14. EPM has a number of features.  For details, select from the list below: 
  15.  
  16. o Starting EPM from an OS/2 command prompt 
  17. o EPM Features 
  18. o Marking/Selecting text 
  19. o Issuing editor commands 
  20. o Recording keystrokes 
  21. o Configuring the mouse 
  22. o Direct file manipulation 
  23. o Stream versus line mode editing 
  24. o Rexx macros 
  25. o Edit ring 
  26. o Toolbar 
  27.  
  28.  
  29. ΓòÉΓòÉΓòÉ 2. EPM Features ΓòÉΓòÉΓòÉ
  30.  
  31. This section lists a number of EPM features which have been included in EPM for 
  32. a while, but which might not be known to some users. 
  33.  
  34.  1. Ring support - any number of files can be loaded into an edit window. 
  35.  
  36.  2. Host file editing - enter the command: 
  37.  
  38.         e ha:profile exec a
  39.     to edit your PROFILE EXEC on your VM host.  The EDIT, NAME, SAVE, FILE and 
  40.     GET commands all handle host filenames (both VM and MVS). 
  41.  
  42.  3. Passing commands - EPM commands can be passed to the editor from the 
  43.     command line, intermixed with filenames. 
  44.  
  45.  4. Edit shell - EPM can create a shell window in which you can enter OS/2 
  46.     commands and have the output entered in the window - even while you edit a 
  47.     different file in the ring. 
  48.  
  49.  5. Sort - EPM can sort text. 
  50.  
  51.  6. Math functions - EPM can function as a calculator.  You can enter an 
  52.     expression on the EPM command line and have EPM evaluate it for you (e.g., 
  53.     math 5 * (213 + 961) ), or mark a column of numbers and have EPM add or 
  54.     multiply them. 
  55.  
  56.  7. GREP - this is a Search option that lets you perform searches using regular 
  57.     expressions, a powerful feature that lets you search for patterns in 
  58.     addition to specific strings. 
  59.  
  60.  8. Keyboard macros - you can record a sequence of keystrokes using Ctrl+R at 
  61.     the start and end, then play them back using Ctrl+T to easily perform 
  62.     repetitive operations. 
  63.  
  64.  9. Keyword help - if you have the OS/2 2.x toolkit and/or the IBM C compiler, 
  65.     and have your system set up properly, by placing the cursor on a C keyword, 
  66.     C function, or OS/2 function call and pressing Ctrl+H, you will be 
  67.     presented with help for the becursored word.  This capability is driven by 
  68.     an index file (by default, EPMKWHLP.NDX).  You can easily create an index 
  69.     file that performs other actions for your own purposes. 
  70.  
  71. 10. DIR support - if you enter a DIR command on an EPM command line, the output 
  72.     will go into a separate file.  If you then place the cursor on a file in 
  73.     the directory listing and press Alt+1, the file will be loaded. (If you 
  74.     press the cursor on a directory, a DIR will be issued for that directory.) 
  75.  
  76. 11. Workframe integration - EPM supports drag&drop of files and error messages 
  77.     from the IBM Workframe/2. 
  78.  
  79. 12. Rexx profile - EPM has the ability to execute a Rexx profile every time an 
  80.     edit window is opened, allowing you to configure the window to your liking. 
  81.  
  82. 13. Bracket matching - place the cursor on a bracket, brace, parenthesis or 
  83.     angle bracket and press Ctrl+bracket, and the cursor will be moved to the 
  84.     matching open or close bracket (taking nesting into account). 
  85.  
  86. Next, a (partial) list of new features that EPM 6.0x has: 
  87.  
  88.  1. long lines - 5.51 supports up to 255 characters per line.  EPM 6.0x 
  89.     supports lines up to 1600 bytes, but in effect supports unlimited length 
  90.     lines because longer lines will be broken into 1600-byte pieces, which will 
  91.     be glued back together when the file is saved. 
  92.  
  93.  2. drag&drop - of files and marked text between edit windows, or edit window 
  94.     and desktop.  Also supports drop of fonts, colors, and bitmaps. 
  95.  
  96.  3. fast sort - much faster than 5.51, with no limit on amount that can be 
  97.     sorted. 
  98.  
  99.  4. proof - much faster performance than 5.51, with a new, custom dialog. 
  100.  
  101.  5. extended GREP (including subexpression replacement for Change command) - 
  102.     adds alternation, grouping, and macros (e.g., :o = optional whitespace; :q 
  103.     = quoted string) to the standard GREP search. 
  104.  
  105.  6. TAGS support - Can build a tags file listing all functions defined in your 
  106.     program, then place the cursor on a function and automatically jump to the 
  107.     file and position where that function is defined. 
  108.  
  109.  7. user-configurable toolbar - a button-bar that users can easily configure to 
  110.     add new functions to the editor.  A very simple toolbar is presented by 
  111.     default, but a large number of defined toobar action items and bitmaps are 
  112.     supplied.  In addition, a "Programmer's Toolbar" is provided which can be 
  113.     imported and used. 
  114.  
  115.  8. multiple views of a file within an edit window. 
  116.  
  117.  9. pop-up menus (context menus). 
  118.  
  119. 10. Tree support (Fileman-like functionality) - create a tree listing of all 
  120.     matching files on one or more drives, sort by any attribute, apply commands 
  121.     to all or marked files. 
  122.  
  123. 11. large .ex files - more efficient, and no more 64k size limit. 
  124.  
  125. 12. dynamic spell checking - optionally have words spell-checked as you type 
  126.     them in, with a beep and message if a word is misspelled. 
  127.  
  128. 13. voice recognition - dictation (IPDS) support. 
  129.  
  130. 14. keyword hilighting - support included for C, E, and Rexx. 
  131.  
  132. 15. binary editing - loading a file in binary lets the user edit the CR, LF, 
  133.     etc. 
  134.  
  135. 16. Enhanced bracket matching - can match #if / #else / #endif for C, COMPILE 
  136.     IF / COMPILE ELSE / COMPILE ENDIF for E, :ol., :eol., etc., for GML tags, 
  137.     /* and */ for comments, and SGML tags, as well as the single-character 
  138.     brackets supported by version 5.51. 
  139.  
  140. 17. Save ring as desktop object - can save the contents of the edit ring as a 
  141.     desktop object.  Opening that object will load all files that were 
  142.     originally in the ring, with the cursor at the original position in each 
  143.     file. 
  144.  
  145. 18. Negated searching - can search for a line not containing a specified 
  146.     string. 
  147.  
  148. 19. Word search - can search for a string as a word, rather than just as a 
  149.     substring.  Also useful for searching for 1-letter variable names without 
  150.     getting lots of false hits. 
  151.  
  152. 20. Case-match option for Change command - will match the case (all caps, all 
  153.     lower-case, initial cap, etc.) of each "hit" as it makes each change. 
  154.  
  155.  
  156. ΓòÉΓòÉΓòÉ 3. EPM Keys Help ΓòÉΓòÉΓòÉ
  157.  
  158. The key definitions for the EPM editor are divided into three groups: Function 
  159. Keys, which you use use to work with files and display help; Edit Window Keys, 
  160. which you use to move the cursor in the edit window; and Editing Keys, which 
  161. you use to display text editor keys. 
  162.  
  163. For key definitions in each of these groups, select from the list below: 
  164.  
  165. o Standard function keys 
  166. o EPM edit window keys 
  167. o EPM editing keys 
  168.  
  169.  
  170. ΓòÉΓòÉΓòÉ 3.1. Standard Function Keys ΓòÉΓòÉΓòÉ
  171.  
  172. F1 
  173.           Displays help. 
  174. F2 
  175.           Saves the current file. 
  176. F3 
  177.           Exits the current file. 
  178. F4 
  179.           Saves the current file. 
  180. F5 
  181.           Opens a new edit window. 
  182. F6 
  183.           Draws in the current file. 
  184. F7 
  185.           Renames the current file. 
  186. F8 
  187.           Edits a file. 
  188. F9 
  189.           Undo. 
  190. F10 
  191.           Switches between the menu bar and the file being edited. 
  192. F11 
  193.           Switches to the previous file in the edit ring. 
  194. F12 
  195.           Switches to the next file in the edit ring. 
  196.  
  197.  
  198. ΓòÉΓòÉΓòÉ 3.2. Edit Window Keys ΓòÉΓòÉΓòÉ
  199.  
  200. Alt+F4 
  201.           Closes the edit window. 
  202. Alt+F7 
  203.           Moves the edit window. 
  204. Alt+F8 
  205.           Sizes the edit window. 
  206. Alt+F9 
  207.           Minimizes the edit window. 
  208. Alt+F10 
  209.           Maximizes the edit window. 
  210. Shift+F1 
  211.           Scrolls the screen left one column. 
  212. Shift+F2 
  213.           Scrolls the screen right one column. 
  214. Shift+F3 
  215.           Scrolls the screen down one row. 
  216. Shift+F4 
  217.           Scrolls the screen up one row. 
  218. Shift+F5 
  219.           Scrolls the screen so that the line at the current cursor position is 
  220.           vertically centered. 
  221. End 
  222.           Moves the cursor to the end of the line. 
  223. Home 
  224.           Moves the cursor to the beginning of the line. 
  225. PgDn 
  226.           Moves the line at the current cursor position forward (down) one 
  227.           screen. 
  228. PgUp 
  229.           Moves the line at the current cursor position backward (up) one 
  230.           screen. 
  231. Tab 
  232.           Moves the cursor to the next tab stop. 
  233. Shift+Tab 
  234.           Moves the cursor to the previous tab stop. 
  235.  
  236.  
  237. ΓòÉΓòÉΓòÉ 3.3. Editing Keys ΓòÉΓòÉΓòÉ
  238.  
  239. Alt+F1 
  240.           Inserts a list of various graphic characters at the current cursor 
  241.           position. 
  242. Alt+A 
  243.           Adjusts the mark. 
  244. Alt+B 
  245.           Block-marks the current cursor position. 
  246. Alt+C (*) 
  247.           Copies the marked text. 
  248. Alt+D 
  249.           Deletes the current mark. 
  250. Alt+E (*) 
  251.           Moves the cursor to the end of the current mark. 
  252. Alt+F (*) 
  253.           Prompts you for a character and fills the current mark with the 
  254.           specified character. 
  255. Alt+J 
  256.           Joins the next line with line at the current cursor position, 
  257.           separated by a space. 
  258. Alt+L 
  259.           Line-marks the line at the current cursor position. 
  260. Alt+M 
  261.           Moves the current mark. 
  262. Alt+N 
  263.           Types the current file name at the current cursor position. 
  264. Alt+O (*) 
  265.           Overlay the current mark. 
  266. Alt+P 
  267.           Reformats the paragraph, starting at the current cursor position, 
  268.           using the current margins. 
  269. Alt+R 
  270.           Reformats a marked block of text to a new set of margins. 
  271. Alt+S (*) 
  272.           Splits the line at the current cursor position. 
  273. Alt+T 
  274.           Centers the text within the current mark (or margins, if no mark). 
  275. Alt+U 
  276.           Removes the current mark. 
  277. Alt+W 
  278.           Marks the word at the current cursor position using a character mark. 
  279. Alt+Y 
  280.           Moves the cursor to the beginning of the current mark. 
  281. Alt+Z 
  282.           Character-marks the current character. 
  283. Alt+1 
  284.           Edits the file name on the line at the current cursor position. 
  285. Alt+0 
  286.           Executes the line at the current cursor position, or all lines within 
  287.           the line at the current cursor position mark. 
  288. Alt+= 
  289.           Executes the line at the current cursor position, or all lines within 
  290.           the line mark. 
  291. Alt+/ 
  292.           Move to the next bookmark. 
  293. Alt+\ 
  294.           Move to the previous bookmark. 
  295. Ctrl+F1 
  296.           Converts current word to uppercase. 
  297. Ctrl+F2 
  298.           Converts current word to lowercase. 
  299. Ctrl+F3 
  300.           Converts marked text to uppercase. 
  301. Ctrl+F4 
  302.           Converts marked text to lowercase. 
  303. Ctrl+F5 
  304.           Moves the cursor to the beginning of the current word. 
  305. Ctrl+F6 
  306.           Moves the cursor to the end of the current word. 
  307. Ctrl+F7 
  308.           Shifts marked text to the left one column.  (Block or line marks 
  309.           only.) 
  310. Ctrl+F8 
  311.           Shifts marked text to the right one column.  (Block or line marks 
  312.           only.) 
  313. Ctrl+B 
  314.           Activates the List Bookmarks dialog. 
  315. Ctrl+C 
  316.           Repeats the last CHANGE command. 
  317. Ctrl+D 
  318.           Erases from the current cursor position to the beginning of the next 
  319.           word. 
  320. Ctrl+E 
  321.           Erases from the current cursor position to the end of the line. 
  322. Ctrl+F 
  323.           Repeats the last LOCATE command. 
  324. Ctrl+I 
  325.           Displays the EPM command line. 
  326. Ctrl+L 
  327.           Copies the line at the current cursor position to the command line. 
  328. Ctrl+M 
  329.           Activates the Set Bookmarks dialog. 
  330. Ctrl+Q 
  331.           Switches between the search file and the results of the ALL command. 
  332. Ctrl+R 
  333.           Starts and stops recording keystrokes. 
  334. Ctrl+S 
  335.           Activates the Search dialog. 
  336. Ctrl+T 
  337.           Plays back a set of recorded keystrokes. 
  338. Ctrl+2 
  339.           Types an ASCII 0 (NUL character). 
  340. Ctrl+6 
  341.           Types a '╨║'. 
  342. Ctrl+9 
  343.           Types a '{' (left brace). 
  344. Ctrl+0 
  345.           Types a '}' (right brace). 
  346. Ctrl+Backspace 
  347.           Deletes the current line. 
  348. Ctrl+Enter 
  349.           Moves cursor to the beginning of the next line.  (configurable) 
  350. Ctrl+Left 
  351.           Moves the cursor to the beginning of the word. 
  352. Ctrl+Right 
  353.           Moves the cursor to the beginning of the next word. 
  354. Ctrl+/ 
  355.           Character-marks the entire file. 
  356. Ctrl+\ 
  357.           Removes the current mark. 
  358. Ctrl+[ 
  359.           Finds the bracket that matches the current character, taking nesting 
  360.           into account.  Matchable characters are (){}[]<> (parentheses, 
  361.           braces, brackets, and angle brackets). Also matches strings, as 
  362.           follows: 
  363.  
  364.    If the cursor is on a '/*' or '*/', will find the matching comment 
  365.    delimiter.  It is assumed that comments are allowed to nest (which is true 
  366.    for E and Rexx, but not true for C). 
  367.  
  368.    If the cursor is on a #if, #ifdef, #ifndef, #else, #elif, or #endif, will 
  369.    find the matching start or end.  (If the cursor is on a #else or #elif, will 
  370.    jump first to the start.  Press the key again to jump to the end.) 
  371.  
  372.    If the cursor is on the word COMPILE, followed by IF, ELSE, ELSEIF, or 
  373.    ENDIF, will find the matching start or end.  (If the cursor is on a #else or 
  374.    #elif, will jump first to the start.  Press the key again to jump to the 
  375.    end.) 
  376.  
  377.    If the cursor is on one of :ol, :eol, :sl, :esl, :ul, :eul, :dl, :edl, 
  378.    :parml, or :eparml, will find the matching tag. 
  379. Ctrl+] 
  380.           Same as Ctrl+[. 
  381. Esc 
  382.           Displays the EPM command line. (ESCAPEKEY must be on.) 
  383. Del 
  384.           Deletes the character at the current cursor position. 
  385. Ins 
  386.           Switches between insert and replace modes. 
  387.  
  388. (*)These definitions will be blocked if the Menu Accelerators option is 
  389. selected.  Instead, the key will activate the corresponding action bar menu 
  390. item. 
  391.  
  392.  
  393. ΓòÉΓòÉΓòÉ 4. Mark Types ΓòÉΓòÉΓòÉ
  394.  
  395. There are three types of marked or selected text:  Block, Line, and Character. 
  396. Advanced mode uses all three types, while basic mode uses only Character marks. 
  397. A detailed description about how to mark or select each type follows: 
  398.  
  399. Block 
  400.           A block mark is a rectangular area of text.  To mark a block: 
  401.  
  402.     1. Position the cursor in the upper-right corner of the desired block. 
  403.     2. Press Alt+B. 
  404.     3. Position the cursor in the lower left corner of the desired block. 
  405.     4. Press Alt+B. 
  406.  
  407.        Note:  When you delete a block of text, the text is erased but the space 
  408.               that contained the text remains in the file -it is not closed. To 
  409.               close the space, you must use a line or character mark to delete 
  410.               the text.
  411.  
  412.  
  413. Line 
  414.           A line mark is a mark of a line or a set of lines.  To mark the line: 
  415.  
  416.     1. Position the cursor in the first line to be marked. 
  417.     2. Press Alt+L. 
  418.     3. Position the cursor in the last line to be marked. 
  419.     4. Press Alt+L. 
  420. Character 
  421.           A character mark is a mark of a character or set of characters. To 
  422.           mark characters: 
  423.  
  424.     1. Position the cursor on the first character to be marked. 
  425.     2. Press Alt+Z. 
  426.     3. Position the cursor on the last character to be marked. 
  427.     4. Press Alt+Z. 
  428.  
  429. Related Information: 
  430.  
  431. Mark Operations 
  432.  
  433.  
  434. ΓòÉΓòÉΓòÉ 5. Mark Operations ΓòÉΓòÉΓòÉ
  435.  
  436. There are several mark operations that can be performed.  The most frequently 
  437. performed options and their key combinations are listed below: 
  438.  
  439. Alt+A (Adjust Mark) 
  440.           Copies the marked text, overlaying the text starting at the current 
  441.           cursor position and filling the original text position with blanks. 
  442. Alt+C (Copy Mark) (*) 
  443.           Copies the marked text to the current cursor position.  The original 
  444.           text remains in its position. With line marks, the marked lines are 
  445.           copied after the line the cursor is on. 
  446. Alt+D (Delete Mark) 
  447.           Deletes the marked text from the file. 
  448. Alt+E (End Mark) (*) 
  449.           Moves the cursor to the end of the mark.  If the mark is a line mark, 
  450.           the column position of the cursor is preserved. 
  451. Alt+M (Move Mark) 
  452.           Moves the marked text from its current position to the cursor 
  453.           position, as in the Copy Mark command. 
  454. Alt+O (Overlay Mark) (*) 
  455.           Overwrites the text at the current cursor position with a copy of the 
  456.           marked text. 
  457. Alt+T (Center Mark) 
  458.           Centers the text within the mark. 
  459. Alt+U (Unmark) 
  460.           Unmarks any mark within the current ring. 
  461. Alt+Y (Begin Mark) 
  462.           Moves the cursor to the beginning of the mark.  If the mark is a line 
  463.           mark, the column position of the cursor is preserved. 
  464.  
  465. (*)These definitions will be blocked if the Menu Accelerators option is 
  466. selected.  Instead, the key will activate the corresponding action bar menu 
  467. item. 
  468.  
  469.  
  470. ΓòÉΓòÉΓòÉ 6. Recording Keystrokes ΓòÉΓòÉΓòÉ
  471.  
  472. With the EPM editor you can record a set of keystrokes to be played back at a 
  473. later time.  This is helpful if you are performing a particular action 
  474. repeatedly. 
  475.  
  476. To record keystrokes: 
  477.  
  478.  1. Press Ctrl+R to start recording. 
  479.  2. Type the keys that you want recorded. 
  480.  3. Press Ctrl+R to stop recording. 
  481.  
  482. Press Ctrl+T to playback the recorded keystrokes. 
  483.  
  484. For example, suppose you type DIR to get a directory listing of the current 
  485. directory. 
  486.  
  487.  Volume in drive C is MYDISK
  488.  The Volume Serial Number is 0123:4567
  489.  Directory of C:\TCPIP\LAMAIL
  490.  
  491. ALL          <DIR>      1-01-90  12:01a
  492. ALL      NDX       87   1-01-90  12:01a
  493. OUT          <DIR>      1-01-90  12:01a
  494. OUT      NDX       87   1-01-90  12:01a
  495. PERSONAL     <DIR>      1-01-90  12:01a
  496. PERSONAL NDX       87   1-01-90  12:01a
  497. STUFF        <DIR>      1-01-90  12:01a
  498. STUFF    NDX       87   1-01-90  12:01a
  499. MORESTUF     <DIR>      1-01-90  12:01a
  500. MORESTUF NDX       87   1-01-90  12:01a
  501.  
  502. You wish to convert all of the file names from the "DIR" format to the 
  503. "name.ext" format. 
  504.  
  505. After deleting all lines but the files (not subdirectories) and the file 
  506. information (show size, date, and time), you have left: 
  507.  
  508. ALL      NDX
  509. OUT      NDX
  510. PERSONAL NDX
  511. STUFF    NDX
  512. MORESTUF NDX
  513.  
  514. Place your cursor at the beginning of the first line and press Ctrl+R to start 
  515. recording. Press the following keys: 
  516.  
  517.  1. Ctrl+F6 
  518.  2. Right "." 
  519.  3. Alt+B 
  520.  4. Ctrl+Right 
  521.  5. Left 
  522.  6. Alt+B 
  523.  7. Alt+D 
  524.  8. Down 
  525.  9. Home 
  526. 10. Ctrl+R 
  527. You have recorded the keystrokes to convert one file name.  Now press Ctrl+T 
  528. twice to playback the keystrokes, and the files are converted. 
  529.  
  530. There are a total of five files. 
  531.  
  532. ALL.NDX
  533. OUT.NDX
  534. PERSONAL.NDX
  535. STUFF.NDX
  536. MORESTUF.NDX
  537.  
  538.  
  539. ΓòÉΓòÉΓòÉ 7. Configuring the Mouse ΓòÉΓòÉΓòÉ
  540.  
  541. You can configure the mouse to be in either the basic marking mode or the 
  542. advanced marking mode.  The default is the basic marking mode.  In the basic 
  543. marking mode, the mark is only usable for deleting text or copying it to the 
  544. clipboard  Typing any text character deletes the marked text and replaces it 
  545. with the entered character.  The basic marking mode mouse actions are: 
  546.  
  547. Button 1 click 
  548.           Move cursor position to mouse pointer and unmark. 
  549. Button 1 + Shift 
  550.           Mark text from cursor position to mouse pointer. 
  551. Button 1 click and drag 
  552.           Mark text as you drag. 
  553. Button 1 double-click 
  554.           Move cursor position to mouse pointer and mark the word. 
  555.  
  556. In advanced marking mode, a mark stays until you explicitly delete it or 
  557. unmark.  The advanced marking mode mouse actions are: 
  558.  
  559. Button 1 click 
  560.           Move cursor position to mouse pointer. 
  561. Button 1 + Shift 
  562.           Mark text from cursor position to mouse pointer. 
  563. Button 1 click and drag 
  564.           Block mark text as you drag. 
  565. Button 2 click and drag 
  566.           Line mark text as you drag. If you start dragging inside a marked 
  567.           region, this will instead initiate a drag of the marked text.  The 
  568.           text will be moved (or copied, if the Ctrl key is pressed as well) to 
  569.           wherever you drop it. 
  570. Button 1 + Ctrl + drag 
  571.           Character mark text as you drag. 
  572. Button 1 double-click 
  573.           Unmark text. 
  574. Button 1 + Ctrl + double-click 
  575.           Ask for help for the token under the mouse pointer.  Looks up the 
  576.           word in an index file (EPMKWHLP.NDX, or the file or files listed in 
  577.           the HELPNDX environment setting; multiple files must be separated by 
  578.           plus signs). Index files are provided by your applications, not as 
  579.           part of EPM.  For example, the OS/2 2.0 Toolkit includes an 
  580.           EPMKWHLP.NDX, and the IBM C Set/2 compiler comes with a DDE4.NDX. 
  581.           The index file will be looked for in the current directory, along the 
  582.           EPMPATH, DPATH, in the directory from which EPM was loaded, and 
  583.           finally along the PATH. 
  584. Button 2 double-click 
  585.           Move cursor position to mouse pointer and mark the (space-delimited) 
  586.           word. 
  587. Button 2 + Ctrl + double-click 
  588.           Move cursor position to mouse pointer and mark the token according to 
  589.           the parsing rules for the C language.  E.g., in the line: 
  590.  
  591.                     s = substr(string, start, end);
  592.           placing the cursor somewhere on string and performing a Button 2 + 
  593.           Ctrl + double-click will result in just string being selected, while 
  594.           performing a Button 2 double-click will result in substr(string, 
  595.           being selected. 
  596. Button 2 + Shift + double-click 
  597.           Search for the next occurrance of the token under the mouse cursor 
  598.           (parsed for the C language, as above).  The search starts after the 
  599.           token. The current mark, if any, is not affected. 
  600.  
  601. In either mode, clicking both mouse buttons together will bring up the List 
  602. ring dialog, if more than one file is loaded in the edit window, much as 
  603. clicking both mouse buttons on the desktop brings up the Window List dialog. 
  604.  
  605. To select advanced marking mode: 
  606.  
  607.  1. Select Options. 
  608.  2. Select Preferences. 
  609.  3. Select Advanced marking. 
  610.  
  611. To save the mark mode setting: 
  612.  
  613.  1. Select Options. 
  614.  2. Select Save options. 
  615.  
  616. Related Information: 
  617.  
  618. o Mark types 
  619. o Mark operations 
  620.  
  621.  
  622. ΓòÉΓòÉΓòÉ 8. Direct File Manipulation with the File Symbol ΓòÉΓòÉΓòÉ
  623.  
  624. The File symbol is located in the top left corner of the edit window. It looks 
  625. like a sheet of paper with the top right corner folded down. It can be used to: 
  626.  
  627. o Print the visible file. 
  628. o Copy a file to another edit window. 
  629. o Create another edit window containing your file. 
  630. o Copy files to an open file directory folder. 
  631.  
  632. The File symbol is manipulated in the following way: 
  633.  
  634. Select the File symbol by pointing to it with the mouse pointer and pressing 
  635. button 2.  Keeping button 2 down, move the mouse pointer over one of the 
  636. following: 
  637.  
  638. o An EPM edit window, to copy the file. 
  639. o The EPM icon, to create another edit window containing your file. 
  640. o An open directory, to copy the file to that directory. 
  641.  
  642.  
  643. ΓòÉΓòÉΓòÉ 9. The EPM Toolbar ΓòÉΓòÉΓòÉ
  644.  
  645. The toolbar is a user-configurable button bar at the top of the edit window, 
  646. which acts as an extension of the action bar.  You can copy or move buttons 
  647. around (within a toolbar or across edit windows) using drag&drop. You can edit 
  648. the toolbar, and save the results by name, by bringing up the toolbar's pop-up 
  649. menu (by default, clicking mouse button 2 over the toolbar will do this). You 
  650. can select either the built-in toolbar or any saved toolbar (or turn the 
  651. toolbar on and off) via the Toolbars page of the Settings notebook.  (Note that 
  652. you might have to scroll the notebook tabs down in order to access this page.) 
  653. You can configure the way the toolbar is presented via the Toolbar Style page 
  654. of the Settings notebook. 
  655.  
  656. In addition to the pre-defined actions, you can set a toolbar item to execute 
  657. any external command by selecting an action of ExecuteCommand, or any EPM 
  658. command by selecting an action of '*'.  In either case, the desired command 
  659. gets entered in the Parameters field.  Using EPM's MC command, you can enter a 
  660. number of commands to be executed when the toolbar item is selected. 
  661.  
  662. The initial set of actions available in the Functionslist is derived from the 
  663. set of *.ex files whose names appear in your Actions.LST file.  If you have the 
  664. macros source and macro compiler, you can create your own actions files, using 
  665. SAMPACTN.E as an example, then add the name of the resulting .ex file to 
  666. Actions.LST. 
  667.  
  668.  
  669. ΓòÉΓòÉΓòÉ 10. Help for Search ΓòÉΓòÉΓòÉ
  670.  
  671. Use this window to search for a string of text or search for and replace a 
  672. string of text. 
  673.  
  674. To search for text: 
  675.  
  676.  1. Type the search_string in the Search field. 
  677.  2. Select Find to search for text.  Find can be selected multiple times to 
  678.     find successive occurrences of the search string. 
  679.  3. Select Cancel to close the window. 
  680.  
  681. To replace a string of text: 
  682.  
  683.  1. Type the search_string in the Search field. 
  684.  2. Type the replace_string that will replace the search_string in the Replace 
  685.     field. 
  686.  3. Select either: 
  687.  
  688.    o Change to find the next occurrence of the search_string and change it to 
  689.      the replace_string. 
  690.    o Change, then find, to do the same as Change, and then search for the next 
  691.      occurrence of the search_string after the change has been made. 
  692.  
  693. Alt+F6 can be used to toggle between the Search dialog and the edit window. 
  694.  
  695. Note:  The search normally begins from the current cursor position.  The entire 
  696.        file is searched only if the cursor is at the beginning of the first 
  697.        line, or if the Start at Top option is selected. 
  698.  
  699. Related Information: 
  700.  
  701. o Search 
  702. o Replace 
  703. o Options 
  704. o Find 
  705. o Change 
  706. o Change, then find 
  707. o Find, cancel 
  708. o Cancel 
  709.  
  710.  
  711. ΓòÉΓòÉΓòÉ 11. Help for Search ΓòÉΓòÉΓòÉ
  712.  
  713. Type in the Search filed the text you want to find.  The text you type is 
  714. called the search_string. 
  715.  
  716.  
  717. ΓòÉΓòÉΓòÉ 12. Help for Replace ΓòÉΓòÉΓòÉ
  718.  
  719. Type in the Replace field the text you want to put in place of the text in the 
  720. Search field.  The text in the Replace field is called the replace_string. 
  721.  
  722.  
  723. ΓòÉΓòÉΓòÉ 13. Help for Options ΓòÉΓòÉΓòÉ
  724.  
  725. You can choose any of the following options: 
  726.  
  727. Ignore case 
  728.           Ignores case in the search_string.  For example, "Search", "search", 
  729.           and "SEARCH" are treated the same. 
  730. Reverse search 
  731.           Searches from the current cursor position to the beginning of the 
  732.           file. 
  733. Change all 
  734.           Causes all occurrences of the search_string to be overwritten by the 
  735.           replace_string. 
  736. Marked area 
  737.           Searches only the marked text. 
  738. Match case 
  739.           when Change is selected, causes each occurrance of replace_string 
  740.           that replaces an instance of search_string to be replaced in the same 
  741.           case (all upper, all lower, initial capital, etc.) as that instance 
  742.           of search_string.  (See the /K option of the Change command for an 
  743.           example.) 
  744. Negate search 
  745.           Search for a line not containing search_string. 
  746. Normal 
  747.           Perform a normal search (i.e., not one of Word, GREP, or EGREP). 
  748. Word 
  749.           Search for search_string occurring as a separate word. 
  750. GREP 
  751.           Searches using the GREP option. 
  752. EGREP 
  753.           Searches using the Extended GREP option. 
  754. Cursor 
  755.           Start the search at the cursor position. 
  756. Top 
  757.           Start the search from the top of the file.  (This will turn off the 
  758.           Reverse search option if it was checked.) 
  759. Bottom 
  760.           Start the search from the bottom of the file.  (This will turn on the 
  761.           Reverse search option if it was not already checked.) 
  762.  
  763.  
  764. ΓòÉΓòÉΓòÉ 14. Help for Find ΓòÉΓòÉΓòÉ
  765.  
  766. Select Find to locate the search_string within the current file. 
  767.  
  768.  
  769. ΓòÉΓòÉΓòÉ 15. Help for Change ΓòÉΓòÉΓòÉ
  770.  
  771. Select Change to replace the found text with the replace_string. 
  772.  
  773.  
  774. ΓòÉΓòÉΓòÉ 16. Help for Change, then Find ΓòÉΓòÉΓòÉ
  775.  
  776. Select Change, then find to replace the first occurrence of the found text with 
  777. the replace_string and then find the next occurrence of the search_string 
  778.  
  779.  
  780. ΓòÉΓòÉΓòÉ 17. Help for Find, Cancel ΓòÉΓòÉΓòÉ
  781.  
  782. Select Find, cancel to search for the first occurrence of the search_string and 
  783. then exit the Search window. 
  784.  
  785.  
  786. ΓòÉΓòÉΓòÉ 18. Help for Command ΓòÉΓòÉΓòÉ
  787.  
  788. Use this window to type editor commands.  To enter a command: 
  789.  
  790.  1. Select a command from the selection list or type a command in the entry 
  791.     field. 
  792.  2. Select OK. 
  793.  
  794. As you type a command, the editor will attempt to match what you're typing with 
  795. an existing line in the selection list. At any point you can press Ctrl+O to 
  796. select the matched line in the list, or Ctrl+F to find the next matching line. 
  797. Ctrl+Backspace will delete the line from the list. 
  798.  
  799. Note:  Commands in the selection list are saved between sessions of the editor.
  800.  
  801.  Related Information: 
  802.  
  803. o Editor commands 
  804. o OK 
  805. o Cancel 
  806.  
  807.  
  808. ΓòÉΓòÉΓòÉ 19. Help for Messages ΓòÉΓòÉΓòÉ
  809.  
  810. Use this window to display or review error messages. 
  811.  
  812. Select an error message from the selection list to have it displayed in the 
  813. entry field. The message can be marked and copied from the entry field to the 
  814. clipboard. 
  815.  
  816. Related Information: 
  817.  
  818. o Cancel 
  819.  
  820.  
  821. ΓòÉΓòÉΓòÉ 20. Help for Describe Error ΓòÉΓòÉΓòÉ
  822.  
  823. The list displays all errors associated with the current line.  The following 
  824. options are available: 
  825.  
  826. Details 
  827.           Displays a help panel giving additional information on the error 
  828.           message, if this information was provided by the compiler vendor. 
  829. Cancel 
  830.           Returns control to the edit window. 
  831. Help 
  832.           Displays this panel. 
  833.  
  834.  
  835. ΓòÉΓòÉΓòÉ 21. Help for Save Toolbar ΓòÉΓòÉΓòÉ
  836.  
  837. Enter a name for the current toolbar, then select Save As to save the current 
  838. toolbar.  Use the Settings dialog if you wish to make this the default toolbar. 
  839.  
  840.  
  841. ΓòÉΓòÉΓòÉ 22. Help for Tabs & Margins ΓòÉΓòÉΓòÉ
  842.  
  843. To set the edit window tabs: 
  844.  
  845. Type the tab settings.  You can type either a single number to use as an 
  846. increment, or you can type a series of numbers separated by a space that will 
  847. be used as column positions.  In both cases, column one is used as a starting 
  848. point. 
  849.  
  850. To set the left, right, and paragraph margins: For each setting, drag the 
  851. slider arm, select the left or right slider button, or type a new value. The 
  852. changes will be applied when you close the notebook. 
  853.  
  854. For a detailed explanation of each field, select from the list below: 
  855.  
  856. o Margins 
  857. o Undo 
  858. o Default 
  859. o Save settings 
  860.  
  861.  
  862. ΓòÉΓòÉΓòÉ 23. Help for Margins ΓòÉΓòÉΓòÉ
  863.  
  864. The left and right margins control where the cursor is positioned when typing 
  865. text.  If you type beyond the right margin, the word you are typing is moved to 
  866. a new line starting at the left margin. 
  867.  
  868. When you reformat a paragraph, it is justified so that all lines are between 
  869. the left margin and the right margin, except the first line, which starts at 
  870. the paragraph margin. 
  871.  
  872. Related Information: 
  873.  
  874. Reformatting a paragraph 
  875.  
  876.  
  877. ΓòÉΓòÉΓòÉ 24. Help for Colors ΓòÉΓòÉΓòÉ
  878.  
  879. Use this window to set the colors used by the editor.  To change colors: 
  880.  
  881.  1. Select a field from the Field selection selection list. 
  882.  2. Select the Set background or Set foreground radio button. 
  883.  3. Select a color from the Color selection selection list. 
  884.  4. Close the notebook to apply the changes. 
  885.  
  886. Note:  As you change colors, Sample Text will reflect your changes.
  887.  
  888. For a detailed explanation of each field, select from the list below: 
  889.  
  890. o Field selection 
  891. o Color selection 
  892. o Set background 
  893. o Set foreground 
  894. o Undo 
  895. o Default 
  896. o Save settings 
  897.  
  898.  
  899. ΓòÉΓòÉΓòÉ 25. Help for Field Selection ΓòÉΓòÉΓòÉ
  900.  
  901. Use Field selection to select the field you want to change. The four fields 
  902. that you can choose from are: 
  903.  
  904. Text 
  905.           Color of normal text. 
  906. Mark 
  907.           Color of a marked area. 
  908. Status 
  909.           Color of the status line, if enabled, containing the line and column 
  910.           numbers. 
  911. Message 
  912.           Color of the message line, if enabled, and the color in which 
  913.           messages will be displayed. 
  914.  
  915.  
  916. ΓòÉΓòÉΓòÉ 26. Help for Color Selection ΓòÉΓòÉΓòÉ
  917.  
  918. Use Color selection to select the color that you want to paint the selected 
  919. field.  Select the color you want from the selection list. 
  920.  
  921.  
  922. ΓòÉΓòÉΓòÉ 27. Help for Set Background ΓòÉΓòÉΓòÉ
  923.  
  924. Select the Set background radio button to color the background of the selected 
  925. field with the selected color. 
  926.  
  927.  
  928. ΓòÉΓòÉΓòÉ 28. Help for Set Foreground ΓòÉΓòÉΓòÉ
  929.  
  930. Select the Set Foreground radio button to color the foreground of the selected 
  931. field with the selected color. 
  932.  
  933.  
  934. ΓòÉΓòÉΓòÉ 29. Help for Paths ΓòÉΓòÉΓòÉ
  935.  
  936. To enter paths: 
  937.  
  938.  1. Type a temporary path. 
  939.  2. Close the notebook to apply the changes. 
  940.  
  941. For a detailed explanation of each field, select from the list below: 
  942.  
  943. o Temporary path 
  944. o Undo 
  945. o Default 
  946. o Save settings 
  947.  
  948.  
  949. ΓòÉΓòÉΓòÉ 30. Help for Paths ΓòÉΓòÉΓòÉ
  950.  
  951. To enter paths: 
  952.  
  953.  1. Type a temporary path. 
  954.  2. Type a dictionary path and file name. 
  955.  3. Type a personal dictionary path and file name. 
  956.  4. Close the notebook to apply the changes. 
  957.  
  958. For a detailed explanation of each field, select from the list below: 
  959.  
  960. o Temporary path 
  961. o Dictionary file 
  962. o Personal dictionary 
  963. o Undo 
  964. o Default 
  965. o Save settings 
  966.  
  967.  
  968. ΓòÉΓòÉΓòÉ 31. Help for Autosave Path ΓòÉΓòÉΓòÉ
  969.  
  970. The subdirectory in which autosave files are stored. 
  971.  
  972. Note:  If you select a temporary disk (VDISK), your autosave files will be lost 
  973.        if the system loses power while you are updating a file.
  974.  
  975. Do not select a temporary disk because they only exist until you reboot, and 
  976. while power is not interrupted. 
  977.  
  978. Note:  If you do not specify an autosave path, the current directory is used.
  979.  
  980.  
  981. ΓòÉΓòÉΓòÉ 32. Help for Temporary Path ΓòÉΓòÉΓòÉ
  982.  
  983. Use Temporary paths to select the directory where temporary files are created. 
  984.  
  985. This directory should be on a temporary disk, if you have one with room to 
  986. spare, both for speed and so you don't have to explicitly erase the files.  A 
  987. temporary disk exists only until you reboot, and while power is not 
  988. interrupted. 
  989.  
  990. Note:  If you do not specify a temporary path, the current directory is used.
  991.  
  992.  
  993. ΓòÉΓòÉΓòÉ 33. Help for Dictionary File ΓòÉΓòÉΓòÉ
  994.  
  995. Use Dictionary file to specify the path and file name of the file to be used 
  996. for spell checking. 
  997.  
  998.  
  999. ΓòÉΓòÉΓòÉ 34. Help for Personal Dictionary ΓòÉΓòÉΓòÉ
  1000.  
  1001. Use Personal dictionary to specify where your personal dictionary addenda 
  1002. exists or should be created.  Your personal dictionary addenda file is used 
  1003. during the proof function. 
  1004.  
  1005.  
  1006. ΓòÉΓòÉΓòÉ 35. Help for Autosave ΓòÉΓòÉΓòÉ
  1007.  
  1008. Use this window to control the number of modifications that are required to be 
  1009. made to a file before it is automatically saved.  Set the number to 0 to turn 
  1010. off the autosaving feature. 
  1011.  
  1012. For a detailed explanation of each field, select from the list below: 
  1013.  
  1014. o Autosave 
  1015. o Autosave path 
  1016. o Undo 
  1017. o Default 
  1018. o Save settings 
  1019.  
  1020.  
  1021. ΓòÉΓòÉΓòÉ 36. Help for Autosave ΓòÉΓòÉΓòÉ
  1022.  
  1023. Use Autosave to specify the number of changes that have to be made to a file 
  1024. before it is automatically saved.  To specify the number, select the slider 
  1025. button, drag the slider arm, or type a new value in the field. 
  1026.  
  1027.  
  1028. ΓòÉΓòÉΓòÉ 37. Help for Fonts ΓòÉΓòÉΓòÉ
  1029.  
  1030. To change the editor fonts: 
  1031.  
  1032.  1. Select Font name. 
  1033.  2. Select Size. 
  1034.  3. Select any of the following attributes by selecting the symbol that 
  1035.     corresponds to the desired feature: 
  1036.  
  1037.    o Bold 
  1038.    o Italic 
  1039.    o Underlined 
  1040.    o Strikeout 
  1041.    o Outline 
  1042.  
  1043.  4. Select the area to which you wish the change to apply by selecting from the 
  1044.     listbox at the lower left of the window. 
  1045.  
  1046.    Text      is the default font for the text file being edited. 
  1047.    Status line is the font used on the status line. 
  1048.    Message line is the font used on the message line, and for messages that are 
  1049.              displayed elsewhere when the message line is turned off. 
  1050.  
  1051.  5. Close the notebook to apply the changes. 
  1052.  
  1053. As you change fonts, Sample Text will change to show you what the font and 
  1054. attributes look like. 
  1055.  
  1056. For a detailed explanation of each field, select from the list below: 
  1057.  
  1058. o Font name 
  1059. o Size 
  1060. o Undo 
  1061. o Default 
  1062. o Save settings 
  1063.  
  1064.  
  1065. ΓòÉΓòÉΓòÉ 38. Help for Font Name ΓòÉΓòÉΓòÉ
  1066.  
  1067. Use Font name to specify the font you want to use.  Select the arrow to the 
  1068. right to display the entire selection list; then select the font that you want. 
  1069.  
  1070.  
  1071. ΓòÉΓòÉΓòÉ 39. Help for Size ΓòÉΓòÉΓòÉ
  1072.  
  1073. Use Size to adjust the size of the font.  Select the arrow to the right to 
  1074. display the entire selection list; then select the font size that you want. 
  1075.  
  1076.  
  1077. ΓòÉΓòÉΓòÉ 40. Help for Keys ΓòÉΓòÉΓòÉ
  1078.  
  1079. To define an action for the Enter key: 
  1080.  
  1081.  1. Select a key or key combination from the top selection list. 
  1082.  2. Select an action from the bottom selection list. 
  1083.  3. Close the notebook to apply the changes. 
  1084.  
  1085. For a detailed explanation of each field, select from the list below: 
  1086.  
  1087. o Undo 
  1088. o Default 
  1089. o Save settings 
  1090.  
  1091.  
  1092. ΓòÉΓòÉΓòÉ 41. Help for Frame Controls ΓòÉΓòÉΓòÉ
  1093.  
  1094. Use this page to configure which edit window frame controls you want to be 
  1095. present, and where you want them to be located. A check mark appears next to 
  1096. each choice if it is currently active. The selections are: 
  1097.  
  1098. Status window 
  1099.           Controls whether or not the status line window is present. 
  1100. Message window 
  1101.           Controls whether or not the message line window is present. If the 
  1102.           message window is off but the status window is on, then messages will 
  1103.           appear temporarily overlaying the status line. If both are off, then 
  1104.           messages will temporarily overlay a portion of the file area. 
  1105. Above 
  1106.           Select this to have the status and message windows appear above the 
  1107.           edit window. 
  1108. Below 
  1109.           Select this to have the status and message windows appear below the 
  1110.           edit window. 
  1111. Vertical scroll bar 
  1112.           Controls whether or not the vertical scroll bar is present. 
  1113. Horizontal scroll bar 
  1114.           Controls whether or not the horizontal scroll bar is present. 
  1115. Background bitmap 
  1116.           Controls whether or not a background bitmap is displayed behind the 
  1117.           text area of the edit window. 
  1118. Bitmap name 
  1119.           The name of a bitmap file can be entered in this entry field. This 
  1120.           will be used for the background bitmap if the above selection is 
  1121.           checked.  The default is that a built-in bitmap will be used. 
  1122.  
  1123. Close the notebook to apply the changes. 
  1124.  
  1125. For a detailed explanation of each field, select from the list below: 
  1126.  
  1127. o Undo 
  1128. o Default 
  1129. o Save settings 
  1130.  
  1131.  
  1132. ΓòÉΓòÉΓòÉ 42. Help for Miscellaneous ΓòÉΓòÉΓòÉ
  1133.  
  1134. Use this page to configure various edit-mode settings. A check mark appears 
  1135. next to each choice if it is currently active. The selections are: 
  1136.  
  1137. CUA marking 
  1138.           Controls whether the editor uses CUA-style marking or the advanced 
  1139.           marking mode. 
  1140. Stream mode editing 
  1141.           Controls whether the editor uses stream-mode editing, like a word 
  1142.           processor, or line mode editing, like a mainframe text editor. 
  1143. Rexx profile 
  1144.           Controls whether a Rexx profile, PROFILE.ERX, will be executed every 
  1145.           time an edit window is opened.  The profile will be searched for 
  1146.           along the EPMPATH and PATH. 
  1147. Long file name support 
  1148.           Controls whether or not the .LONGNAMES Extended Attribute is 
  1149.           supported.  See the LONGNAMES command for further details. 
  1150. Menu accelerators 
  1151.           Controls whether or not menu accelerators are enabled.  By default, 
  1152.           Presentation Manager defines an accelerator for every action bar 
  1153.           mnemonic. For example, the F in File is a mnemonic, so PM defines 
  1154.           Alt+F as an accelerator.  This blocks the macro definitions of the 
  1155.           Alt+letter for each mnemonic on the action bar, so by default EPM 
  1156.           blocks those accelerators in order to allow the macro definition to 
  1157.           take precedence.  When this selection is checked, Alt+letter will 
  1158.           activate the action bar menu item which has that letter as a 
  1159.           mnemonic.  When this selection is unchecked, the Alt+letter will 
  1160.           perform the defined EPM action. 
  1161. Mouse pointer type 
  1162.           Allows you to choose between the I-beam text pointer or the arrow 
  1163.           pointer. 
  1164. Cursor type 
  1165.           Allows you to choose between the cursor style used in command 
  1166.           windows, in which the replace-mode cursor is an underline and the 
  1167.           insert-mode cursor is a block on the bottom half of the character, 
  1168.           and the normal GPI cursor style, in which the insert-mode cursor is a 
  1169.           vertical bar at the left side of the current character and the 
  1170.           replace-mode cursor is a block covering the entire character. 
  1171.  
  1172. Close the notebook to apply the changes. 
  1173.  
  1174. For a detailed explanation of each field, select from the list below: 
  1175.  
  1176. o Undo 
  1177. o Default 
  1178. o Save settings 
  1179.  
  1180.  
  1181. ΓòÉΓòÉΓòÉ 43. Help for Toolbar Style ΓòÉΓòÉΓòÉ
  1182.  
  1183. Use this page to configure the toolbar. 
  1184.  
  1185. You can check the following items to change the general style of the toolbar: 
  1186.  
  1187. Show button text 
  1188.           Display the text at the bottom of each selection. 
  1189. Automatic sizing 
  1190.           Select this to have the size of the toolbar be determined 
  1191.           automatically, based on the size of the bitmaps being displayed.  If 
  1192.           not checked, then the Width and Height fields will be used to specify 
  1193.           the size (in pixels) you want to give to each item. 
  1194.           If the item is smaller, it is centered. 
  1195.           If the item is bigger, the bitmap is shrunk. 
  1196.           There are three shrink modes : 
  1197.  
  1198.    Discard 
  1199.              Ignore the lost lines and columns.  Works best for bitmaps with 
  1200.              many colors. 
  1201.    And 
  1202.              Works best for bitmaps with dark drawings on light backgrounds. 
  1203.    Or 
  1204.              Works best for bitmaps with light drawings on dark backgrounds. 
  1205.  
  1206. You can select the Refresh button to refresh the toolbar with the current 
  1207. settings before closing the notebook, if you would like to see how your changes 
  1208. look. 
  1209.  
  1210. Close the notebook to apply the changes. 
  1211.  
  1212. For a detailed explanation of each field, select from the list below: 
  1213.  
  1214. o Undo 
  1215. o Default 
  1216. o Save settings 
  1217.  
  1218. For a general description of the Toolbar, including information on how to edit 
  1219. it, select: 
  1220.  
  1221. o Toolbar 
  1222.  
  1223.  
  1224. ΓòÉΓòÉΓòÉ 44. Help for Toolbars ΓòÉΓòÉΓòÉ
  1225.  
  1226. Use this page to manage your set of toolbars. 
  1227.  
  1228. You can select a toolbar from the list, then select: 
  1229.  
  1230. Import 
  1231.           Allows you to import a saved toolbar from disk. 
  1232. Export 
  1233.           Allows you to save the selected toolbar to disk. 
  1234. Delete 
  1235.           Allows you to delete the selected toolbar from the list (and from the 
  1236.           .INI file, which is where toolbars are kept internally). 
  1237. Make current 
  1238.           Makes the selected toolbar the one used by the edit window. 
  1239. Display the toolbar 
  1240.           Controls whether or not the toolbar is displayed. 
  1241.  
  1242. Close the notebook to apply the changes. 
  1243.  
  1244. For a detailed explanation of each field, select from the list below: 
  1245.  
  1246. o Undo 
  1247. o Default 
  1248. o Save settings 
  1249.  
  1250. For a general description of the Toolbar, including information on how to edit 
  1251. it, select: 
  1252.  
  1253. o Toolbar 
  1254.  
  1255.  
  1256. ΓòÉΓòÉΓòÉ 45. Help for Formatting - Tabs & Margins ΓòÉΓòÉΓòÉ
  1257.  
  1258. To set the edit window tabs: Type the tab settings.  You can type either a 
  1259. single number to use as an increment, or you can type a series of numbers 
  1260. separated by a space that will be used as column positions.  In both cases, 
  1261. column one is used as a starting point. 
  1262.  
  1263. To control whether the Tab key moves over to the next tab stop, like a 
  1264. typewriter tab key, or inserts an ASCII Tab character, select or deselect the 
  1265. Tab key inserts Tab checkbox. 
  1266.  
  1267. To set the left, right, and paragraph margins:.  For each setting, drag the 
  1268. slider arm, select the left or right slider button, or type a new value. 
  1269.  
  1270. Close the notebook or change to a different page to apply the changes. 
  1271.  
  1272. For a detailed explanation of each field, select from the list below: 
  1273.  
  1274. o Undo 
  1275. o Default 
  1276.  
  1277.  
  1278. ΓòÉΓòÉΓòÉ 46. Help for Formatting - Enter keys ΓòÉΓòÉΓòÉ
  1279.  
  1280. To define an action for the Enter key: 
  1281.  
  1282.  1. Select a key or key combination from the top selection list. 
  1283.  2. Select an action from the bottom selection list. 
  1284.  
  1285. Close the notebook or change to a different page to apply the changes. 
  1286.  
  1287. For a detailed explanation of each field, select from the list below: 
  1288.  
  1289. o Undo 
  1290. o Default 
  1291.  
  1292.  
  1293. ΓòÉΓòÉΓòÉ 47. Help for Text - Colors ΓòÉΓòÉΓòÉ
  1294.  
  1295. Use this window to set the colors used by the editor.  To change colors: 
  1296.  
  1297.  1. Select a field from the Field selection selection list. 
  1298.  2. Select the Set background or Set foreground radio button. 
  1299.  3. Select a color from the Color selection selection list. 
  1300.  4. Close the notebook or change to a different page to apply the changes. 
  1301.  
  1302. Note:  As you change colors, Sample Text will reflect your changes.
  1303.  
  1304. For a detailed explanation of each field, select from the list below: 
  1305.  
  1306. o Field selection 
  1307. o Color selection 
  1308. o Set background 
  1309. o Set foreground 
  1310. o Undo 
  1311. o Default 
  1312.  
  1313.  
  1314. ΓòÉΓòÉΓòÉ 48. Help for Text - Fonts ΓòÉΓòÉΓòÉ
  1315.  
  1316. To change the editor fonts: 
  1317.  
  1318.  1. Select Font name. 
  1319.  2. Select Size. 
  1320.  3. Select any of the following attributes by selecting the symbol that 
  1321.     corresponds to the desired feature: 
  1322.  
  1323.    o Bold 
  1324.    o Italic 
  1325.    o Underlined 
  1326.    o Strikeout 
  1327.    o Outline 
  1328.  
  1329.  4. Close the notebook or change to a different page to apply the changes. 
  1330.  
  1331. As you change fonts, Sample Text will change to show you what the font and 
  1332. attributes look like. 
  1333.  
  1334. For a detailed explanation of each field, select from the list below: 
  1335.  
  1336. o Font name 
  1337. o Size 
  1338. o Undo 
  1339. o Default 
  1340.  
  1341.  
  1342. ΓòÉΓòÉΓòÉ 49. Help for Window - Frame controls ΓòÉΓòÉΓòÉ
  1343.  
  1344. Use this page to configure which edit window frame controls you want to be 
  1345. present, and where you want them to be located. A check mark appears next to 
  1346. each choice if it is currently active. The selections are: 
  1347.  
  1348. Status window 
  1349.           Controls whether or not the status line window is present. 
  1350. Message window 
  1351.           Controls whether or not the message line window is present. If the 
  1352.           message window is off but the status window is on, then messages will 
  1353.           appear temporarily overlaying the status line. If both are off, then 
  1354.           messages will temporarily overlay a portion of the file area. 
  1355. Above 
  1356.           Select this to have the status and message windows appear above the 
  1357.           edit window. 
  1358. Below 
  1359.           Select this to have the status and message windows appear below the 
  1360.           edit window. 
  1361. Vertical scroll bar 
  1362.           Controls whether or not the vertical scroll bar is present. 
  1363. Horizontal scroll bar 
  1364.           Controls whether or not the horizontal scroll bar is present. 
  1365. Background bitmap 
  1366.           Controls whether or not a background bitmap is displayed behind the 
  1367.           text area of the edit window. 
  1368. Bitmap name 
  1369.           The name of a bitmap file can be entered in this entry field. This 
  1370.           will be used for the background bitmap if the above selection is 
  1371.           checked.  The default is that a built-in bitmap will be used. 
  1372.  
  1373. Close the notebook or select a different page to apply any changes. 
  1374.  
  1375. For a detailed explanation of each button, select from the list below: 
  1376.  
  1377. o Undo 
  1378. o Default 
  1379.  
  1380.  
  1381. ΓòÉΓòÉΓòÉ 50. Help for Autosave ΓòÉΓòÉΓòÉ
  1382.  
  1383. Use this window to control the number of modifications that are required to be 
  1384. made to a file before it is automatically saved.  Set the number to 0 to turn 
  1385. off the autosaving feature. 
  1386.  
  1387. Autosave path is the subdirectory in which autosave files are stored. 
  1388.  
  1389. Note:  If you select a temporary disk (VDISK), your autosave files will be lost 
  1390.        if the system loses power while you are updating a file.
  1391.  
  1392. Do not select a temporary disk because they only exist until you reboot, and 
  1393. while power is not interrupted. 
  1394.  
  1395. Note:  If you do not specify an autosave path, the current directory is used.
  1396.  
  1397. Close the notebook or change to a different page to apply the changes. 
  1398.  
  1399. For a detailed explanation of each field, select from the list below: 
  1400.  
  1401. o Autosave 
  1402. o Undo 
  1403. o Default 
  1404.  
  1405.  
  1406. ΓòÉΓòÉΓòÉ 51. Help for Configuration - Macro modules ΓòÉΓòÉΓòÉ
  1407.  
  1408. Use this window to select which .ex files (compiled macro modules) are used for 
  1409. edit windows opened from this object. 
  1410.  
  1411. Select Add to add a .ex file to the list.  Select a file from the list and 
  1412. select Remove to remove an entry from the list. 
  1413.  
  1414. Close the notebook or change to a different page to apply the changes. 
  1415.  
  1416. For a detailed explanation of each button, select from the list below: 
  1417.  
  1418. o Undo 
  1419. o Default 
  1420.  
  1421.  
  1422. ΓòÉΓòÉΓòÉ 52. Help for Configuration - Paths and files ΓòÉΓòÉΓòÉ
  1423.  
  1424. To enter paths: 
  1425.  
  1426.  1. Type a temporary path. 
  1427.  2. Type a dictionary path and file name. 
  1428.  3. Type a personal dictionary path and file name. 
  1429.  4. Close the notebook or change to a different page to apply the changes. 
  1430.  
  1431. For a detailed explanation of each field, select from the list below: 
  1432.  
  1433. o Temporary path 
  1434. o Dictionary file 
  1435. o Personal dictionary 
  1436. o Undo 
  1437. o Default 
  1438.  
  1439.  
  1440. ΓòÉΓòÉΓòÉ 53. Help for Configuration - Miscellaneous ΓòÉΓòÉΓòÉ
  1441.  
  1442. Use this page to configure various edit-mode settings. A check mark appears 
  1443. next to each choice if it is currently active. The selections are: 
  1444.  
  1445. CUA marking 
  1446.           Controls whether the editor uses CUA-style marking or the advanced 
  1447.           marking mode. 
  1448. Stream mode editing 
  1449.           Controls whether the editor uses stream-mode editing, like a word 
  1450.           processor, or line mode editing, like a mainframe text editor. 
  1451. Rexx profile 
  1452.           Controls whether a Rexx profile, PROFILE.ERX, will be executed every 
  1453.           time an edit window is opened.  The profile will be searched for 
  1454.           along the EPMPATH and PATH. 
  1455. Long file name support 
  1456.           Controls whether or not the .LONGNAMES Extended Attribute is 
  1457.           supported.  See the LONGNAMES command for further details. 
  1458. Menu accelerators 
  1459.           Controls whether or not menu accelerators are enabled.  By default, 
  1460.           Presentation Manager defines an accelerator for every action bar 
  1461.           mnemonic. For example, the F in File is a mnemonic, so PM defines 
  1462.           Alt+F as an accelerator.  This blocks the macro definitions of the 
  1463.           Alt+letter for each mnemonic on the action bar, so by default EPM 
  1464.           blocks those accelerators in order to allow the macro definition to 
  1465.           take precedence.  When this selection is checked, Alt+letter will 
  1466.           activate the action bar menu item which has that letter as a 
  1467.           mnemonic.  When this selection is unchecked, the Alt+letter will 
  1468.           perform the defined EPM action. 
  1469. Mouse pointer type 
  1470.           Allows you to choose between the I-beam text pointer or the arrow 
  1471.           pointer. 
  1472. Cursor type 
  1473.           Allows you to choose between the cursor style used in command 
  1474.           windows, in which the replace-mode cursor is an underline and the 
  1475.           insert-mode cursor is a block on the bottom half of the character, 
  1476.           and the normal GPI cursor style, in which the insert-mode cursor is a 
  1477.           vertical bar at the left side of the current character and the 
  1478.           replace-mode cursor is a block covering the entire character. 
  1479.  
  1480. Close the notebook or select a different page to apply any changes. 
  1481.  
  1482. For a detailed explanation of each button, select from the list below: 
  1483.  
  1484. o Undo 
  1485. o Default 
  1486.  
  1487.  
  1488. ΓòÉΓòÉΓòÉ 54. Help for Toolbar Style ΓòÉΓòÉΓòÉ
  1489.  
  1490. Use this page to configure the toolbar. 
  1491.  
  1492. You can check the following items to change the general style of the toolbar: 
  1493.  
  1494. Show button text 
  1495.           Display the text at the bottom of each selection. 
  1496. Automatic sizing 
  1497.           Select this to have the size of the toolbar be determined 
  1498.           automatically, based on the size of the bitmaps being displayed.  If 
  1499.           not checked, then the Width and Height fields will be used to specify 
  1500.           the size (in pixels) you want to give to each item. 
  1501.           If the item is smaller, it is centered. 
  1502.           If the item is bigger, the bitmap is shrunk. 
  1503.           There are three shrink modes : 
  1504.  
  1505.    Discard 
  1506.              Ignore the lost lines and columns.  Works best for bitmaps with 
  1507.              many colors. 
  1508.    And 
  1509.              Works best for bitmaps with dark drawings on light backgrounds. 
  1510.    Or 
  1511.              Works best for bitmaps with light drawings on dark backgrounds. 
  1512.  
  1513. You can select the Refresh button to refresh the toolbar with the current 
  1514. settings before closing the notebook, if you would like to see how your changes 
  1515. look. 
  1516.  
  1517. For a detailed explanation of each button, select from the list below: 
  1518.  
  1519. o Undo 
  1520. o Default 
  1521.  
  1522.  
  1523. ΓòÉΓòÉΓòÉ 55. Help for Toolbars ΓòÉΓòÉΓòÉ
  1524.  
  1525. Use this page to manage your set of toolbars. 
  1526.  
  1527. You can select a toolbar from the list, then select: 
  1528.  
  1529. Import 
  1530.           Allows you to import a saved toolbar from disk. 
  1531. Export 
  1532.           Allows you to save the selected toolbar to disk. 
  1533. Delete 
  1534.           Allows you to delete the selected toolbar from the list (and from the 
  1535.           .INI file, which is where toolbars are kept internally). 
  1536. Make current 
  1537.           Makes the selected toolbar the one used by the edit window. 
  1538. Display the toolbar 
  1539.           Controls whether or not the toolbar is displayed. 
  1540.  
  1541. For a detailed explanation of each button, select from the list below: 
  1542.  
  1543. o Undo 
  1544. o Default 
  1545.  
  1546.  
  1547. ΓòÉΓòÉΓòÉ 56. Help for Undo ΓòÉΓòÉΓòÉ
  1548.  
  1549. Select Undo to cancel the settings changes you made to this page. 
  1550.  
  1551.  
  1552. ΓòÉΓòÉΓòÉ 57. Help for Default ΓòÉΓòÉΓòÉ
  1553.  
  1554. Select Default to set the values to the initial system settings. 
  1555.  
  1556.  
  1557. ΓòÉΓòÉΓòÉ 58. Help for Save settings ΓòÉΓòÉΓòÉ
  1558.  
  1559. Check Save settings if you want the changes you made to be saved permanently. 
  1560.  
  1561. Leave Save settings unchecked if you only want to apply the changes to this EPM 
  1562. session. 
  1563.  
  1564.  
  1565. ΓòÉΓòÉΓòÉ 59. Help for Quitting a File ΓòÉΓòÉΓòÉ
  1566.  
  1567. Use Quitting a File to end an editing session before a modified file is removed 
  1568. from the edit window ring.  The following options are available: 
  1569.  
  1570. Save 
  1571.           Saves the file as it appears in the entry field.  The file name can 
  1572.           be modified before Save is selected. 
  1573. Discard 
  1574.           Enables the quitting process to continue.  Changes to the file are 
  1575.           not saved. 
  1576. Cancel 
  1577.           Returns control to the edit window. 
  1578.  
  1579. Note:  When all files have been removed from the edit window ring, the edit 
  1580.        window is automatically closed.
  1581.  
  1582.  
  1583. ΓòÉΓòÉΓòÉ 60. Help for Closing a File ΓòÉΓòÉΓòÉ
  1584.  
  1585. Use Closing a File to end an editing session before a modified file is removed 
  1586. from the edit window ring.  The following options are available: 
  1587.  
  1588. Save 
  1589.           Saves the file as it appears in the entry field.  The file name can 
  1590.           be modified before Save is selected. 
  1591. Discard 
  1592.           Enables the quitting process to continue.  Changes to the file are 
  1593.           not saved. 
  1594. Cancel 
  1595.           Returns control to the edit window. 
  1596.  
  1597. Note:  When all files have been removed from the edit window ring, the edit 
  1598.        window is automatically closed.
  1599.  
  1600.  
  1601. ΓòÉΓòÉΓòÉ 60.1. Help for Proof ΓòÉΓòÉΓòÉ
  1602.  
  1603. The Proof window is displayed when a possibly misspelled word is found during 
  1604. the proof function.  This window contains an entry field, in which you can type 
  1605. a replacement for the word, and a list for words suggested as likely 
  1606. replacements.  The window buttons are as follows: 
  1607.  
  1608. Suggest 
  1609.           The listbox will be filled with a list of suggested replacements for 
  1610.           the misspelled word. 
  1611. Auto-suggest 
  1612.           If checked, the listbox will be filled automatically whenever a 
  1613.           misspelled word is found. 
  1614. Replace 
  1615.           The word from the entry field is placed inside your document, 
  1616.           replacing the misspelled word.  The replace function can also be 
  1617.           achieved by double-clicking on a word in the list.  Replace is the 
  1618.           default. 
  1619. Temp. Add 
  1620.           The word that is being questioned is placed in a temporary personal 
  1621.           dictionary file.  Every other occurrence of that word is considered 
  1622.           correct during the remainder of your proof session. 
  1623. Add 
  1624.           The word that is being questioned is placed in your personal 
  1625.           dictionary file.  The word is permanently considered correct. 
  1626. Next 
  1627.           Skips the current word and continues spell checking. 
  1628. Cancel 
  1629.           Terminates the proof function. 
  1630. Help 
  1631.           Displays this panel. 
  1632.  
  1633.  
  1634. ΓòÉΓòÉΓòÉ 60.2. Help for Synonym ΓòÉΓòÉΓòÉ
  1635.  
  1636. The Synonym window is displayed if one or more synonyms are found during the 
  1637. execution of the synonym function.  This window contains a list box which holds 
  1638. a selection of words.  The window buttons are as follows: 
  1639.  
  1640. Replace 
  1641.           The highlighted word from the list is placed inside your document, 
  1642.           replacing the highlighted word.  The replace function can also be 
  1643.           achieved by double clicking on a word in the list. Replace is the 
  1644.           default button. 
  1645. Cancel 
  1646.           Terminates the proof function. 
  1647. Help 
  1648.           Displays this panel. 
  1649.  
  1650.  
  1651. ΓòÉΓòÉΓòÉ 61. Help for Undo ΓòÉΓòÉΓòÉ
  1652.  
  1653. The number range represents changes made to the current file.  The lower the 
  1654. number the earlier the change. 
  1655.  
  1656. To use Undo: 
  1657.  
  1658.  1. Move the slider to the change that you want to undo. 
  1659.  2. Select OK. 
  1660.  
  1661.  
  1662. ΓòÉΓòÉΓòÉ 62. Help for List Ring ΓòÉΓòÉΓòÉ
  1663.  
  1664. The selection list contains a list of all files in the current edit ring. 
  1665.  
  1666. To select a file from the list: 
  1667.  
  1668.  1. Select a file from the selection list to activate it. 
  1669.  2. Select Switch to. 
  1670.  
  1671. Related Information: 
  1672.  
  1673. o Switch to 
  1674. o Cancel 
  1675.  
  1676.  
  1677. ΓòÉΓòÉΓòÉ 63. Help for Switch To ΓòÉΓòÉΓòÉ
  1678.  
  1679. Select Switch to to exit the window, and make the selected file the current 
  1680. file. 
  1681.  
  1682.  
  1683. ΓòÉΓòÉΓòÉ 64. Help for Cancel ΓòÉΓòÉΓòÉ
  1684.  
  1685. Select Cancel to exit the window and leave the original file as the current 
  1686. file. 
  1687.  
  1688.  
  1689. ΓòÉΓòÉΓòÉ 65. Help for Style ΓòÉΓòÉΓòÉ
  1690.  
  1691. Use Style to apply a style, consisting of a specific font, color, or both to a 
  1692. marked region of text.  You can select an existing style in the Style name 
  1693. field, or you can define a new style by doing the following: 
  1694.  
  1695.  1. Optionally, type a new name in the Style name field. 
  1696.  2. Select Font name. 
  1697.  3. Select Size. 
  1698.  4. Select any of the following attributes, if desired: 
  1699.  
  1700.    o Bold 
  1701.    o Italic 
  1702.    o Underlined 
  1703.    o Strikeout 
  1704.    o Outline 
  1705.  
  1706.  5. Select Foreground color 
  1707.  6. Select Background color to change the background color. 
  1708.  7. Select Set to apply the selected style to the marked region, or Register to 
  1709.     register the style and continue in the window. 
  1710.  
  1711. As you change font and colors, Sample Text changes to show you what the style 
  1712. looks like. 
  1713.  
  1714. Note:  If you do not enter a name in the Style name field, you can only apply 
  1715.        the style to the marked text.  The style will not be registered.
  1716.  
  1717. For a detailed explanation of each field, select from the list below: 
  1718.  
  1719. o Style name 
  1720. o Font name 
  1721. o Font size 
  1722. o Font attributes 
  1723. o Foreground color 
  1724. o Background color 
  1725. o Color selection 
  1726. o Apply 
  1727. o Register 
  1728. o Cancel 
  1729.  
  1730.  
  1731. ΓòÉΓòÉΓòÉ 66. Help for Style Name ΓòÉΓòÉΓòÉ
  1732.  
  1733. Use Style name to select the existing style you want to use, or to enter a new 
  1734. style name.  Select the arrow to the right to display the entire selection 
  1735. list; then select the style that you want. 
  1736.  
  1737.  
  1738. ΓòÉΓòÉΓòÉ 67. Help for Font Name ΓòÉΓòÉΓòÉ
  1739.  
  1740. Use Font name to specify the font you want to use.  Select the arrow to the 
  1741. right to display the entire selection list; then select the font that you want. 
  1742.  
  1743.  
  1744. ΓòÉΓòÉΓòÉ 68. Help for Font Size ΓòÉΓòÉΓòÉ
  1745.  
  1746. Use Font Size to adjust the size of the font.  Select the arrow to the right to 
  1747. display the entire selection list; then select the font that you want. 
  1748.  
  1749.  
  1750. ΓòÉΓòÉΓòÉ 69. Help for Font Attributes ΓòÉΓòÉΓòÉ
  1751.  
  1752. Select any of the following attributes by selecting the symbol that corresponds 
  1753. to the desired feature: 
  1754.  
  1755. o Bold 
  1756. o Italic 
  1757. o Underlined 
  1758. o Strikeout 
  1759. o Outline 
  1760.  
  1761.  
  1762. ΓòÉΓòÉΓòÉ 70. Help for Background Color ΓòÉΓòÉΓòÉ
  1763.  
  1764. Select the Background color radio button to color the background of the 
  1765. selected style. 
  1766.  
  1767.  
  1768. ΓòÉΓòÉΓòÉ 71. Help for Foreground Color ΓòÉΓòÉΓòÉ
  1769.  
  1770. Select the Foreground color radio button to color the foreground of the 
  1771. selected style. 
  1772.  
  1773.  
  1774. ΓòÉΓòÉΓòÉ 72. Help for Color Selection ΓòÉΓòÉΓòÉ
  1775.  
  1776. Use this listbox to select the color that you want to paint the selected style. 
  1777. Select the color you want from the selection list. 
  1778.  
  1779.  
  1780. ΓòÉΓòÉΓòÉ 73. Help for Apply ΓòÉΓòÉΓòÉ
  1781.  
  1782. Select Apply to use the selected settings on the current text. 
  1783.  
  1784. Note:  If a name was entered in the Style name field, the style will 
  1785.        automatically be registered if it did not exist previously.
  1786.  
  1787.  
  1788. ΓòÉΓòÉΓòÉ 74. Help for Register ΓòÉΓòÉΓòÉ
  1789.  
  1790. Select Register to save the style settings under the name in the Style name 
  1791. field. 
  1792.  
  1793.  
  1794. ΓòÉΓòÉΓòÉ 75. Help for Cancel ΓòÉΓòÉΓòÉ
  1795.  
  1796. Select Cancel to close the dialog and discard any changes that were made. 
  1797.  
  1798.  
  1799. ΓòÉΓòÉΓòÉ 76. Help for Set Bookmark ΓòÉΓòÉΓòÉ
  1800.  
  1801. To set a bookmark: 
  1802.  
  1803.  1. Type a name in the entry field. 
  1804.  2. Select Set or Set permanent. 
  1805.  
  1806. For a detailed explanation of each field, select from the list below: 
  1807.  
  1808. o Set 
  1809. o Set permanent 
  1810. o Cancel 
  1811.  
  1812.  
  1813. ΓòÉΓòÉΓòÉ 77. Help for Set ΓòÉΓòÉΓòÉ
  1814.  
  1815. Select Set to set a bookmark that lasts for the duration of your edit session. 
  1816.  
  1817.  
  1818. ΓòÉΓòÉΓòÉ 78. Help for Set Permanent ΓòÉΓòÉΓòÉ
  1819.  
  1820. Select Set permanent to set a bookmark that is saved with the file and loaded 
  1821. the next time the file is edited. 
  1822.  
  1823.  
  1824. ΓòÉΓòÉΓòÉ 79. Help for List Bookmarks ΓòÉΓòÉΓòÉ
  1825.  
  1826. To go to a bookmark: 
  1827.  
  1828.  1. Use the down arrow to the right to display the selection list; then select 
  1829.     a bookmark. 
  1830.  2. Select Go to mark. 
  1831.  
  1832. To delete a bookmark: 
  1833.  
  1834.  1. Use the down arrow to the right to display the selection list; then select 
  1835.     a bookmark. 
  1836.  2. Select Delete mark. 
  1837.  
  1838. For a detailed explanation of each field, select from the list below: 
  1839.  
  1840. o Go to mark 
  1841. o Delete mark 
  1842. o Cancel 
  1843.  
  1844.  
  1845. ΓòÉΓòÉΓòÉ 80. Help for Go To Mark ΓòÉΓòÉΓòÉ
  1846.  
  1847. Select Go to mark to position the cursor at the bookmark in the current file. 
  1848.  
  1849.  
  1850. ΓòÉΓòÉΓòÉ 81. Help for Delete Mark ΓòÉΓòÉΓòÉ
  1851.  
  1852. Select Delete mark to erase the bookmark from the current file. 
  1853.  
  1854.  
  1855. ΓòÉΓòÉΓòÉ 82. Help for Find Procedure ΓòÉΓòÉΓòÉ
  1856.  
  1857. To find a procedure listed in the active tags file: 
  1858.  
  1859.  1. Type a procedure name in the entry field. 
  1860.  2. Select OK. 
  1861. or, select List to select from a list of all procedures in the tags file. 
  1862.  
  1863. For a detailed explanation of each field, select from the list below: 
  1864.  
  1865. o OK 
  1866. o List 
  1867. o Cancel 
  1868.  
  1869.  
  1870. ΓòÉΓòÉΓòÉ 83. Help for List ΓòÉΓòÉΓòÉ
  1871.  
  1872. Select List to see a list of all procedure names in the active tags file. 
  1873.  
  1874.  
  1875. ΓòÉΓòÉΓòÉ 84. Help for List Tags ΓòÉΓòÉΓòÉ
  1876.  
  1877. To find a procedure from the list, select it and select OK to jump to that 
  1878. procedure. 
  1879.  
  1880. For a detailed explanation of each field, select from the list below: 
  1881.  
  1882. o OK 
  1883. o Cancel 
  1884.  
  1885.  
  1886. ΓòÉΓòÉΓòÉ 85. Help for Select Source FIle ΓòÉΓòÉΓòÉ
  1887.  
  1888. This dialog is presented when a FINDTAG command finds that the procedure 
  1889. requested is listed in the tags file as appearing in more than one source file. 
  1890. To pick the desired routine, 
  1891.  
  1892.  1. Select a file name from the list. 
  1893.  2. Select OK. 
  1894.  
  1895. For a detailed explanation of each field, select from the list below: 
  1896.  
  1897. o OK 
  1898. o Cancel 
  1899.  
  1900.  
  1901. ΓòÉΓòÉΓòÉ 86. Help for Tags File Name ΓòÉΓòÉΓòÉ
  1902.  
  1903. To set the name of the tags file: 
  1904.  
  1905.  1. Type a filename in the entry field. 
  1906.  2. Select Set or Set permanent. 
  1907.  
  1908. For a detailed explanation of each field, select from the list below: 
  1909.  
  1910. o Set 
  1911. o Set permanent 
  1912. o Cancel 
  1913.  
  1914.  
  1915. ΓòÉΓòÉΓòÉ 87. Help for Set ΓòÉΓòÉΓòÉ
  1916.  
  1917. Select Set to set the tags file name for the duration of your edit session. 
  1918.  
  1919.  
  1920. ΓòÉΓòÉΓòÉ 88. Help for Set Permanent ΓòÉΓòÉΓòÉ
  1921.  
  1922. Select Set permanent to set the tags file name, and record it in the .INI file, 
  1923. so it will be the default the next time EPM is started. 
  1924.  
  1925.  
  1926. ΓòÉΓòÉΓòÉ 89. Help for Make Tags File ΓòÉΓòÉΓòÉ
  1927.  
  1928. To create or update the active tags file: 
  1929.  
  1930.  1. Enter one or more filenames in the entry field. 
  1931.  2. Select OK. 
  1932.  
  1933. Any filename can include wildcards, or can be a list of files (indicated by 
  1934. prefixing the filename with an "at" sign, @). 
  1935.  
  1936. d:\testbed\*.c  d:\testbed\*.asm  @d:\doc\source.lst
  1937.  
  1938. For a detailed explanation of each field, select from the list below: 
  1939.  
  1940. o OK 
  1941. o Cancel 
  1942.  
  1943.  
  1944. ΓòÉΓòÉΓòÉ 90. Help for Tags Files Dialog ΓòÉΓòÉΓòÉ
  1945.  
  1946. The top of the dialog lists all known tags files. Below that is shown the 
  1947. active tags file.  To change the active tags file, select a tags file from the 
  1948. list and then select Activate.  To add a new tags file to the list (either an 
  1949. existing one or one to be created), select New. To modify the list of files 
  1950. used to build a tags file, select the file in the list and then select Edit. 
  1951. To remove a file from the list, select it and then select Remove. 
  1952.  
  1953. Related Information: 
  1954.  
  1955. o Tags file: 
  1956.  
  1957.  
  1958. ΓòÉΓòÉΓòÉ 91. Help for Tags File Source ΓòÉΓòÉΓòÉ
  1959.  
  1960. The top of the dialog lists all the source that will be searched to build the 
  1961. tags file.  To add an item to the list, enter it in the entry field, then 
  1962. select Add.  You can specify a simple filename (e.g., c:\project\main.c), a 
  1963. filespec which includes wildcards (e.g., c:\project\*.c), or an at sign 
  1964. followed by a filename, indicating that the file contains a list of filespecs 
  1965. (e.g., @c:\project\source.lst). To remove an entry from the list, select it and 
  1966. then select Remove. 
  1967.  
  1968. Related Information: 
  1969.  
  1970. o Tags file: 
  1971.  
  1972.  
  1973. ΓòÉΓòÉΓòÉ 92. Adding and Inserting Text ΓòÉΓòÉΓòÉ
  1974.  
  1975. When the cursor is in insert mode, the text you type is inserted to the left of 
  1976. the cursor and no text is overwritten. 
  1977.  
  1978. To change the cursor to replace mode so that characters in the text are 
  1979. overwritten: 
  1980.  
  1981.  1. Position the cursor where you want to begin typing. 
  1982.  2. Press the Insert (Ins) key. 
  1983.  3. Type the new characters to overwrite text. 
  1984.  
  1985.  
  1986. ΓòÉΓòÉΓòÉ 93. Restoring Text ΓòÉΓòÉΓòÉ
  1987.  
  1988. To cancel your last action or restore text: 
  1989.  
  1990.  1. Select Edit. 
  1991.  2. Select Undo. 
  1992.  
  1993.  
  1994. ΓòÉΓòÉΓòÉ 94. Finding Text ΓòÉΓòÉΓòÉ
  1995.  
  1996. To find or change text in a file: 
  1997.  
  1998.  1. Select Search. 
  1999.  2. Select Search. 
  2000.  
  2001. For additional help, select Help after the window is displayed. 
  2002.  
  2003.  
  2004. ΓòÉΓòÉΓòÉ 95. Closing Files ΓòÉΓòÉΓòÉ
  2005.  
  2006. To close or exit a file: 
  2007.  
  2008.  1. Select File. 
  2009.  2. Select Quit. 
  2010.  
  2011.  
  2012. ΓòÉΓòÉΓòÉ 96. Copying Text ΓòÉΓòÉΓòÉ
  2013.  
  2014. You copy text by using the Copy and Paste choices on the Edit menu. 
  2015.  
  2016. To copy text from one file to another file or to another place in the same 
  2017. file: 
  2018.  
  2019.  1. Select the text to be copied. 
  2020.  2. Select Edit. 
  2021.  3. Select Copy. 
  2022.  4. Move the cursor to the point in the file where you want to place this text. 
  2023.  5. Select Edit. 
  2024.  6. Select Paste. 
  2025.  
  2026. Related Information: 
  2027.  
  2028. Selecting text 
  2029.  
  2030.  
  2031. ΓòÉΓòÉΓòÉ 97. Deleting Selected Text ΓòÉΓòÉΓòÉ
  2032.  
  2033. To delete selected text from a file: 
  2034.  
  2035.  1. Select the text to be deleted. 
  2036.  2. Select Edit. 
  2037.  3. Select Delete mark. 
  2038.  
  2039. Related Information: 
  2040.  
  2041. Selecting text 
  2042.  
  2043.  
  2044. ΓòÉΓòÉΓòÉ 98. Deleting Text ΓòÉΓòÉΓòÉ
  2045.  
  2046. To delete text, you can use one of the following: 
  2047.  
  2048. o The delete (Del) key to delete the character to the right of the cursor. In 
  2049.   the basic marking mode, the Del key will delete all of the marked text if a 
  2050.   mark exists. 
  2051. o The Backspace key to delete the character to the left of the cursor. 
  2052. o The Ctrl+Backspace key to delete the current line. 
  2053.  
  2054. Related Information: 
  2055.  
  2056. Selecting text 
  2057.  
  2058.  
  2059. ΓòÉΓòÉΓòÉ 99. Marking/Selecting Text ΓòÉΓòÉΓòÉ
  2060.  
  2061. To select (mark) text in basic marking mode: 
  2062.  
  2063.  1. Move the mouse pointer to the left of the first character to be selected. 
  2064.  2. Press and hold mouse button 1, and then drag the cursor to the right of the 
  2065.     last character to be selected. 
  2066.  3. Release mouse button 1. 
  2067.  
  2068. To deselect text (remove the mark), do one of the following: 
  2069.  
  2070. o Press mouse button 1 once within the text area. 
  2071. o Select Edit; then Unmark. 
  2072.  
  2073. Related Information: 
  2074.  
  2075. o Mark types 
  2076. o Mark operations 
  2077.  
  2078.  
  2079. ΓòÉΓòÉΓòÉ 100. Opening Existing Files ΓòÉΓòÉΓòÉ
  2080.  
  2081. To open an existing file: 
  2082.  
  2083.  1. Select File. 
  2084.  2. Select Open. 
  2085.  
  2086. For additional help, select Help after the window is displayed. 
  2087.  
  2088.  
  2089. ΓòÉΓòÉΓòÉ 101. Entering Text ΓòÉΓòÉΓòÉ
  2090.  
  2091. To enter text: 
  2092.  
  2093.  1. Position the cursor by clicking the mouse button where you want to begin 
  2094.     typing. 
  2095.  2. Press Enter to start a new line. 
  2096.  3. Press the Spacebar to move the cursor to a place where there is no text. 
  2097.  4. Use the arrow keys or mouse pointer to move the cursor to any area of text. 
  2098.  
  2099. The cursor moves one space to the right every time you type a character or 
  2100. press the Spacebar. 
  2101.  
  2102.  
  2103. ΓòÉΓòÉΓòÉ 102. Pasting or Inserting Text ΓòÉΓòÉΓòÉ
  2104.  
  2105. To insert text into a file that you have cut or copied to the clipboard: 
  2106.  
  2107.  1. Move the cursor to the point in the file where you want to insert the text. 
  2108.  2. Select Edit. 
  2109.  3. Select Paste. 
  2110.  
  2111.  
  2112. ΓòÉΓòÉΓòÉ 103. Joining Lines ΓòÉΓòÉΓòÉ
  2113.  
  2114. To join lines, press Alt+J, or (in stream editing mode): 
  2115.  
  2116.  1. Press the End key to move the cursor to the end of the line. 
  2117.  2. Press the Del key. 
  2118.  
  2119. The text from the line below joins the current line at the right of the cursor. 
  2120.  
  2121.  
  2122. ΓòÉΓòÉΓòÉ 104. Moving Text ΓòÉΓòÉΓòÉ
  2123.  
  2124. You move text by using the Copy and Paste choices on the Edit menu. 
  2125.  
  2126. To move text from one file to another file, or to a different place in the same 
  2127. file: 
  2128.  
  2129.  1. Select the text to be moved. 
  2130.  2. Select Edit. 
  2131.  3. Select Cut.  This places the text you cut on the clipboard. 
  2132.  4. Move the cursor to the point in the file where you want to place this text. 
  2133.  5. Select Edit. 
  2134.  6. Select Paste. 
  2135. or, in advanced marking mode, you can press Alt+M to move the marked text 
  2136. within the current edit window without affecting the clipboard. 
  2137.  
  2138. Related Information: 
  2139.  
  2140. Selecting text 
  2141.  
  2142.  
  2143. ΓòÉΓòÉΓòÉ 105. Splitting Lines ΓòÉΓòÉΓòÉ
  2144.  
  2145. To split a line, press Alt+S (assuming the Menu Accelerators option is not 
  2146. selected), or (in stream editing mode): 
  2147.  
  2148.  1. Position the cursor where you want to divide the text to start a new line. 
  2149.  2. Press Enter. 
  2150.  
  2151. The text from the cursor to the end of the line is moved to the next line. 
  2152.  
  2153.  
  2154. ΓòÉΓòÉΓòÉ 106. Printing Files ΓòÉΓòÉΓòÉ
  2155.  
  2156. To print a file: 
  2157.  
  2158.  1. Select File. 
  2159.  2. Select Print file. 
  2160.  
  2161.  
  2162. ΓòÉΓòÉΓòÉ 107. Reformatting Text ΓòÉΓòÉΓòÉ
  2163.  
  2164. To reflow the text in the editing area so that any text extending beyond the 
  2165. margin is moved to the next line: 
  2166.  
  2167.  1. Position the cursor to the right of the character where you want to start 
  2168.     reformatting. 
  2169.  2. Press Alt+P. 
  2170.  
  2171.  
  2172. ΓòÉΓòÉΓòÉ 108. Saving Files ΓòÉΓòÉΓòÉ
  2173.  
  2174. To save a file and continue editing it: 
  2175.  
  2176.  1. Select File. 
  2177.  2. Press Save. 
  2178.  
  2179. If you need help, highlight the Save choice on the File menu and press F1. 
  2180.  
  2181.  
  2182. ΓòÉΓòÉΓòÉ 109. Naming Files ΓòÉΓòÉΓòÉ
  2183.  
  2184. To name a file or change the name of a file: 
  2185.  
  2186.  1. Select File. 
  2187.  2. Press Rename. 
  2188.  
  2189. Note:  This only changes the name within the editor, and does not affect any 
  2190.        copy of the file previously saved.
  2191.  
  2192.  
  2193. ΓòÉΓòÉΓòÉ 110. Issuing Editor Commands ΓòÉΓòÉΓòÉ
  2194.  
  2195. To issue or process an editor command: 
  2196.  
  2197.  1. Select Command. 
  2198.  2. Select Command dialog. 
  2199.  3. Type the command. 
  2200.  4. Select OK. 
  2201.  
  2202. For additional help, select Help after the window is displayed. 
  2203.  
  2204. For a complete list of editor commands, select Editor commands below. 
  2205.  
  2206. Related Information: 
  2207.  
  2208. Editor commands 
  2209.  
  2210.  
  2211. ΓòÉΓòÉΓòÉ 111. Setting Margins ΓòÉΓòÉΓòÉ
  2212.  
  2213. To set the margins: 
  2214.  
  2215.  1. Select Options. 
  2216.  2. Select Preferences. 
  2217.  3. Select Settings. 
  2218.  4. Select the Margins tab on the Settings notebook. 
  2219.  
  2220.  
  2221. ΓòÉΓòÉΓòÉ 112. Help for Open ΓòÉΓòÉΓòÉ
  2222.  
  2223. Use this window to open a new edit window, following these steps: 
  2224.  
  2225.  1. Select the down arrow to the right of the Drive list to display all the 
  2226.     drives on your system. 
  2227.  2. Select a drive from the Drive list. 
  2228.  3. Select a directory from the Directory list. 
  2229.  4. Type the name of the file in the Open filename field. 
  2230.  5. Select Open. 
  2231.  
  2232. Note:  If you do not type a name in the Open filename field, .Untitled will be 
  2233.        used as the file name.
  2234.  
  2235.  For a detailed explanation of each field, select from the list below: 
  2236.  
  2237. o Open file name 
  2238. o Type of file 
  2239. o Drive 
  2240. o File 
  2241. o Directory 
  2242. o Open 
  2243. o Cancel 
  2244.  
  2245.  
  2246. ΓòÉΓòÉΓòÉ 113. Help for Add File ΓòÉΓòÉΓòÉ
  2247.  
  2248. Use this window to add a file to the current edit window, following these 
  2249. steps: 
  2250.  
  2251.  1. Select the down arrow to the right of the Drive list to display all the 
  2252.     drives on your system. 
  2253.  2. Select a drive from the Drive list. 
  2254.  3. Select a directory from the Directory list. 
  2255.  4. Select a file name from the File list or type a file name in the Open 
  2256.     filename field. 
  2257.  5. Select Add. 
  2258.  
  2259. For a detailed explanation of each field, select from the list below: 
  2260.  
  2261. o Open file name 
  2262. o Type of file 
  2263. o Drive 
  2264. o File 
  2265. o Directory 
  2266. o Add 
  2267. o Cancel 
  2268.  
  2269.  
  2270. ΓòÉΓòÉΓòÉ 114. Help for Import Text File ΓòÉΓòÉΓòÉ
  2271.  
  2272. Use this window to retrieve a copy of a file and insert it into the current 
  2273. file, following these steps: 
  2274.  
  2275.  1. Select the down arrow to the right of the Drive list to display all the 
  2276.     drives on your system. 
  2277.  2. Select a drive from the Drive list. 
  2278.  3. Select a directory from the Directory list. 
  2279.  4. Select a file name from the File list or type a file name in the Open 
  2280.     filename field. 
  2281.  5. Select Import. 
  2282.  
  2283. For a detailed explanation of each field, select from the list below: 
  2284.  
  2285. o Open file name 
  2286. o Type of file 
  2287. o Drive 
  2288. o File 
  2289. o Directory 
  2290. o OK 
  2291. o Cancel 
  2292.  
  2293.  
  2294. ΓòÉΓòÉΓòÉ 115. Help for Open Filename ΓòÉΓòÉΓòÉ
  2295.  
  2296. Type the name of the file you want to open in the Open filename field and then 
  2297. select OK. 
  2298.  
  2299.  
  2300. ΓòÉΓòÉΓòÉ 116. Help for Save As Filename ΓòÉΓòÉΓòÉ
  2301.  
  2302. Type the name of the file you want to save in the Save as filename field and 
  2303. then select Save As. 
  2304.  
  2305.  
  2306. ΓòÉΓòÉΓòÉ 117. Help for Type of File ΓòÉΓòÉΓòÉ
  2307.  
  2308. Select the down arrow to the right of the Type of file field to display the 
  2309. available file types. 
  2310.  
  2311.  
  2312. ΓòÉΓòÉΓòÉ 118. Help for Save File as Type ΓòÉΓòÉΓòÉ
  2313.  
  2314. Select the down arrow to the right of the Save file as type field to display 
  2315. the available file types. 
  2316.  
  2317.  
  2318. ΓòÉΓòÉΓòÉ 119. Help for Drive ΓòÉΓòÉΓòÉ
  2319.  
  2320. The Drive list displays the drives on your system.  Select the drive that 
  2321. contains the files you want to view. 
  2322.  
  2323.  
  2324. ΓòÉΓòÉΓòÉ 120. Help for File ΓòÉΓòÉΓòÉ
  2325.  
  2326. The File list displays all the files in the directory you selected from the 
  2327. Directory list.  Select the file you want to open. 
  2328.  
  2329.  
  2330. ΓòÉΓòÉΓòÉ 121. Help for Directory ΓòÉΓòÉΓòÉ
  2331.  
  2332. The Directory list displays the directories on the selected drive.  Select a 
  2333. directory to display the list of files from that directory in the File list 
  2334. box. 
  2335.  
  2336.  
  2337. ΓòÉΓòÉΓòÉ 122. Help for OK ΓòÉΓòÉΓòÉ
  2338.  
  2339. Select OK to accept all choices in the window. 
  2340.  
  2341.  
  2342. ΓòÉΓòÉΓòÉ 123. Help for Cancel ΓòÉΓòÉΓòÉ
  2343.  
  2344. Select Cancel to remove the window from the screen without saving any changes. 
  2345.  
  2346.  
  2347. ΓòÉΓòÉΓòÉ 124. Help for Open ΓòÉΓòÉΓòÉ
  2348.  
  2349. Use this window to open a new edit window, following these steps: 
  2350.  
  2351.  1. Select a file from the selection list or type a file name in the entry 
  2352.     field. 
  2353.  2. Select OK. 
  2354.  
  2355. Select File list to view a list of all files. 
  2356.  
  2357. For a detailed explanation of each field, select from the list below: 
  2358.  
  2359. o OK 
  2360. o File list 
  2361. o Cancel 
  2362.  
  2363.  
  2364. ΓòÉΓòÉΓòÉ 125. Help for Add File ΓòÉΓòÉΓòÉ
  2365.  
  2366. Use this window to add a file to the current edit window, following these 
  2367. steps: 
  2368.  
  2369.  1. Select a file from the selection list or type a file name in the entry 
  2370.     field. 
  2371.  2. Select OK. 
  2372.  
  2373. Select File list to view a list of all files. 
  2374.  
  2375. For a detailed explanation of each field, select from the list below: 
  2376.  
  2377. o OK 
  2378. o File list 
  2379. o Cancel 
  2380.  
  2381.  
  2382. ΓòÉΓòÉΓòÉ 126. Help for Import Text File ΓòÉΓòÉΓòÉ
  2383.  
  2384. Use this window to retrieve a copy of a file and insert it into the current 
  2385. file, following these steps: 
  2386.  
  2387.  1. Select a file from the list box or type a file name in the entry field. 
  2388.  2. Select OK. 
  2389.  
  2390. Select File list to view a list of all files. 
  2391.  
  2392. For a detailed explanation of each field, select from the list below: 
  2393.  
  2394. o OK 
  2395. o File list 
  2396. o Cancel 
  2397.  
  2398.  
  2399. ΓòÉΓòÉΓòÉ 127. Help for Open ΓòÉΓòÉΓòÉ
  2400.  
  2401. Select Open to open a new edit window with the selected file. 
  2402.  
  2403.  
  2404. ΓòÉΓòÉΓòÉ 128. Help for Import ΓòÉΓòÉΓòÉ
  2405.  
  2406. Select Import to place a copy of the selected file into the current file. 
  2407.  
  2408.  
  2409. ΓòÉΓòÉΓòÉ 129. Help for Add ΓòÉΓòÉΓòÉ
  2410.  
  2411. Select Add to place the selected file into the current edit window. 
  2412.  
  2413.  
  2414. ΓòÉΓòÉΓòÉ 130. Help for File List ΓòÉΓòÉΓòÉ
  2415.  
  2416. Select File list to display a window that enables you to access files on the 
  2417. system. 
  2418.  
  2419.  
  2420. ΓòÉΓòÉΓòÉ 131. Help for Save As ΓòÉΓòÉΓòÉ
  2421.  
  2422. Use this window to save a file and assign it a name, following these steps: 
  2423.  
  2424.  1. Select the down arrow to the right of the Drive list to display all the 
  2425.     drives on your system. 
  2426.  2. Select a drive from the Drive list. 
  2427.  3. Select a directory from the Directory list. 
  2428.  4. Select a file name from the File list or type a file name in the Save as 
  2429.     filename field. 
  2430.  5. Select Save As. 
  2431.  
  2432. For a detailed explanation of each field, select from the list below: 
  2433.  
  2434. o Save as filename 
  2435. o Save file as type 
  2436. o Drive 
  2437. o File 
  2438. o Directory 
  2439. o Save as 
  2440. o Cancel 
  2441.  
  2442.  
  2443. ΓòÉΓòÉΓòÉ 132. Help for Save As ΓòÉΓòÉΓòÉ
  2444.  
  2445. Select Save As to store the current file with the name you entered in the file 
  2446. name field. 
  2447.  
  2448.  
  2449. ΓòÉΓòÉΓòÉ 133. Help for Print ΓòÉΓòÉΓòÉ
  2450.  
  2451. Use this window to print the current file or display a preview of your file 
  2452. before printing. To print a file as raw ascii text: 
  2453.  
  2454.  1. Select Raw Ascii text. 
  2455.  2. Select the printer port (LPT1, for example) 
  2456.  3. Select Print. 
  2457.  
  2458. To print a file as formatted text: 
  2459.  
  2460.  1. Select Formatted text. 
  2461.  2. Select the print queue. 
  2462.  3. Set any options desired. 
  2463.  4. Select Print. 
  2464.  
  2465. When printing formatted text, you may specify options: which control the layout 
  2466. and presentation details of the output.  In addition, you can preview: the 
  2467. formatted pages before spooling them to a printer. 
  2468.  
  2469. For a detailed explanation of each field, select from the list below: 
  2470.  
  2471. o Formatted text 
  2472. o Raw Ascii text 
  2473. o Queue/port 
  2474. o Options 
  2475. o Print 
  2476. o Preview 
  2477.  
  2478.  
  2479. ΓòÉΓòÉΓòÉ 134. Help for Raw Ascii text ΓòÉΓòÉΓòÉ
  2480.  
  2481. Select Raw ascii to copy raw text to the specified port. 
  2482.  
  2483.  
  2484. ΓòÉΓòÉΓòÉ 135. Help for Formatted text ΓòÉΓòÉΓòÉ
  2485.  
  2486. Select Formatted text to print to the specified print queue. 
  2487.  
  2488.  
  2489. ΓòÉΓòÉΓòÉ 136. Help for Queue/Port ΓòÉΓòÉΓòÉ
  2490.  
  2491. Specify the print destination by selecting the desired queue or port. 
  2492.  
  2493.  
  2494. ΓòÉΓòÉΓòÉ 137. Help for Options ΓòÉΓòÉΓòÉ
  2495.  
  2496. Press Options to display the Print Options dialog. 
  2497.  
  2498.  
  2499. ΓòÉΓòÉΓòÉ 138. Help for Print ΓòÉΓòÉΓòÉ
  2500.  
  2501. Press Print to print to the selected queue or port. 
  2502.  
  2503.  
  2504. ΓòÉΓòÉΓòÉ 139. Help for Preview ΓòÉΓòÉΓòÉ
  2505.  
  2506. Press Preview to view the page formatting before printing. 
  2507.  
  2508.  
  2509. ΓòÉΓòÉΓòÉ 140. Help for Print Options ΓòÉΓòÉΓòÉ
  2510.  
  2511. Use this window to specify details for formatting text for hardcopy. 
  2512.  
  2513. Fonts used in formatted printing are controlled using the Draft/WYSIWYG 
  2514. buttons.  In Draft mode, the default printer font will be used; in WYSIWYG mode 
  2515. the fonts displayed on screen will be used for printing. 
  2516.  
  2517. Monochrome specifies that that the printing will be black on white regardless 
  2518. of the colors displayed on screen, while Color causes the printing to respect 
  2519. these colors (within the limits of the printer being used). 
  2520.  
  2521. The printer driver Job Properties can be displayed for setting printer-specific 
  2522. properties by checking the Job Properties box. 
  2523.  
  2524. Checking Save settings will cause the printer settings and options to be saved 
  2525. on exit from the print dialog for use when printing is next invoked. 
  2526.  
  2527. Use Undo to restore the settings to their values when this window was first 
  2528. displayed. 
  2529.  
  2530.  
  2531. ΓòÉΓòÉΓòÉ 141. Help for Print Preview ΓòÉΓòÉΓòÉ
  2532.  
  2533. Use this window to view the formatted pages before printing.  Upon entering, 
  2534. formatted pages will be produced in the background and made available for 
  2535. viewing.  The current page number and total number of pages are displayed in 
  2536. the upper right area of the window.  '>' and '<' buttons let you move forward 
  2537. and back through the set of formatted pages. 
  2538.  
  2539. You can specify whether a given page is to be printed using the Print this page 
  2540. checkbox. 
  2541.  
  2542. The lines from your file that are included in the currently-viewed page are 
  2543. shown at the bottom of the window. 
  2544.  
  2545.  
  2546. ΓòÉΓòÉΓòÉ 142. Help for Print Mark ΓòÉΓòÉΓòÉ
  2547.  
  2548. Use this window to print the currently marked text. To print the marked text: 
  2549.  
  2550.  1. Select a printer from the list of available printers. 
  2551.  2. Select Draft or WYSIWYG. 
  2552.  
  2553. For a detailed explanation of each field, select from the list below: 
  2554.  
  2555. o Draft 
  2556. o WYSIWYG 
  2557. o Cancel 
  2558.  
  2559.  
  2560. ΓòÉΓòÉΓòÉ 143. Help for Draft ΓòÉΓòÉΓòÉ
  2561.  
  2562. Select Draft to print the currently marked text in a draft mode. 
  2563.  
  2564.  
  2565. ΓòÉΓòÉΓòÉ 144. Help for WYSIWYG ΓòÉΓòÉΓòÉ
  2566.  
  2567. Select WYSIWYG to print the currently marked text in the style shown on the 
  2568. monitor.  WYSIWYG stands for "What You See Is What You Get". 
  2569.  
  2570.  
  2571. ΓòÉΓòÉΓòÉ 145. Help for Type ΓòÉΓòÉΓòÉ
  2572.  
  2573. Use this window to set a type for the current file. 
  2574.  
  2575.  1. Select a file type from the list of file types. 
  2576.  2. Select Set. 
  2577.  
  2578. For a detailed explanation of each field, select from the list below: 
  2579.  
  2580. o File type 
  2581. o Set 
  2582. o Cancel 
  2583.  
  2584.  
  2585. ΓòÉΓòÉΓòÉ 146. Help for File Type ΓòÉΓòÉΓòÉ
  2586.  
  2587. The file type is an attribute of a file that describes its contents. 
  2588.  
  2589.  
  2590. ΓòÉΓòÉΓòÉ 147. Help for Set ΓòÉΓòÉΓòÉ
  2591.  
  2592. Select Set to change the current file type to the type you selected in the 
  2593. list. 
  2594.  
  2595.  
  2596. ΓòÉΓòÉΓòÉ 148. Help for Cancel ΓòÉΓòÉΓòÉ
  2597.  
  2598. Select Cancel if you decide not to change the current settings. 
  2599.  
  2600.  
  2601. ΓòÉΓòÉΓòÉ 149. Help for Subject ΓòÉΓòÉΓòÉ
  2602.  
  2603. Use this window to type a subject for the current file. 
  2604.  
  2605.  1. Type a line of text (up to 40 characters) that describes the current file. 
  2606.  2. Select Set. 
  2607.  
  2608. For a detailed explanation of each field, select from the list below: 
  2609.  
  2610. o Set 
  2611. o Cancel 
  2612.  
  2613.  
  2614. ΓòÉΓòÉΓòÉ 150. Help for Set ΓòÉΓòÉΓòÉ
  2615.  
  2616. Select Set to accept the text and close the window. 
  2617.  
  2618.  
  2619. ΓòÉΓòÉΓòÉ 151. Help for Cancel ΓòÉΓòÉΓòÉ
  2620.  
  2621. Select Cancel if you decide not to type a subject. 
  2622.  
  2623.  
  2624. ΓòÉΓòÉΓòÉ 152. EPM Editor Commands ΓòÉΓòÉΓòÉ
  2625.  
  2626. EPM supports a variety of general-purpose editing commands.  Several of the 
  2627. most common commands are available on the menu bar.  All of the commands can be 
  2628. started from the Command window.  Select any of the following commands for more 
  2629. information about the command: 
  2630.  
  2631. o [#] (Go To Line) 
  2632. o ACTIVATEACCEL (Activate an Accelerator Table) 
  2633. o ADD (Add Block) 
  2634. o ALL (Find All Text) 
  2635. o APPEND (Append to File) 
  2636. o ASC (Get ASCII Value) 
  2637. o AUTOSAVE (Query or Set Autosave Value) 
  2638. o BOTTOM (Go To Bottom) 
  2639. o BOX (Box Mark) 
  2640. o BROWSE (Query or Set Browse Mode) 
  2641. o BUILDACCEL (Build an Accelerator Table Entry) 
  2642. o BUILDSUBMENU (Build an Action Bar Pulldown) 
  2643. o BUILDMENUITEM (Add Menu Item to Pulldown) 
  2644. o CD (Change Directory) 
  2645. o CENTER (Center Mark) 
  2646. o CHANGE (Change Text) 
  2647. o CHR (Get Character for ASCII Value) 
  2648. o CLOSE (Close the Edit Window) 
  2649. o COPY2CLIP (Copy to Clipboard) 
  2650. o CURSOR_STYLE (Change cursor style) 
  2651. o CUT (Cut Text) 
  2652. o DELETEMENU (Delete a Menu Item) 
  2653. o DICT (Specify Dictionary Name) 
  2654. o DIR (Directory List) 
  2655. o DISPLAY (Change Message Display Actions) 
  2656. o DOLINES (Process Lines) 
  2657. o DPATH (Show DPATH Setting) 
  2658. o DRAW (Draw Text Graphics) 
  2659. o DYNASPELL (Toggle Dynamic Spell-checking) 
  2660. o ECHO (Echo Commands) 
  2661. o EDIT (Edit File) 
  2662. o EPATH (Edit a File in a PATH Setting) 
  2663. o EPMREXX (Execute a Rexx Macro) 
  2664. o ESCAPEKEY (Toggle Escape Key action) 
  2665. o EXPAND (Syntax Expansion) 
  2666. o FILE (Save and Quit) 
  2667. o FILL (Fill Mark) 
  2668. o GET (Get a File) 
  2669. o GOTO (Go To a Specific Line & column) 
  2670. o INSERT_ATTR_VAL_PAIR (Insert Character Attributes) 
  2671. o INSERT_ATTRIBUTE (Insert Character Attribute) 
  2672. o KEY (Repeat a Key) 
  2673. o LIST (Find Files) 
  2674. o LOCATE (Locate Text) 
  2675. o LOCK (Lock a File) 
  2676. o LONGNAMES (Toggle Long File Name Support) 
  2677. o LOOPKEY (Repeat a Key) 
  2678. o LOWERCASE (Convert Marked Text to Lowercase) 
  2679. o MARGINS (Set Text Margins) 
  2680. o MATCHTAB (Use Words as Tab Stops) 
  2681. o MATHx (Calculate) 
  2682. o MC (Execute multiple commands) 
  2683. o MESSAGEBOX (Activate Message box) 
  2684. o MONOFONT (Change to monospaced font) 
  2685. o MULT (Multiply Block) 
  2686. o NAME (Rename Current File) 
  2687. o NEWWINDOW (Move Current File to a New Edit Window) 
  2688. o OPATH (Open a File in a PATH Setting) 
  2689. o OPEN (Open New Edit Window) 
  2690. o OS2 (Process OS/2 Command) 
  2691. o PASTE (Paste Text) 
  2692. o PATH (Show PATH Setting) 
  2693. o POSTME (Delay Command Execution) 
  2694. o PRINT (Print File) 
  2695. o PROFILE (Toggle Profile Setting) 
  2696. o PROOF (Spell-check a File or Mark) 
  2697. o PROOFWORD (Spell-check the Current Word) 
  2698. o PROOF_PUNCTUATION (Specify Punctuation Characters for PROOF) 
  2699. o QUIT (Quit File) 
  2700. o QD (Query Date) 
  2701. o QT (Query Time) 
  2702. o RC (Show Return Code) 
  2703. o REGISTER_MOUSE (Register Mouse Event) 
  2704. o RX (Execute a Rexx Macro) 
  2705. o SAVE (Save File) 
  2706. o SAYERROR (Display Error Code or Message) 
  2707. o SET (Show Environment Settings) 
  2708. o SETMOUSEPOINTER (Set Mouse Pointer Shape) 
  2709. o SHELL (Start a Command Shell) 
  2710. o SHOWMENU (Activate an Action Bar Menu) 
  2711. o SORT (Sort File) 
  2712. o STAY (Control Cursor Position After CHANGE Command) 
  2713. o SUBJECT (Display or Set File Subject) 
  2714. o SYN (Look Up Synonyms) 
  2715. o TABKEY (Toggle Tab Key action) 
  2716. o TRIM (Trim Edit Window) 
  2717. o TABS (Set Tab Stops) 
  2718. o TOP (Go To Top) 
  2719. o TYPE (Display or Set File Type) 
  2720. o UNIVERSAL (Change Universal Variables) 
  2721. o UNLOCK (Unlock a File) 
  2722. o UPPERCASE (Convert Marked Text to Uppercase) 
  2723. o VER (Show Editor Version) 
  2724. o VERIFY (Spell-check the Current Word) 
  2725. o VOL (Show Volume Label) 
  2726.  
  2727. Related Information: 
  2728.  
  2729. Issuing editor commands 
  2730.  
  2731.  
  2732. ΓòÉΓòÉΓòÉ 152.1. (Go To Line) ΓòÉΓòÉΓòÉ
  2733.  
  2734. Syntax:  [+|-]nnnn 
  2735.  
  2736. Use this command to move the cursor to another line.  It can be used three 
  2737. ways: 
  2738.  
  2739. nnnn 
  2740.           Moves to line number nnnn. 
  2741. +nnnn 
  2742.           Moves forward (down) nnnn number of lines. 
  2743. -nnnn 
  2744.           Moves backward (up) nnnn number of lines. 
  2745.  
  2746. You must issue this command from the Command window. 
  2747.  
  2748. Related Information: 
  2749.  
  2750. o Command window 
  2751. o Issuing editor commands 
  2752.  
  2753.  
  2754. ΓòÉΓòÉΓòÉ 152.2. ACTIVATEACCEL (Activate an Accelerator Table) ΓòÉΓòÉΓòÉ
  2755.  
  2756. Syntax:  ACTIVATEACCEL [table_name] 
  2757.  
  2758. Use ACTIVATEACCEL in a Rexx macro to activate the named accelerator table.  If 
  2759. no name is given, the current accelerator table (which could have been updated 
  2760. with the BUILDACCEL command) is rebuilt. 
  2761.  
  2762. Related Information: 
  2763.  
  2764. o BUILDACCEL 
  2765.  
  2766.  
  2767. ΓòÉΓòÉΓòÉ 152.3. ADD (Add Block) ΓòÉΓòÉΓòÉ
  2768.  
  2769. Syntax:  ADD 
  2770.  
  2771. Use ADD to add the numeric expressions in the current mark, and display the 
  2772. result on the next line after the mark.  The mark must be either a block mark 
  2773. or a line mark. 
  2774.  
  2775. You must issue this command from the Command window. 
  2776.  
  2777. Related Information: 
  2778.  
  2779. o Command window 
  2780. o Issuing editor commands 
  2781. o MULT 
  2782. o MATHx 
  2783.  
  2784.  
  2785. ΓòÉΓòÉΓòÉ 152.4. ALL (Find All Text) ΓòÉΓòÉΓòÉ
  2786.  
  2787. Syntax:  ALL /search_string[/[c]] 
  2788.  
  2789. Use ALL to create a temporary file showing all occurrences of search_string in 
  2790. the current file. 
  2791.  
  2792. The c option ignores case in the search_string. For example, "Search", 
  2793. "search", and "SEARCH" are treated the same. 
  2794.  
  2795. The delimiter used to separate search_string and the options is the first 
  2796. non-blank character following "ALL." 
  2797.  
  2798. Once the command has completed processing, use Ctrl+Q to switch between the 
  2799. result file and the search file. 
  2800.  
  2801. You must issue this command from the Command window. 
  2802.  
  2803. Related Information: 
  2804.  
  2805. o Command window 
  2806. o Issuing editor commands 
  2807.  
  2808.  
  2809. ΓòÉΓòÉΓòÉ 152.5. APPEND, APP (Append to File) ΓòÉΓòÉΓòÉ
  2810.  
  2811. Syntax:  APPEND or APP [filespec] 
  2812.  
  2813. Use APPEND to add the marked text to the file filespec.  If no text is marked, 
  2814. the entire current file is taken as the source.  The equals sign, "=" can be 
  2815. used as a shorthand for various parts of the file specifier. 
  2816.  
  2817. For convenience, filespec can be omitted if you wish to repeat an APPEND to the 
  2818. same file.  APPEND commands without a filespec reuse the last-specified name. 
  2819.  
  2820. You can print a marked block of text by issuing APPEND LPTn. (But the PRINT 
  2821. command prints a block if one is marked.) 
  2822.  
  2823. You must issue this command from the Command window. 
  2824.  
  2825. Related Information: 
  2826.  
  2827. o Command window 
  2828. o Issuing editor commands 
  2829. o PRINT 
  2830. o Marking text 
  2831.  
  2832.  
  2833. ΓòÉΓòÉΓòÉ 152.6. ASC (Get ASCII Value) ΓòÉΓòÉΓòÉ
  2834.  
  2835. Syntax:  ASC [char] 
  2836.  
  2837. Use ASC to display the ASCII value of the specified character.  If no character 
  2838. is specified, the character at the cursor is used. 
  2839.  
  2840. Note:  The ASC command is the opposite of the CHR command.
  2841.  
  2842. You must issue this command from the Command window. 
  2843.  
  2844. Related Information: 
  2845.  
  2846. o Command window 
  2847. o Issuing editor commands 
  2848.  
  2849.  
  2850. ΓòÉΓòÉΓòÉ 152.7. AUTOSAVE (Query or Set Autosave Value) ΓòÉΓòÉΓòÉ
  2851.  
  2852. Syntax:  AUTOSAVE [#### | ON | OFF | ? | DIR] 
  2853.  
  2854. Use AUTOSAVE to display or set the autosave values. The parameters are: 
  2855.  
  2856. [none] 
  2857.           Displays the current values on the message line, and places an 
  2858.           AUTOSAVE command in the command window where you can change it. 
  2859. #### 
  2860.           Sets the current autosave count to the specified number. 
  2861. ON 
  2862.           Sets the current autosave count to the default value. 
  2863. OFF 
  2864.           Sets the current autosave count to 0, turning off autosaves. 
  2865.           Displays the current values in a window, with a button you can select 
  2866.           to list all files in the autosave directory. 
  2867. DIR 
  2868.           Lists all files in the autosave directory. 
  2869.  
  2870. The autosave values displayed are the autosave count (after this many changes 
  2871. are made to the file, an automatic save is done to a temporary file) and the 
  2872. autosave file name (the file which is saved whenever the autosave count is 
  2873. reached).  The default autosave count is set through the Configure window.  The 
  2874. autosave path is also set in the Configure window; the autosave file name is 
  2875. constructed from the autosave path, the current file name, and a unique 3-digit 
  2876. extension. 
  2877.  
  2878. You must issue this command from the Command window. 
  2879.  
  2880. Related Information: 
  2881.  
  2882. o Command window 
  2883. o Issuing editor commands 
  2884.  
  2885.  
  2886. ΓòÉΓòÉΓòÉ 152.8. BOT, BOTTOM (Go To Bottom) ΓòÉΓòÉΓòÉ
  2887.  
  2888. Syntax:  BOTTOM or  BOT 
  2889.  
  2890. Use BOTTOM to move the cursor position to the last line of the file. 
  2891.  
  2892. You must issue this command from the Command window. 
  2893.  
  2894. Related Information: 
  2895.  
  2896. o Command window 
  2897. o Issuing editor commands 
  2898.  
  2899.  
  2900. ΓòÉΓòÉΓòÉ 152.9. BOX (Box Mark) ΓòÉΓòÉΓòÉ
  2901.  
  2902. Syntax:  BOX 1|2|3|4|5|6|C|P|A|E|B|/character 
  2903.  
  2904. Use BOX to draw a box around the current block mark.  The box type depends on 
  2905. the option specified: 
  2906.  
  2907.           Single line. 
  2908.           Double line. 
  2909.           Dotted line. 
  2910.           Thick line. 
  2911.           Double line horizontally; single line vertically. 
  2912.           Single line horizontally; double line vertically. 
  2913.           Comment box using C language syntax. 
  2914.           Comment box using Pascal language syntax. 
  2915.           Comment box using Assembler language syntax. 
  2916.           Erases the box surrounding the block mark. 
  2917.           Box of blanks. 
  2918. /character 
  2919.           Box of specified character. 
  2920.  
  2921. Note:  If a proportional font is used, the lines will not appear to line up 
  2922.        vertically even though they are in the correct columns.  Use a 
  2923.        non-proportional font (for example, System Monospaced or Courier) if you 
  2924.        want the characters to line up on the screen. 
  2925.  
  2926. Note:  The single-to-double line intersections used in box styles 5 and 6 will 
  2927.        display as national characters in some code pages.  Either change to a 
  2928.        different code page, or use a different box style. 
  2929.  
  2930. Note:  Graphic characters cannot be sent in mail messages.
  2931.  
  2932. You must issue this command from the Command window. 
  2933.  
  2934. Related Information: 
  2935.  
  2936. o Command window 
  2937. o Issuing editor commands 
  2938.  
  2939.  
  2940. ΓòÉΓòÉΓòÉ 152.10. BROWSE (Query or Set Browse Mode) ΓòÉΓòÉΓòÉ
  2941.  
  2942. Syntax:  BROWSE [ON | OFF | ?] 
  2943.  
  2944. Use BROWSE to determine if the file can be updated. The parameters are: 
  2945.  
  2946. ON 
  2947.           File can be read, but not updated. 
  2948. OFF 
  2949.           File can be read and updated. 
  2950.           Browse mode (ON or OFF) is displayed. 
  2951.  
  2952. Note:  Browse mode applies to the entire edit ring, not to a specific file.
  2953.  
  2954. You must issue this command from the Command window. 
  2955.  
  2956. Related Information: 
  2957.  
  2958. o Command window 
  2959. o Issuing editor commands 
  2960. o ReadOnly command. 
  2961.  
  2962.  
  2963. ΓòÉΓòÉΓòÉ 152.11. BUILDACCEL (Build Accelerator Table Entry) ΓòÉΓòÉΓòÉ
  2964.  
  2965. Syntax:  BUILDACCEL table flags key index command 
  2966.  
  2967. Use BUILDACCEL to add an accelerator table entry to an accelerator. table is 
  2968. the name of the table to be updated; use '*' to indicate the currently active 
  2969. accelerator table.  flags is a combination of flags corresponding to the AF_ 
  2970. constants in PMWIN.H in the OS/2 Toolkit, keys is an ASCII key value if flags = 
  2971. AF_CHAR; a VK_ constant from PMWIN.H if flags = AF_VIRTUALKEY, etc.  (See the 
  2972. EPM Technical Reference for further details.)  index is a unique number (unique 
  2973. in the active menu as well as the active accelerator table), and command is the 
  2974. command to be executed when the key is pressed. 
  2975.  
  2976. /* Rexx example of accelerator key definition */
  2977.    AF_CHAR        =   1   /* key style constants */
  2978.    AF_VIRTUALKEY  =   2
  2979.    AF_SCANCODE    =   4
  2980.    AF_SHIFT       =   8
  2981.    AF_CONTROL     =  16
  2982.    AF_ALT         =  32
  2983.    AF_LONEKEY     =  64
  2984.  
  2985.    VK_F1        = 32
  2986.    VK_ALT       = 11
  2987.  
  2988. 'buildaccel *' (AF_CHAR + AF_CONTROL)      122 9300 'sayerror Ctrl+z pressed'
  2989.                                   /* ASCII 122 = 'z' */
  2990. 'buildaccel *' (AF_CHAR + AF_CONTROL)       90 9301 'sayerror Ctrl+Z pressed'
  2991.                                   /* ASCII  90 = 'Z' */
  2992. 'buildaccel *' (AF_VIRTUALKEY + AF_ALT)  VK_F1 9302 'qtime'
  2993.                                 /* Alt+F1 tells the time */
  2994. 'buildaccel *  (AF_VIRTUALKEY + AF_LONEKEY)  VK_ALT 9303 'sayerror F10 = action bar'
  2995.                                 /* Block Alt key from going to the action bar. */
  2996. 'activateaccel'  /* No argument => use current table name. */
  2997.  
  2998. Related Information: 
  2999.  
  3000. o ACTIVATEACCEL 
  3001.  
  3002.  
  3003. ΓòÉΓòÉΓòÉ 152.12. BUILDMENUITEM (Add Menu Item to Pulldown) ΓòÉΓòÉΓòÉ
  3004.  
  3005. Syntax:  BUILDMENUITEM menuname submenuid menuitemid submenutext attrib 
  3006. helppanel e_command 
  3007.  
  3008. Use BUILDMENUITEM in a Rexx macro to add menu items to an action bar pulldown. 
  3009. Buildmenuitem adds a menu item to the pulldown with ID submenuid in the menu 
  3010. named menuname. The text displayed on the pulldown will be submenutext (which 
  3011. can not contain spaces). The attribute will be attrib (see the menu calls in 
  3012. the OS/2 Technical Reference for the various attributes, or just use 0), the 
  3013. help panel resid that will be displayed if the user presses F1 while the menu 
  3014. item is selected is helppanel (0 if no help for that menu item), and e_command 
  3015. is the command that will be executed if that menu item is selected. All the 
  3016. menuitemid's must be unique. 
  3017.  
  3018. /* Rexx sample .erx file - adds "RexxInterface" to the action bar, */
  3019. /* with two menu entries under it.                               */
  3020. 'buildsubmenu default 1990 RexxInterface  0 0'
  3021. 'buildmenuitem default 1990 1991 AddCommentFields      0 0 rx comment'
  3022. 'buildmenuitem default 1990 1992 ShowRexxDateFormats   0 0 rx rxdates'
  3023. 'showmenu default'
  3024.  
  3025. The submenuids for the standard menus are: 
  3026.  
  3027. File        2 
  3028. Edit        8 
  3029. Search      3 
  3030. Options     4 
  3031. Command     1 
  3032. Help        6 
  3033.  
  3034. Related Information: 
  3035.  
  3036. o BUILDSUBMENU 
  3037. o DELETEMENU 
  3038. o SHOWMENU 
  3039.  
  3040.  
  3041. ΓòÉΓòÉΓòÉ 152.13. BUILDSUBMENU (Build an Action Bar Pulldown) ΓòÉΓòÉΓòÉ
  3042.  
  3043. Syntax:  BUILDSUBMENU menuname submenuid submenutext attrib helppanel e_command 
  3044.  
  3045. Use BUILDSUBMENU in a Rexx macro to create a new action bar entry. Buildsubmenu 
  3046. adds a pulldown to the action bar menu named menuname, as submenu number 
  3047. submenuid.  The text displayed on the action bar will be submenutext (which can 
  3048. not contain spaces), the attribute will be attrib (see the menu calls in the 
  3049. OS/2 Technical Reference for the various attributes, or just use 0), the help 
  3050. panel resid that will be displayed if the user presses F1 while the menu item 
  3051. is selected is helppanel (0 if no help for that menu item), and e_command is 
  3052. the command that will be executed if that menu item is selected.  It should be 
  3053. blank (omitted) if you want to define a pull-down; if a command is defined in 
  3054. the Buildsubmenu opcode then it will act immediately.  If no command is 
  3055. defined, then the pull-down menu presented will be all the menu items added via 
  3056. Buildmenuitem calls that specified the same submenuid. 
  3057.  
  3058. Related Information: 
  3059.  
  3060. o BUILDMENUITEM 
  3061. o DELETEMENU 
  3062. o SHOWMENU 
  3063.  
  3064.  
  3065. ΓòÉΓòÉΓòÉ 152.14. CD (Change Directory) ΓòÉΓòÉΓòÉ
  3066.  
  3067. Syntax:  CD [ [drive:]path ] 
  3068.  
  3069. Use CD to change the current directory to the drive and path specified.  If 
  3070. neither drive nor path are specified, the current directory is displayed. 
  3071.  
  3072. You must issue this command from the Command window. 
  3073.  
  3074. Related Information: 
  3075.  
  3076. o Command window 
  3077. o Issuing editor commands 
  3078.  
  3079.  
  3080. ΓòÉΓòÉΓòÉ 152.15. CENTER (Center Mark) ΓòÉΓòÉΓòÉ
  3081.  
  3082. Syntax:  CENTER 
  3083.  
  3084. Use CENTER to center the text within the current mark.  If the current mark is 
  3085. a line mark, the text is centered using the current margins.  If the current 
  3086. mark is a block mark, the text is centered using the block boundaries for the 
  3087. margins. 
  3088.  
  3089. You must issue this command from the Command window. 
  3090.  
  3091. Related Information: 
  3092.  
  3093. o Command window 
  3094. o Issuing editor commands 
  3095.  
  3096.  
  3097. ΓòÉΓòÉΓòÉ 152.16. CHANGE, C (Change Text) ΓòÉΓòÉΓòÉ
  3098.  
  3099. Syntax: CHANGE or  C /search_string /replace_string/options 
  3100.  
  3101. Use CHANGE to find search_string and replace it with replace_string, depending 
  3102. on the options specified: 
  3103.  
  3104.           Searches from the current cursor position backward. 
  3105.           Searches from the current cursor position forward. 
  3106.           Replaces all occurrences of search_string with replace_string. 
  3107.           Searches within the marked area only. 
  3108.           Searches within the entire file. 
  3109.           Ignores case while searching for search_string. 
  3110.           Respects case while searching for search_string. 
  3111.           Search reversed, right to left, within each line. 
  3112.           Search forward, left to right, within each line. 
  3113.           Use the GREP algorithm. 
  3114.  
  3115.           Note:  GREP strings can only be used in the search_string, not in the replace_string.
  3116.  
  3117.  
  3118.           Use the eXtended GREP algorithm. 
  3119.  
  3120.           Note:  EGREP strings can be used in the search_string, and referenced 
  3121.                  in the replace_string.
  3122.  
  3123.  
  3124.           (Noisy)  Provide a message indicating how many changes were made. 
  3125.           Search for search_string as a separate word. 
  3126.           Match the case of each character in replace_string, to the case of 
  3127.           the corresponding character in search_string.  If replace_string is 
  3128.           longer than search_string, the case of the last alphabetic character 
  3129.           in search_string will be used for all unmatched characters in 
  3130.           replace_string. For example, the command: 
  3131.  
  3132.                     c /here/there/ kcw*
  3133.           would change the string: 
  3134.  
  3135.                     Here is an example where we
  3136.                     change this here HERE to THERE.
  3137.           to: 
  3138.  
  3139.                     There is an example where we
  3140.                     change this there THERE to THERE.
  3141.  
  3142. The default options are + A E F. 
  3143.  
  3144. The delimiter used to separate search_string, replace_string, and the options 
  3145. is the first non-blank character following C. 
  3146.  
  3147. You must issue this command from the Command window. 
  3148.  
  3149. Related Information: 
  3150.  
  3151. o Command window 
  3152. o Issuing editor commands 
  3153. o Search dialog 
  3154.  
  3155.  
  3156. ΓòÉΓòÉΓòÉ 152.17. CHR (Get Character for ASCII Value) ΓòÉΓòÉΓòÉ
  3157.  
  3158. Syntax:  CHR ASCII_character_code 
  3159.  
  3160. Use CHR to display the character associated with the ASCII_character_code 
  3161. specified. 
  3162.  
  3163. Note:  The CHR command is the opposite of the ASC command.
  3164.  
  3165. You must issue this command from the Command window. 
  3166.  
  3167. Related Information: 
  3168.  
  3169. o Command window 
  3170. o Issuing editor commands 
  3171.  
  3172.  
  3173. ΓòÉΓòÉΓòÉ 152.18. CLOSE (Close the Edit Window) ΓòÉΓòÉΓòÉ
  3174.  
  3175. Syntax:  CLOSE 
  3176.  
  3177. Use CLOSE to quit all the files in the current edit ring and close the edit 
  3178. window.  Before quitting any modified files in the ring, a window appears which 
  3179. enables you to select Save to save the file, Discard to discard the changes, or 
  3180. Cancel to cancel the close.  If you select Cancel for any of the modified 
  3181. files, no files are removed from the ring. 
  3182.  
  3183. You must issue this command from the Command window. 
  3184.  
  3185. Related Information: 
  3186.  
  3187. o Command window 
  3188. o Issuing editor commands 
  3189.  
  3190.  
  3191. ΓòÉΓòÉΓòÉ 152.19. COPY2CLIP (Copy to Clipboard) ΓòÉΓòÉΓòÉ
  3192.  
  3193. Syntax:  COPY2CLIP 
  3194.  
  3195. Use COPY2CLIP to copy the text within the current mark to the clipboard for 
  3196. transfer to other files being edited, or to other programs. 
  3197.  
  3198. You must issue this command from the Command window. 
  3199.  
  3200. Related Information: 
  3201.  
  3202. o Command window 
  3203. o Issuing editor commands 
  3204. o CUT 
  3205. o PASTE 
  3206.  
  3207.  
  3208. ΓòÉΓòÉΓòÉ 152.20. CURSOR_STYLE (Change cursor style) ΓòÉΓòÉΓòÉ
  3209.  
  3210. Syntax:  CURSOR_STYLE [1 | 2 | cursor_dimensions] 
  3211.  
  3212. Use CURSOR_STYLE to change the style of the text cursor. 
  3213.  
  3214. Sets the cursor shape.  1 gives a GPI-style cursor (vertical bar in insert 
  3215. mode), 2 gives a VIO-style cursor (underline in replace mode), and 
  3216. cursor_dimensions lets you specify the exact shape cursor you want, as follows: 
  3217.  
  3218. replace_width.replace_height insert_width.insert_height
  3219. Each width and height value can be a positive number, representing the number 
  3220. of pixels wide or high the cursor should be, or a negative number, whose 
  3221. absolute value represents the number of 128ths of the character width or height 
  3222. the cursor should be.  So, 2.-128 would represent a cursor 2 pixels wide and 
  3223. the same height as the current character. 
  3224.  
  3225. CURSOR_STYLE 1 is equivalent to CURSOR_STYLE -128.-128 2.-128
  3226. CURSOR_STYLE 2 is equivalent to CURSOR_STYLE -128.3 -128.-64
  3227.  
  3228. You must issue this command from the Command window. 
  3229.  
  3230. Related Information: 
  3231.  
  3232. o Command window 
  3233. o Issuing editor commands 
  3234.  
  3235.  
  3236. ΓòÉΓòÉΓòÉ 152.21. CUT (Cut Text) ΓòÉΓòÉΓòÉ
  3237.  
  3238. Syntax:  CUT 
  3239.  
  3240. Use CUT to copy the text within the current mark to the clipboard for transfer 
  3241. to other files being edited, or to other programs.  The marked text is deleted 
  3242. from the file. 
  3243.  
  3244. You must issue this command from the Command window. 
  3245.  
  3246. Related Information: 
  3247.  
  3248. o Command window 
  3249. o Issuing editor commands 
  3250. o Marking text 
  3251. o COPY2CLIP 
  3252. o PASTE 
  3253.  
  3254.  
  3255. ΓòÉΓòÉΓòÉ 152.22. DELETEMENU (Delete a Menu Item) ΓòÉΓòÉΓòÉ
  3256.  
  3257. Syntax:  DELETEMENU menuname submenuid menuitemid itemonly 
  3258.  
  3259. Use DELETEMENU to delete an action bar or pulldown menu item. menuname is the 
  3260. name of the menu.  submenuid is the pulldown submenu that is to be deleted. 
  3261. (To delete all submenus set this parameter to 0.) menuitemid is the item to 
  3262. start deleting off a particular submenu (To delete all menu items under a 
  3263. submenu, set this parameter to 0.) itemonly is true if it is desired to delete 
  3264. only the items under a sub-menu but not the sub-menu itself. 
  3265.  
  3266. Related Information: 
  3267.  
  3268. o BUILDMENUITEM 
  3269. o BUILDSUBMENU 
  3270. o SHOWMENU 
  3271.  
  3272.  
  3273. ΓòÉΓòÉΓòÉ 152.23. DICT (Specify Dictionary Name) ΓòÉΓòÉΓòÉ
  3274.  
  3275. Syntax:  DICT [filename [...]] 
  3276.  
  3277. Use DICT to query or set the list of dictionaries to be used when 
  3278. spell-checking.  If no parameter is given, tells you the current dictionary 
  3279. name.  If one or more dictionary names are give, they replace the current 
  3280. dictionary list. 
  3281.  
  3282. Specify the dictionary via the Settings dialog to set the default dictionary. 
  3283.  
  3284. Related Information: 
  3285.  
  3286. o Spell-checking support 
  3287. o Command window 
  3288. o Issuing editor commands 
  3289.  
  3290.  
  3291. ΓòÉΓòÉΓòÉ 152.24. DIR (Directory List) ΓòÉΓòÉΓòÉ
  3292.  
  3293. Syntax:  DIR [ path ] 
  3294.  
  3295. Use DIR to open a temporary file containing the directory listing for the path 
  3296. or the current directory, if no path is specified. 
  3297.  
  3298. You must issue this command from the Command window. 
  3299.  
  3300. Related Information: 
  3301.  
  3302. o Command window 
  3303. o Issuing editor commands 
  3304.  
  3305.  
  3306. ΓòÉΓòÉΓòÉ 152.25. DISPLAY (Change Message Display Actions) ΓòÉΓòÉΓòÉ
  3307.  
  3308. Syntax:  DISPLAY number 
  3309.  
  3310. Use DISPLAY in a Rexx macro to control message display and screen updating.  A 
  3311. negative number turns the display control off, and a positive number turns it 
  3312. back on.  You can turn on or off multiple flags in one DISPLAY call by adding 
  3313. them together, provided they are all positive or negative. -1 turns off screen 
  3314. update; 1 turns it back on. -2 turns off the display of messages; 2 turns it 
  3315. back on. -4 forces messages to be displayed in the message box; 4 reverts to 
  3316. displaying them on the message line; -8 prevents messages from being saved in 
  3317. the message box list; 8 lets them be saved. 
  3318.  
  3319.  
  3320. ΓòÉΓòÉΓòÉ 152.26. DOLINES (Executes Lines) ΓòÉΓòÉΓòÉ
  3321.  
  3322. Syntax:  DOLINES 
  3323.  
  3324. Use DOLINES to process the current line or all marked lines as though they were 
  3325. typed in the Command window.  The line or lines must be editor or OS/2* 
  3326. commands.  If a line mark exists, you are asked if you want to process all 
  3327. marked lines.  You can select Yes, No (to only process the current line), or 
  3328. Cancel. 
  3329.  
  3330. You must issue this command from the Command window. 
  3331.  
  3332. Related Information: 
  3333.  
  3334. o Command window 
  3335. o Issuing editor commands 
  3336.  
  3337.  
  3338. ΓòÉΓòÉΓòÉ 152.27. DPATH (Show DPATH Setting) ΓòÉΓòÉΓòÉ
  3339.  
  3340. Syntax:  DPATH 
  3341.  
  3342. Use DPATH to open a temporary file containing the DPATH environment setting. 
  3343.  
  3344. You must issue this command from the Command window. 
  3345.  
  3346. Related Information: 
  3347.  
  3348. o Command window 
  3349. o Issuing editor commands 
  3350.  
  3351.  
  3352. ΓòÉΓòÉΓòÉ 152.28. DRAW (Draw Text Graphics) ΓòÉΓòÉΓòÉ
  3353.  
  3354. Syntax:  DRAW 1|2|3|4|5|6|B|/character 
  3355.  
  3356. Use DRAW to draw lines within your document, using the built-in graphics 
  3357. characters.  The line is drawn as you move the cursor using the up, down, left, 
  3358. and right keys.  The Insert key can be used to toggle drawing on and off, in 
  3359. order to move the cursor without drawing lines.  The type of line drawn depends 
  3360. on the option specified: 
  3361.  
  3362.           Single line. 
  3363.           Double line. 
  3364.           Dotted line. 
  3365.           Thick line. 
  3366.           Double line horizontally; single line vertically. 
  3367.           Single line horizontally; double line vertically. 
  3368.           Blank line, for erasing other lines. 
  3369. /character 
  3370.           Line of specified character. 
  3371.  
  3372. Note:  If a proportional font is used, the lines will not appear to line up 
  3373.        vertically even though they are in the correct columns.  Use a 
  3374.        non-proportional font (for example, System Monospaced or Courier) if you 
  3375.        want the characters to line up on the screen. 
  3376.  
  3377. Note:  The single-to-double line intersections used in drawing styles 5 and 6 
  3378.        will display as national characters in some code pages.  Either change 
  3379.        to a different code page, or use a different drawing style. 
  3380.  
  3381. Note:  Graphic characters cannot be sent in mail messages.
  3382.  
  3383. You must issue this command from the Command window. 
  3384.  
  3385. Related Information: 
  3386.  
  3387. o Command window 
  3388. o Issuing editor commands 
  3389.  
  3390.  
  3391. ΓòÉΓòÉΓòÉ 152.29. DYNASPELL (Toggle Dynamic Spell-checking) ΓòÉΓòÉΓòÉ
  3392.  
  3393. Syntax:  DYNASPELL 
  3394.  
  3395. Use DYNASPELL to toggle dynamic spell-checking on or off for the current file. 
  3396. When dynamic spell-checking is on, each word is spell-checked as it is typed, 
  3397. and a warning is given for any words not found in the dictionaries or addenda. 
  3398.  
  3399. Related Information: 
  3400.  
  3401. o Spell-checking support 
  3402. o Command window 
  3403. o Issuing editor commands 
  3404. o PROOF command 
  3405.  
  3406.  
  3407. ΓòÉΓòÉΓòÉ 152.30. ECHO (Echo Commands) ΓòÉΓòÉΓòÉ
  3408.  
  3409. Syntax:  ECHO [ON | OFF] 
  3410.  
  3411. Use ECHO to switch the echo mode on or off; anything else tells you the current 
  3412. value.  When echo mode is on, every command is displayed in the message field 
  3413. before being processed.  The parameters are: 
  3414.  
  3415. [none] 
  3416.           Displays current value. 
  3417. ON 
  3418.           Every command is displayed in the message field before being 
  3419.           processed. 
  3420. OFF 
  3421.           No commands are displayed. 
  3422.  
  3423. You must issue this command from the Command window. 
  3424.  
  3425. Related Information: 
  3426.  
  3427. o Command window 
  3428. o Issuing editor commands 
  3429.  
  3430.  
  3431. ΓòÉΓòÉΓòÉ 152.31. EDIT, E (Edit File) ΓòÉΓòÉΓòÉ
  3432.  
  3433. Syntax:  EDIT or E [ [options] [=]file1 ][, [options] [=]file2 ]... 
  3434.  
  3435. Use EDIT to load the specified files into the current ring, using the options 
  3436. specified for each file: 
  3437.  
  3438. /B 
  3439.           Search both ring and disk - the copy of the file currently in the 
  3440.           ring will be activated if it is present, otherwise, the file will be 
  3441.           searched for on disk. This is the default. 
  3442. /BIN 
  3443.           Load the file in binary format.  All line terminators will appear in 
  3444.           the file, and can be edited like any other character.  Lines may or 
  3445.           may not be broken at the line terminator, depending on the presence 
  3446.           and position of the /nnn option.  See the description of that option 
  3447.           for details. 
  3448. /C 
  3449.           Create a new file with the given name. 
  3450. /D 
  3451.           Search for the file on disk, even if a copy of the file is already 
  3452.           loaded into the editor. 
  3453. /K 
  3454.           This locks the file when opening it, preventing other applications 
  3455.           from modifying the file.  Compare this with the LOCK command, which 
  3456.           prevents other applications from reading as well as from writing the 
  3457.           file. 
  3458. /K0 
  3459.           This will load the file only if it is not locked by another 
  3460.           application. 
  3461. /K1 
  3462.           (Same as /K.) 
  3463. /K2 
  3464.           This locks the file when opening it, preventing other applications 
  3465.           from reading or modifying the file. 
  3466. /L 
  3467.           use the OS/2 and DOS convention that a new line is signified by a 
  3468.           carriage return followed by a line feed.  Carriage returns or line 
  3469.           feeds standing by themself are kept as text. 
  3470. /N 
  3471.           Search for the file in the current ring. 
  3472. /Nx 
  3473.           Negates option /x.  Recognized options are /NK, /NR, /NS, /NT, and 
  3474.           /NV. 
  3475. /R 
  3476.           Loads the file in read-only mode. (See also the ReadOnly command.) 
  3477. /S 
  3478.           Strip trailing blanks from each line when loading the file. 
  3479. /T 
  3480.           Do not expand tabs when the file is loaded. This is the default; use 
  3481.           the /NT option to expand all tabs to an appropriate number of spaces 
  3482.           when the file is loaded.  (Note that this default is different from 
  3483.           version 5.51 and below.) 
  3484. /U 
  3485.           use the Unix convention that a line feed alone is sufficient to start 
  3486.           a new line when loading a file.  Carriage returns are discarded. 
  3487.           (This is the default.) 
  3488. /nnn 
  3489.           Load the file with a maximum line length of nnn characters. Any lines 
  3490.           longer than that will be split into multiple lines.  The fact that 
  3491.           the lines were split will be remembered, and the pieces will be glued 
  3492.           back together when the file is saved.  The default is that lines will 
  3493.           only be broken if they are longer than the maximum line size that can 
  3494.           be handled. This limit is currently 1600 characters. 
  3495.  
  3496.           If the /BIN option is specified, then the relative position of the 
  3497.           two options controls the result.  If the /BIN option appears first, 
  3498.           then nnn will be treated as an upper limit; lines will be broken at a 
  3499.           line terminator or at nnn characters, whichever comes first.  If the 
  3500.           /nnn option appears first, then it will be given priority and the 
  3501.           line terminators will be ignored, so that every line will be exactly 
  3502.           nnn characters long (except for the last line, which might be 
  3503.           shorter). 
  3504.  
  3505. The equals sign, "=" can be used as a shorthand for various parts of the file 
  3506. specifier. 
  3507.  
  3508. Commands (inside paired single quotes) can be intermixed with the file names. 
  3509. The files are loaded and the commands executed in the order in which they 
  3510. appear on the command line. For example: 
  3511.  
  3512. E new.c 'get skeleton.c' 'bot'
  3513.  
  3514. File names containing spaces or "=" must be enclosed inside paired double 
  3515. quotes.  Commands containing single quotes can have the quotes doubled up.  For 
  3516. example: 
  3517.  
  3518. e "c:\This name contains spaces"  'L /It''s'
  3519.  
  3520. You must issue this command from the Command window. 
  3521.  
  3522. Related Information: 
  3523.  
  3524. o Command window 
  3525. o Issuing editor commands 
  3526.  
  3527.  
  3528. ΓòÉΓòÉΓòÉ 152.32. EPATH, EP (Edit a File in a PATH Setting) ΓòÉΓòÉΓòÉ
  3529.  
  3530. Syntax:  EPATH or EP filespec [pathname] 
  3531.  
  3532. Use EPATH to search an environment setting for the specified file and load it. 
  3533. The path name defaults to EPMPATH, except if the file specifier extension is 
  3534. CMD; then the path name defaults to PATH.  '=' may be specified, to indicate 
  3535. the name of the current file (without the drive or path). Examples: 
  3536.  
  3537. ep mycnf.e 
  3538.           Searches the EPMPATH setting for MYCNF.E. 
  3539. ep test.cmd 
  3540.           Searches the PATH setting for TEST.CMD. 
  3541. ep main.c include 
  3542.           Searches the INCLUDE setting for MAIN.C. 
  3543.  
  3544. The search order is: 
  3545.  
  3546.  1. The current directory 
  3547.  2. Each directory listed in the path setting 
  3548.  
  3549. If the file is found in the search path, it is loaded from that subdirectory. 
  3550. If not, an empty file with that name will be loaded.  The path will default to 
  3551. the current directory. 
  3552.  
  3553. You must issue this command from the Command window. 
  3554.  
  3555. Related Information: 
  3556.  
  3557. o Command window 
  3558. o Issuing editor commands 
  3559.  
  3560.  
  3561. ΓòÉΓòÉΓòÉ 152.33. ESCAPEKEY (Toggle Escape Key Action) ΓòÉΓòÉΓòÉ
  3562.  
  3563. Syntax:  ESCAPEKEY [ON | OFF] 
  3564.  
  3565. Use ESCAPEKEY to switch the escape key mode on or off; anything else tells you 
  3566. the current value.  When escape key mode is on, the escape key can be used to 
  3567. bring up the command line dialog (just like Ctrl+I).  This is for compatability 
  3568. with previous versions of EPM.  The default is escape key mode off. 
  3569.  
  3570. You must issue this command from the Command window. 
  3571.  
  3572. To save the current escape key mode setting as your permanent default: 
  3573.  
  3574.  1. Select Options. 
  3575.  2. Select Save options. 
  3576.  
  3577. Related Information: 
  3578.  
  3579. o Command window 
  3580. o Issuing editor commands 
  3581.  
  3582.  
  3583. ΓòÉΓòÉΓòÉ 152.34. EXPAND (Syntax Expansion) ΓòÉΓòÉΓòÉ
  3584.  
  3585. Syntax:  EXPAND [ON | OFF] 
  3586.  
  3587. Use EXPAND to set syntax expansion ON or OFF.  If no parameters are given, the 
  3588. current value is displayed. 
  3589.  
  3590. Syntax expansion occurs when Space or Enter is pressed while a file with a 
  3591. supported language-specific extension is active (for example C, PAS, or CMD). 
  3592. When automatic expansion is off, you can force expansion to occur by pressing 
  3593. Ctrl+X. 
  3594.  
  3595. You must issue this command from the Command window. 
  3596.  
  3597. Related Information: 
  3598.  
  3599. o Command window 
  3600. o Issuing editor commands 
  3601.  
  3602.  
  3603. ΓòÉΓòÉΓòÉ 152.35. FILE (Save and Quit) ΓòÉΓòÉΓòÉ
  3604.  
  3605. Syntax:  FILE [ [=]filename ] [options] 
  3606.  
  3607. Use FILE to store the file (using the file name specified, or the current file 
  3608. name) and quit editing the file. 
  3609.  
  3610. If "=" is specified, filename is prefixed with the drive and path of the 
  3611. current file. 
  3612.  
  3613. See the SAVE command for the list of valid options. 
  3614.  
  3615. You must issue this command from the Command window. 
  3616.  
  3617. Related Information: 
  3618.  
  3619. o Command window 
  3620. o Issuing editor commands 
  3621. o SAVE command 
  3622.  
  3623.  
  3624. ΓòÉΓòÉΓòÉ 152.36. FILEFIND (Find Files) ΓòÉΓòÉΓòÉ
  3625.  
  3626. Synonym for the LIST command. 
  3627.  
  3628. Related Information: 
  3629.  
  3630. LIST 
  3631.  
  3632.  
  3633. ΓòÉΓòÉΓòÉ 152.37. FILL (Fill Mark) ΓòÉΓòÉΓòÉ
  3634.  
  3635. Syntax:  FILL [ character ] 
  3636.  
  3637. Use FILL to fill the current mark with the character specified.  If no 
  3638. character is given, a dialog will be presented asking for one. 
  3639.  
  3640. You must issue this command from the Command window. 
  3641.  
  3642. Related Information: 
  3643.  
  3644. o Command window 
  3645. o Issuing editor commands 
  3646.  
  3647.  
  3648. ΓòÉΓòÉΓòÉ 152.38. FINDFILE (Find Files) ΓòÉΓòÉΓòÉ
  3649.  
  3650. Synonym for the LIST command. 
  3651.  
  3652. Related Information: 
  3653.  
  3654. LIST 
  3655.  
  3656.  
  3657. ΓòÉΓòÉΓòÉ 152.39. GET (Get a File) ΓòÉΓòÉΓòÉ
  3658.  
  3659. Syntax:  GET filespec 
  3660.  
  3661. Use GET to retrieve a file and insert it starting on the next line after the 
  3662. cursor position.  The equals sign, "=" can be used for various parts of the 
  3663. file specifier. 
  3664.  
  3665. You must issue this command from the Command window. 
  3666.  
  3667. Related Information: 
  3668.  
  3669. o Command window 
  3670. o Issuing editor commands 
  3671.  
  3672.  
  3673. ΓòÉΓòÉΓòÉ 152.40. GOTO (Go To a Specific Line & Column) ΓòÉΓòÉΓòÉ
  3674.  
  3675. Syntax:  GOTO line [col] 
  3676.  
  3677. Use GOTO to position the cursor at a specific line and column.  This command is 
  3678. intended primarily for passing on the command line when starting the editor 
  3679. from an external program. For example, from a Rexx command file: 
  3680.  
  3681.    "start EPM" sourcefile " 'goto" error_line error_col " ' "
  3682.  
  3683. You must issue this command from the Command window. 
  3684.  
  3685. Related Information: 
  3686.  
  3687. o Command window 
  3688. o Issuing editor commands 
  3689.  
  3690.  
  3691. ΓòÉΓòÉΓòÉ 152.41. HELP (Open Help Browser) ΓòÉΓòÉΓòÉ
  3692.  
  3693. Syntax:  HELP 
  3694.  
  3695. Use HELP to load the EPMHELP.QHL file into a browse-mode window, which displays 
  3696. help information. 
  3697.  
  3698. You must issue this command from the Command window. 
  3699.  
  3700. Related Information: 
  3701.  
  3702. o Command window 
  3703. o Issuing editor commands 
  3704.  
  3705.  
  3706. ΓòÉΓòÉΓòÉ 152.42. INSERT_ATTR_VAL_PAIR (Insert Character Attributes) ΓòÉΓòÉΓòÉ
  3707.  
  3708. Syntax:  INSERT_ATTR_VAL_PAIR class attr_val [fstline lstline fstcol lstcol 
  3709. [fid]] 
  3710.  
  3711. Use INSERT_ATTR_VAL_PAIR in a Rexx macro to insert push and pop attributes as a 
  3712. pair into a file.  class is the attribute class; attr_val is the attribute 
  3713. value; fstline lstline fstcol lstcol refer to the beginning and ending 
  3714. characters where the attributes are to be inserted (if omitted, then a mark 
  3715. must exist, and the attributes are inserted at the beginning and end of the 
  3716. mark; for a block mark, at the left and right sides of the mark on each line), 
  3717. and fid is the identifier of the file into which the attributes should be 
  3718. inserted (if omitted, it defaults to the current file). 
  3719.  
  3720. /* Rexx macro to highlight the subject line */
  3721. /* Assumes .levelofattributesupport has '1' turned on */
  3722. /* to enable color display. */
  3723. BLACK = 0; BLUE = 1; GREEN = 2; CYAN = 3; RED = 4; MAGENTA = 5; BROWN = 6;
  3724. LIGHT_GREY = 7; DARK_GREY = 8; LIGHT_BLUE = 9; LIGHT_GREEN = 10;
  3725. LIGHT_CYAN = 11; LIGHT_RED = 12; LIGHT_MAGENTA = 13; YELLOW = 14;
  3726. WHITE = 15; BLACKB = 0; BLUEB = 16; GREENB = 32; CYANB = 48; REDB = 64;
  3727. MAGENTAB = 80; BROWNB = 96; GREYB =112; LIGHT_GREYB =112;
  3728. DARK_GREYB =128; LIGHT_BLUEB =144; LIGHT_GREENB =160; LIGHT_CYANB = 176;
  3729. LIGHT_REDB =192; LIGHT_MAGENTAB =208; YELLOWB =224; WHITEB =240;
  3730.  
  3731. 'l /Subject:/c'
  3732. if rc = 0 then do        /* Found it! */
  3733.    'extract /line/col'
  3734.    'Insert_attr_val_pair 1' (Light_Magenta + Light_CyanB) ,
  3735.                          line.1 line.1 col.1 (col.1 + 7)
  3736. end
  3737.  
  3738. Related Information: 
  3739.  
  3740. o Insert_attribute 
  3741.  
  3742.  
  3743. ΓòÉΓòÉΓòÉ 152.43. INSERT_ATTRIBUTE (Insert Character Attribute) ΓòÉΓòÉΓòÉ
  3744.  
  3745. Syntax:  INSERT_ATTRIBUTE class attr_val push_flag offset [col [line [fid]]] 
  3746.  
  3747. Use INSERT_ATTRIBUTE in a Rexx macro to insert a character attribute into a 
  3748. file.  class is the attribute class; attr_val is the attribute value; push_flag 
  3749. is 1 for push, 0 for pop, or the value appropriate for the attribute class 
  3750. specified. offset is the offset from the character at which the attribute 
  3751. should be inserted; line and col are the position at which the attribute should 
  3752. be inserted, and default to the cursor position; and fid is the identifier of 
  3753. the file into which the attributes should be inserted (if omitted, it defaults 
  3754. to the current file). 
  3755.  
  3756. Related Information: 
  3757.  
  3758. o Insert_attr_val_pair 
  3759.  
  3760.  
  3761. ΓòÉΓòÉΓòÉ 152.44. KEY (Repeat a Key) ΓòÉΓòÉΓòÉ
  3762.  
  3763. Syntax:  KEY #### character 
  3764.  
  3765. Use KEY to repeat a character horizontally the specified number of times.  This 
  3766. can be quite powerful;  for example, you can repeat an entire set of recorded 
  3767. keystrokes (Ctrl+T) 20 times. Example: 
  3768.  
  3769. KEY 80 =
  3770. This writes a line of 80 equal signs into your document. 
  3771.  
  3772. Character can be a normal ASCII character, or a string representing an extended 
  3773. ASCII character. 
  3774.  
  3775. You must issue this command from the Command window. 
  3776.  
  3777. Related Information: 
  3778.  
  3779. o Command window 
  3780. o Issuing editor commands 
  3781. o LOOPKEY 
  3782.  
  3783.  
  3784. ΓòÉΓòÉΓòÉ 152.45. LIST (Find Files) ΓòÉΓòÉΓòÉ
  3785.  
  3786. Syntax:  LIST filespec 
  3787.  
  3788. Use LIST to load a list of file names that match filespec. If filespec includes 
  3789. a path, then that directory is used as the starting point; if not, the current 
  3790. directory is used.  Both the starting directory and any subdirectories are 
  3791. searched for matching files.  This may take a significant amount of time (a 
  3792. minute or more) if you name a filespec that qualifies an entire hard disk, such 
  3793. as 
  3794.  
  3795. list \*.*
  3796.  Once you have the list, you can place the cursor on the name of a file, and 
  3797. then press Alt-1 to edit that file. 
  3798.  
  3799. You must issue this command from the Command window. 
  3800.  
  3801. Related Information: 
  3802.  
  3803. o Command window 
  3804. o Issuing editor commands 
  3805.  
  3806.  
  3807. ΓòÉΓòÉΓòÉ 152.46. LOCATE, L (Locate Text) ΓòÉΓòÉΓòÉ
  3808.  
  3809. Syntax: LOCATE or L /searchstring/options 
  3810.  
  3811. Use LOCATE to find searchstring depending on the options specified: 
  3812.  
  3813.           Searches from the current cursor position backward. 
  3814.           Searches from the current cursor position forward. 
  3815.           Searches within the marked area only. 
  3816.           Searches within the entire file. 
  3817.           Ignores case while searching for searchstring. 
  3818.           Respects case while searching for searchstring. 
  3819.           Search reversed, that is from right to left, within each line. 
  3820.           Search forward, this is from left to right, within each line. 
  3821.           Use the GREP algorithm. 
  3822.           Use the eXtended GREP algorithm. 
  3823.           Search for search_string as a separate word. 
  3824.           Search for a line which does not contain search_string. If 
  3825.           successful, the cursor will be positioned at the starting point of 
  3826.           the search for that line (the cursor position, if found on the first 
  3827.           line, or the left edge of the mark if the M option was used and a 
  3828.           block mark exists, or else column 1), and the length of the match 
  3829.           will be the remainder of the line. 
  3830.  
  3831. The default options are + A E F. 
  3832.  
  3833. The delimiter used to separate searchstring, replacestring, and the options is 
  3834. the first non-blank character following L. 
  3835.  
  3836. You must issue this command from the Command window. 
  3837.  
  3838. Related Information: 
  3839.  
  3840. o Command window 
  3841. o Issuing editor commands 
  3842. o Search dialog 
  3843.  
  3844.  
  3845. ΓòÉΓòÉΓòÉ 152.46.1. GREP option ΓòÉΓòÉΓòÉ
  3846.  
  3847. Use the GREP option, /g (see note below), to specify special pattern-matching 
  3848. characters within the search string. These characters are: 
  3849.  
  3850. . (period) 
  3851.           Matches any character. 
  3852.           Matches the beginning of a line. 
  3853.           When following search string, matches the end of a line. 
  3854. \ character 
  3855.           Matches character; used to override any special meaning given to 
  3856.           characters. 
  3857. [list_of_characters] 
  3858.           Matches any of the characters in the list. 
  3859.  
  3860.           A list of characters can be indicated as a range using the hyphen (-) 
  3861.           For example, [a-z] matches with any letter of the alphabet.  If the 
  3862.           first character after the [ is a ^, then the set is negated, (because 
  3863.           it matches any character except those in the set). 
  3864.           Matches a sequence of 0 or more of whatever expression it follows. 
  3865.           Matches a sequence of 1 or more of whatever expression it follows. 
  3866.  
  3867. A simple example of using GREP is to use the combination .* (0 or more 
  3868. iterations of any character) as a wildcard.  The command 
  3869.  
  3870. Locate /pro.*ure/ g
  3871. will locate any string beginning with pro and ending with ure.  For example, it 
  3872. will match procedure, procure, or proactive haute couture.  If you don't want 
  3873. to find the last string, you can search for pro, followed by a sequence of 0 or 
  3874. more of any character except a space, and then ending with ure: 
  3875.  
  3876. Locate /pro[^ ]*ure/ g
  3877.  
  3878. Additional examples are presented that search the following file: 
  3879.  
  3880. soft
  3881. good junk
  3882. and more
  3883. stuff
  3884. even good
  3885. 123456
  3886. l
  3887. do,re,mi,fa,so,la,ti,do
  3888. $35
  3889.  
  3890. Example searches using GREP: 
  3891.  
  3892. /l./g 
  3893.           Finds "la". 
  3894. /^good/g 
  3895.           Finds only first occurrence of "good". 
  3896. /good$/g 
  3897.           Finds only "even good". 
  3898. /\$/g 
  3899.           Finds "$35". 
  3900. /^[m-t]/g 
  3901.           Finds "soft" and "stuff". 
  3902. /^[caret.adeg]/g 
  3903.           Finds "soft", "stuff", "123456", "l", and "$35". 
  3904. /caret.[m-t]+/g 
  3905.           Finds "soft" and "stuff". 
  3906. /caret.[m-t]*/g 
  3907.           Finds everything. 
  3908.  
  3909. Note:  The above examples are as you would enter them on the EPM command line. 
  3910.        When using the Search dialog, you would enter the search string 
  3911.        (everything between the '/') in the Search field, and select the Grep 
  3912.        option in the Options section of the dialog.
  3913.  
  3914.  
  3915. ΓòÉΓòÉΓòÉ 152.46.2. EGREP option ΓòÉΓòÉΓòÉ
  3916.  
  3917. Use the EGREP (extended GREP) option, /x, to specify special pattern-matching 
  3918. characters within the search string. These characters include all those 
  3919. described under the GREP option, plus the following search string additions: 
  3920.  
  3921. '\b'    matches a backspace character. 
  3922.  
  3923. '\c'    Specifies the cursor position if a match is found. 
  3924.  
  3925. '\f'    matches a form feed character. 
  3926.  
  3927. '\n'    matches a newline character. 
  3928.  
  3929. '\r'    matches a carriage return character. 
  3930.  
  3931. '\t'    matches a tab character. 
  3932.  
  3933. '\x'HH  matches a character with ASCII code 0xHH. 
  3934.  
  3935. '\z'    matches an ASCII NUL character (0x00). 
  3936.  
  3937. ':a'    matches an alphabetic character; equivalent to [a-zA-Z] 
  3938.  
  3939. ':c'    matches a C language identifier; equivalent to [a-zA-Z_$][a-zA-Z0-9_$]* 
  3940.  
  3941. ':d'    matches a digit; equivalent to [0-9] 
  3942.  
  3943. ':f'    matches a C language function definition; optimized for usage in C tags 
  3944.         support. 
  3945.  
  3946. ':h'    matches a hexadecimal number; equivalent to [0-9a-fA-F]+ 
  3947.  
  3948. ':i'    matches an integer; equivalent to [0-9]+ 
  3949.  
  3950. ':n'    matches an alphanumeric character; equivalent to [a-zA-Z0-9] 
  3951.  
  3952. ':o'    matches optional whitespace; equivalent to [ \t]* 
  3953.  
  3954. ':q'    matches a quoted string; equivalent to "[^"]*"|'[^']*' 
  3955.  
  3956. ':r'    matches a Rexx language identifier; equivalent to 
  3957.         [a-zA-Z!?_][a-zA-Z0-9!?_]* 
  3958.  
  3959. ':w'    matches whitespace; equivalent to [ \t]+ 
  3960.  
  3961. ':x'    matches a hexadecimal digit; equivalent to [0-9a-fA-F] 
  3962.  
  3963. '|'     alternation, matches either what appears on the left or what appears on 
  3964.         the right. 
  3965.  
  3966. '(' ')' parentheses are used for grouping, and also for creating subexpressions 
  3967.         for use in the replacement string. 
  3968.  
  3969. '~'     negation, fails if the following string or expression is present 
  3970.  
  3971. '@'     Minimally matches a sequence of 0 or more of whatever expression it 
  3972.         follows. (Similar to '*', but '*' does a maximal match.) 
  3973.  
  3974. '#'     Minimally matches a sequence of 1 or more of whatever expression it 
  3975.         follows. (Similar to '+', but '+' does a maximal match.) 
  3976.  
  3977. Note:  The classes that match more than one character are more efficient than 
  3978.        the equivalent shown, because (for example) :w will match all whitespace 
  3979.        as a single unit, whereas [ \t]+ could back up over each matched 
  3980.        character in an attempt to match what follows in the search string.
  3981.  
  3982. Extended grep also adds the following replacement string additions: 
  3983.  
  3984. '&'     represents the entire matched string 
  3985.  
  3986. '\'n    (where n is '0' - '9') represents the corresponding subexpression of 
  3987.         the matched string.  Each subexpression refers to the contents of a 
  3988.         parenthesized expression, where \1 represents the string matched 
  3989.         between the first open parenthesis and its corresponding close 
  3990.         parenthesis, \2 the second, etc., and \0 represents the entire match 
  3991.         (equivalent to '&'). 
  3992.  
  3993.         The full syntax for this option is: 
  3994.  
  3995.                 \[[+|-]width[,|;]]n
  3996.         If a width is specified, that number of characters is taken up.  '+' 
  3997.         means that the substring is left-aligned; '-' means that the substring 
  3998.         is right-aligned. The excess space is filled with blanks.  If the 
  3999.         substring is wider than the width specified, then if the delimiter 
  4000.         between width and n is ',' the entire string will be used (resulting in 
  4001.         a field wider than width characters); if the delimiter is ';' then the 
  4002.         excess will be truncated.  (The truncation always occurs on the right, 
  4003.         regardless of the alignment specified.) 
  4004.  
  4005. '\&'    represents the '&' character. 
  4006.  
  4007. '\\'    represents the '\' character. 
  4008.  
  4009. '\b'    represents a backspace character. 
  4010.  
  4011. '\f'    represents a form feed character. 
  4012.  
  4013. '\n'    represents a newline character. 
  4014.  
  4015. '\r'    represents a carriage return character. 
  4016.  
  4017. '\t'    represents a tab character. 
  4018.  
  4019. '\x'HH  represents a character with ASCII code 0xHH. 
  4020.  
  4021. '\z'    represents an ASCII NUL character (0x00). 
  4022.  
  4023. Some examples: 
  4024.  
  4025. /pro(gram|cedure)/ x 
  4026.           matches 'program' or 'procedure'. 
  4027.  
  4028. /function:o\(:o\c/ x 
  4029.           matches 'function', optionally followed by spaces or tabs, followed 
  4030.           by an open parenthesis, and places the cursor on the first non-blank 
  4031.           character after the parenthesis. 
  4032.  
  4033. c /id=(:c)/id='\1'/ x* 
  4034.           changes all strings of the form id=some_string to id='some_string'. 
  4035.           (I.e., it adds single quotes around the parameter, no matter what it 
  4036.           was.) 
  4037.  
  4038. c /(myfunc:o\()([^,]*,)/\1 Global, \2 NULL,/*x 
  4039.           adds a new first and third parameter to all 'myfunc' calls.  The 
  4040.           first parenthesized expression matches 'myfunc', optional whitespace, 
  4041.           and an open parenthesis. The second matches everything up to the next 
  4042.           comma.  The replacement string uses both of these, adds ' Global, ' 
  4043.           after the open parenthesis, and adds the string ' NULL,' at the end. 
  4044.           This would convert 'myfunc(first, second)' to 'myfunc( Global, first, 
  4045.           NULL, second)'. 
  4046.  
  4047. /DosFree~Seg)/ x 
  4048.           Matches an occurrence of the string 'DosFree', which is not followed 
  4049.           by 'Seg'. 
  4050.  
  4051. c =/\*(.*)\*/=/*\+40,1*/= x* 
  4052.           would change the following lines: 
  4053.  
  4054.                     /* This is a comment */
  4055.                     /* This is another comment */
  4056.                     /* This is yet one more comment */
  4057.           to: 
  4058.  
  4059.                     /* This is a comment                      */
  4060.                     /* This is another comment                */
  4061.                     /* This is yet one more comment           */
  4062.           while changing the '+' to a '-' would make the result: 
  4063.  
  4064.                     /*                      This is a comment */
  4065.                     /*                This is another comment */
  4066.                     /*           This is yet one more comment */
  4067.           Changing the '+40' to '+25' would yield: 
  4068.  
  4069.                     /* This is a comment       */
  4070.                     /* This is another comment */
  4071.                     /* This is yet one more comment */
  4072.           (note that the last string is longer), while changing the '+40,' to 
  4073.           '+25;' would truncate the middle portion after 25 characters: 
  4074.  
  4075.                     /* This is a comment       */
  4076.                     /* This is another comment */
  4077.                     /* This is yet one more com*/
  4078.  
  4079. Note:  The extended GREP code was originally based on code written by Henry 
  4080.        Spencer of the University of Toronto.
  4081.  
  4082.  
  4083. ΓòÉΓòÉΓòÉ 152.47. LOCK (Lock a File) ΓòÉΓòÉΓòÉ
  4084.  
  4085. Syntax:  LOCK [filespec] 
  4086.  
  4087. Use LOCK to protect the disk copy of the file from other users in a LAN 
  4088. networking situation.  If a file name is specified, it is loaded and then 
  4089. locked; if no file name is given, the current file is locked.  Other 
  4090. applications are prevented from reading or writing the locked file. 
  4091.  
  4092. Compare this with the /K option of the EDIT command, which prevents other 
  4093. applications from writing the file, but which does allow them to read the file. 
  4094.  
  4095. The file is unlocked automatically after a FILE or QUIT command, or it can be 
  4096. unlocked manually with the UNLOCK command. 
  4097.  
  4098. You must issue this command from the Command window. 
  4099.  
  4100. Related Information: 
  4101.  
  4102. o Command window 
  4103. o Issuing editor commands 
  4104. o FILE 
  4105. o QUIT 
  4106. o UNLOCK 
  4107.  
  4108.  
  4109. ΓòÉΓòÉΓòÉ 152.48. LONGNAMES (Toggle Long Names Setting) ΓòÉΓòÉΓòÉ
  4110.  
  4111. Syntax:  LONGNAMES [ON | OFF] 
  4112.  
  4113. Use LONGNAMES to switch the long names setting on or off; anything else tells 
  4114. you the current value.  When long names is on, a file containing a .LONGNAMES 
  4115. extended attribute will have the extended attribute value shown on the title 
  4116. bar when being edited, rather than the actual file name.  This is useful if a 
  4117. file with a long name is copied from an HPFS drive to a FAT drive and has the 
  4118. original name saved in .LONGNAME; you will be able to see the long name instead 
  4119. of the truncated name.  The default is long names mode off. 
  4120.  
  4121. You must issue this command from the Command window. 
  4122.  
  4123. To save the current long names mode setting as your permanent default: 
  4124.  
  4125.  1. Select Options. 
  4126.  2. Select Save options. 
  4127.  
  4128. Related Information: 
  4129.  
  4130. o Command window 
  4131. o Issuing editor commands 
  4132.  
  4133.  
  4134. ΓòÉΓòÉΓòÉ 152.49. LOOPKEY (Repeat a Key) ΓòÉΓòÉΓòÉ
  4135.  
  4136. Syntax:LOOPKEY [#### | ALL] character 
  4137.  
  4138. Use LOOPKEY to repeat the character in a vertical column.  The character is 
  4139. typed #### times, proceeding vertically downward in the current column. 
  4140. (Compare this to the KEY command, which repeats the key horizontally in the 
  4141. same row.)  The parameter ALL can be used instead of a number, in which case 
  4142. the repetition continues to the end of the file. 
  4143.  
  4144. Character can be a normal ASCII character, or a string representing an extended 
  4145. ASCII character. 
  4146.  
  4147. You must issue this command from the Command window. 
  4148.  
  4149. Related Information: 
  4150.  
  4151. o Command window 
  4152. o Issuing editor commands 
  4153.  
  4154.  
  4155. ΓòÉΓòÉΓòÉ 152.50. LOWERCASE (Convert Marked Text to Lowercase) ΓòÉΓòÉΓòÉ
  4156.  
  4157. Syntax:  LOWERCASE 
  4158.  
  4159. Use LOWERCASE to convert all uppercase alphabetic characters in the marked area 
  4160. to lowercase. 
  4161.  
  4162. You must issue this command from the Command window. 
  4163.  
  4164. Related Information: 
  4165.  
  4166. o Command window 
  4167. o Issuing editor commands 
  4168.  
  4169.  
  4170. ΓòÉΓòÉΓòÉ 152.51. MARGINS, MA (Set Text Margins) ΓòÉΓòÉΓòÉ
  4171.  
  4172. Syntax:  MARGINS or MA [ left [ right [ paragraph]]] 
  4173.  
  4174. Use MARGINS to set specified values for the margins.  If right or paragraph is 
  4175. omitted, the default values are as follows: 
  4176.  
  4177. Omitted   Default Value 
  4178. right 
  4179.           The previous right margin value is used for the current value. 
  4180. paragraph 
  4181.           The value for left is used for the current value. 
  4182.  
  4183. You must issue this command from the Command window. 
  4184.  
  4185. Related Information: 
  4186.  
  4187. o Command window 
  4188. o Issuing editor commands 
  4189.  
  4190.  
  4191. ΓòÉΓòÉΓòÉ 152.52. MATCHTAB (Use Words as Tab Stops) ΓòÉΓòÉΓòÉ
  4192.  
  4193. Syntax:  MATCHTAB [ON | OFF] 
  4194.  
  4195. If set on, Tab and Shift+Tab use the previous line's columns for the current 
  4196. line's tab stops.  The previous line's columns are defined by the first 
  4197. character of each (space-delimited) word.  If no parameter is given, the 
  4198. current value is displayed. 
  4199.  
  4200. You must issue this command from the Command window. 
  4201.  
  4202. Related Information: 
  4203.  
  4204. o Command window 
  4205. o Issuing editor commands 
  4206.  
  4207.  
  4208. ΓòÉΓòÉΓòÉ 152.53. MATHx (Calculate) ΓòÉΓòÉΓòÉ
  4209.  
  4210. Syntax:  MATH|MATHX|MATHO expression 
  4211.  
  4212. Use MATHx to calculate the value of expression and display the result according 
  4213. to the command specified: 
  4214.  
  4215. MATH 
  4216.           Decimal. 
  4217. MATHX 
  4218.           Hexadecimal. 
  4219. MATHO 
  4220.           Octal. 
  4221.  
  4222. You must issue this command from the Command window. 
  4223.  
  4224. Related Information: 
  4225.  
  4226. o Command window 
  4227. o Issuing editor commands 
  4228. o MULT 
  4229.  
  4230.  
  4231. ΓòÉΓòÉΓòÉ 152.54. MC (Execute multiple commands) ΓòÉΓòÉΓòÉ
  4232.  
  4233. Syntax:  MC [/ command]... 
  4234.  
  4235. Use MC to issue multiple commands where one is expected.  The delimiter is the 
  4236. first non-blank character after the MC command, and need not be a '/'.  Some 
  4237. examples: 
  4238.  
  4239. mc /bot/get template/+5
  4240. mc +top +c /Sample/Product/* +top +c /IBM/XYZ/*
  4241.  
  4242. Related Information: 
  4243.  
  4244. o Command window 
  4245. o Issuing editor commands 
  4246.  
  4247.  
  4248. ΓòÉΓòÉΓòÉ 152.55. MESSAGEBOX (Activate Message Box ) ΓòÉΓòÉΓòÉ
  4249.  
  4250. Syntax:  MESSAGEBOX [message] 
  4251.  
  4252. Use MESSAGEBOX to display the editor message box.  If a message is given, it is 
  4253. added to the message box. 
  4254.  
  4255. You must issue this command from the Command window. 
  4256.  
  4257. Related Information: 
  4258.  
  4259. o Command window 
  4260. o Issuing editor commands 
  4261.  
  4262.  
  4263. ΓòÉΓòÉΓòÉ 152.56. MONOFONT (Change to monospaced font) ΓòÉΓòÉΓòÉ
  4264.  
  4265. Syntax:  MONOFONT 
  4266.  
  4267. Use MONOFONT to change to a monospaced font - a font in which all characters 
  4268. take up the same width on the screen.  A monospaced font is required to have 
  4269. columns of tabular information line up, and to make best use of block marking. 
  4270.  
  4271. You must issue this command from the Command window. 
  4272.  
  4273. Related Information: 
  4274.  
  4275. o Command window 
  4276. o Issuing editor commands 
  4277.  
  4278.  
  4279. ΓòÉΓòÉΓòÉ 152.57. MULT (Multiply Block) ΓòÉΓòÉΓòÉ
  4280.  
  4281. Syntax:  MULT 
  4282.  
  4283. Use MULT to multiply the numeric expressions in the current mark and to display 
  4284. the result on the next line after the mark.  The mark must be either a block 
  4285. mark or a line mark. 
  4286.  
  4287. You must issue this command from the Command window. 
  4288.  
  4289. Related Information: 
  4290.  
  4291. o Command window 
  4292. o Issuing editor commands 
  4293. o ADD 
  4294. o MATHx 
  4295.  
  4296.  
  4297. ΓòÉΓòÉΓòÉ 152.58. NAME (Rename Current File) ΓòÉΓòÉΓòÉ
  4298.  
  4299. Syntax:  NAME filename 
  4300.  
  4301. Use NAME to rename the file in the editor.  The Name command does not change 
  4302. the name of the file on the disk.  The new name is used the next time the file 
  4303. is stored on the disk. 
  4304.  
  4305. You must issue this command from the Command window. 
  4306.  
  4307. Related Information: 
  4308.  
  4309. o Command window 
  4310. o Issuing editor commands 
  4311.  
  4312.  
  4313. ΓòÉΓòÉΓòÉ 152.59. NEWWINDOW (Move Current File to a New Edit Window) ΓòÉΓòÉΓòÉ
  4314.  
  4315. Syntax:  NEWWINDOW 
  4316.  
  4317. Use NEWWINDOW to store the current file if it has been changed, open a new 
  4318. window containing the file, then quit the file in the current window. 
  4319.  
  4320. You must issue this command from the Command window. 
  4321.  
  4322. Related Information: 
  4323.  
  4324. o Command window 
  4325. o Issuing editor commands 
  4326.  
  4327.  
  4328. ΓòÉΓòÉΓòÉ 152.60. OPATH, OP (Open a File in a PATH Setting) ΓòÉΓòÉΓòÉ
  4329.  
  4330. Syntax:  OPATH or OP filespec [pathname] 
  4331.  
  4332. Use OPATH to search an environment setting for the specified file and load it 
  4333. into a new window.  The path name defaults to EPMPATH, except if the file 
  4334. specifier extension is CMD, then the path name defaults to PATH. Examples: 
  4335.  
  4336. op mycnf.e 
  4337.           Searches the EPMPATH setting for MYCNF.E. 
  4338. op test.cmd 
  4339.           Searches the PATH setting for TEST.CMD. 
  4340. op main.c include 
  4341.           Searches the INCLUDE setting for MAIN.C. 
  4342.  
  4343. The search order is: 
  4344.  
  4345.  1. The current directory 
  4346.  2. Each directory listed in the path setting 
  4347. If the file is found, it is loaded from that subdirectory. If not, it is loaded 
  4348. without specifying a directory (which defaults to the current directory). 
  4349.  
  4350. Note:  OPATH is like EPATH, except that it executes an OPEN command instead of 
  4351.        an EDIT command.
  4352.  
  4353. You must issue this command from the Command window. 
  4354.  
  4355. Related Information: 
  4356.  
  4357. o Command window 
  4358. o Issuing editor commands 
  4359. o EPATH 
  4360. o OPEN 
  4361. o EDIT 
  4362.  
  4363.  
  4364. ΓòÉΓòÉΓòÉ 152.61. OPEN (Open New Edit Window) ΓòÉΓòÉΓòÉ
  4365.  
  4366. Syntax:  OPEN [ [=]file1 ][, [=]file2 ]... 
  4367.  
  4368. Use OPEN to load the specified files into a new edit window. 
  4369.  
  4370. If "=" is specified, the file name is prefixed with the drive and path of the 
  4371. current file. 
  4372.  
  4373. You must issue this command from the Command window. 
  4374.  
  4375. Related Information: 
  4376.  
  4377. o Command window 
  4378. o Issuing editor commands 
  4379. o EDIT 
  4380.  
  4381.  
  4382. ΓòÉΓòÉΓòÉ 152.62. OS2 (Execute OS/2 Command) ΓòÉΓòÉΓòÉ
  4383.  
  4384. Syntax:  OS2 [command_etc] 
  4385.  
  4386. Use OS/2 to run the OS/2* command processor specified in the COMSPEC 
  4387. environment variable.  If command_etc is specified, it is passed as an 
  4388. parameter to the command processor. 
  4389.  
  4390. You must issue this command from the Command window. 
  4391.  
  4392. Related Information: 
  4393.  
  4394. o Command window 
  4395. o Issuing editor commands 
  4396.  
  4397.  
  4398. ΓòÉΓòÉΓòÉ 152.63. PASTE (Paste Text) ΓòÉΓòÉΓòÉ
  4399.  
  4400. Syntax:  PASTE [C | B] 
  4401.  
  4402. Use PASTE to copy text from the clipboard to the editor file at the current 
  4403. cursor position.  The default is to paste the text as lines (each line in the 
  4404. clipboard becomes a new line in the file). 
  4405.  
  4406.           The text is pasted as if it were inside a character mark. 
  4407.           The text is pasted as if it were in a block mark (the smallest 
  4408.           rectangle that would contain all the clipboard text). 
  4409.  
  4410. You must issue this command from the Command window. 
  4411.  
  4412. Related Information: 
  4413.  
  4414. o Command window 
  4415. o Issuing editor commands 
  4416. o Mark types 
  4417. o COPY2CLIP 
  4418. o CUT 
  4419.  
  4420.  
  4421. ΓòÉΓòÉΓòÉ 152.64. PATH (Show PATH Setting) ΓòÉΓòÉΓòÉ
  4422.  
  4423. Syntax:  PATH 
  4424.  
  4425. Use PATH to open a temporary file containing the PATH environment setting. 
  4426.  
  4427. You must issue this command from the Command window. 
  4428.  
  4429. Related Information: 
  4430.  
  4431. o Command window 
  4432. o Issuing editor commands 
  4433.  
  4434.  
  4435. ΓòÉΓòÉΓòÉ 152.65. POSTME (Delay Command Execution) ΓòÉΓòÉΓòÉ
  4436.  
  4437. Syntax:  POSTME command 
  4438.  
  4439. Use POSTME to defer execution of a command.  The POSTME command posts its 
  4440. argument back to the edit window as a command to be executed.  This would 
  4441. normally be issued either from a Rexx command file or when passing commands to 
  4442. EPM when starting up the editor.  For example, if you wanted to edit a file and 
  4443. set the margins to 1 and 72, you might try the following: 
  4444.  
  4445. start epm myfile 'ma 1 72'
  4446. This would not work as desired, however, because after the file is loaded and 
  4447. the margins are set by your command, a DEFLOAD event occurs, which sets the 
  4448. tabs and margins to the values saved from the Settings dialog. To get the 
  4449. desired result, you must use the POSTME command to delay execution of the 
  4450. MARGINS command until after the DEFLOAD processing has occurred: 
  4451.  
  4452. start epm myfile 'postme ma 1 72'
  4453.  
  4454. Related Information: 
  4455.  
  4456. o Command window 
  4457. o Issuing editor commands 
  4458.  
  4459.  
  4460. ΓòÉΓòÉΓòÉ 152.66. PRINT (Print File) ΓòÉΓòÉΓòÉ
  4461.  
  4462. Syntax:  PRINT [ printer ] 
  4463.  
  4464. Use PRINT to print the marked block, if one exists, or the entire file to the 
  4465. printer specified.  Printer must be PRN, LPT1-LPT9, or a LAN printer name 
  4466. (\\servername\queuename).  If no printer is specified, the printer used is the 
  4467. default printer for your system. 
  4468.  
  4469. You must issue this command from the Command window. 
  4470.  
  4471. Related Information: 
  4472.  
  4473. o Command window 
  4474. o Issuing editor commands 
  4475.  
  4476.  
  4477. ΓòÉΓòÉΓòÉ 152.67. PROFILE (Toggle Rexx Profile Support) ΓòÉΓòÉΓòÉ
  4478.  
  4479. Syntax:  PROFILE [ON | OFF] 
  4480.  
  4481. Use PROFILE to switch the profile setting on or off; anything else tells you 
  4482. the current value.  When PROFILE is on, a Rexx profile (PROFILE.ERX) is 
  4483. searched for along the EPMPATH and PATH.  If found, it is executed, and passed 
  4484. the same arguments that EPM was given.  This happens after EPM has processed 
  4485. the arguments.  The default is profile mode off. 
  4486.  
  4487. You must issue this command from the Command window. 
  4488.  
  4489. To save the current profile mode setting as your permanent default: 
  4490.  
  4491.  1. Select Options. 
  4492.  2. Select Save options. 
  4493.  
  4494. Related Information: 
  4495.  
  4496. o Command window 
  4497. o Issuing editor commands 
  4498.  
  4499.  
  4500. ΓòÉΓòÉΓòÉ 152.68. PROOF (Spell-check a File or Mark) ΓòÉΓòÉΓòÉ
  4501.  
  4502. Syntax:  PROOF [word] 
  4503.  
  4504. Use PROOF to start a spell-check of the marked text or, if no mark exists, of 
  4505. the current file.  It can also be used to spell-check a specific word, passed 
  4506. as the argument. 
  4507.  
  4508. Related Information: 
  4509.  
  4510. o Spell-checking support 
  4511. o Command window 
  4512. o Issuing editor commands 
  4513. o PROOFWORD command 
  4514.  
  4515.  
  4516. ΓòÉΓòÉΓòÉ 152.69. PROOFWORD (Spell-check the Current Word) ΓòÉΓòÉΓòÉ
  4517.  
  4518. Syntax:  PROOFWORD 
  4519.  
  4520. Use PROOFWORD to spell-check the current word in the file. 
  4521.  
  4522. Related Information: 
  4523.  
  4524. o Spell-checking support 
  4525. o Command window 
  4526. o Issuing editor commands 
  4527. o PROOF command 
  4528.  
  4529.  
  4530. ΓòÉΓòÉΓòÉ 152.70. PROOF_PUNCTUATION (Specify Punctuation Characters for PROOF) ΓòÉΓòÉΓòÉ
  4531.  
  4532. Syntax:  PROOF_PUNCTUATION  [character]... 
  4533.  
  4534. Use PROOF_PUNCTUATION to specify the list of characters which should be 
  4535. considered as being punctuation when spell-checking a file. The default set of 
  4536. punctuation is: 
  4537.  
  4538. ~!@#$ЫЬЭ%^&*()_+|`1234567890-=\{}[]:";'<>?,./к─═╔╗╚╝┌┐└┘║╦╠╣╩╬┬├┤┴┼│
  4539.  
  4540. Related Information: 
  4541.  
  4542. o Spell-checking support 
  4543. o Command window 
  4544. o Issuing editor commands 
  4545. o PROOF command 
  4546. o PROOFWORD command 
  4547.  
  4548.  
  4549. ΓòÉΓòÉΓòÉ 152.71. QUIT, Q (Quit a File) ΓòÉΓòÉΓòÉ
  4550.  
  4551. Syntax:  QUIT or Q 
  4552.  
  4553. Use QUIT to exit the current file.  If there are more files in the edit ring, 
  4554. the previous file becomes the current file. If there are no more files, the 
  4555. edit window closes. 
  4556.  
  4557. You must issue this command from the Command window. 
  4558.  
  4559. Related Information: 
  4560.  
  4561. o Command window 
  4562. o Issuing editor commands 
  4563.  
  4564.  
  4565. ΓòÉΓòÉΓòÉ 152.72. QDATE, QD (Query Date) ΓòÉΓòÉΓòÉ
  4566.  
  4567. Syntax:  QDATE or QD 
  4568.  
  4569. Use QDATE to display the current system date in the form: 
  4570.  
  4571.   Today is Tuesday March 31, 1992.
  4572.  
  4573. You must issue this command from the Command window. 
  4574.  
  4575. Related Information: 
  4576.  
  4577. o Command window 
  4578. o Issuing editor commands 
  4579. o QTIME 
  4580.  
  4581.  
  4582. ΓòÉΓòÉΓòÉ 152.73. QTIME, QT (Query Time) ΓòÉΓòÉΓòÉ
  4583.  
  4584. Syntax:  QTIME or QT 
  4585.  
  4586. Use QTIME to display the current system time in the form: 
  4587.  
  4588.   The time is 12:00:01 am.
  4589.  
  4590. You must issue this command from the Command window. 
  4591.  
  4592. Related Information: 
  4593.  
  4594. o Command window 
  4595. o Issuing editor commands 
  4596. o QDATE 
  4597.  
  4598.  
  4599. ΓòÉΓòÉΓòÉ 152.74. RC (Show Return Code) ΓòÉΓòÉΓòÉ
  4600.  
  4601. Syntax:  RC command 
  4602.  
  4603. Use RC to execute the specified command and display the return code in the 
  4604. information window.  The command can be either an editor or an OS/2* command. 
  4605.  
  4606. You must issue this command from the Command window. 
  4607.  
  4608. Related Information: 
  4609.  
  4610. o Command window 
  4611. o Issuing editor commands 
  4612.  
  4613.  
  4614. ΓòÉΓòÉΓòÉ 152.75. READONLY (Query or Set ReadOnly Mode) ΓòÉΓòÉΓòÉ
  4615.  
  4616. Syntax:  READONLY [ON | OFF | ?] 
  4617.  
  4618. Use READONLY to determine if the file can be updated. The parameters are: 
  4619.  
  4620. ON 
  4621.           File can not be updated. 
  4622. OFF 
  4623.           File can be viewed and updated. 
  4624.           Readonly mode (ON or OFF) is displayed. 
  4625.  
  4626. Note:  Readonly mode applies to a specific file.
  4627.  
  4628. Related Information: 
  4629.  
  4630. o Command window 
  4631. o Issuing editor commands 
  4632. o Browse command. 
  4633. o Edit command (see /R option). 
  4634.  
  4635.  
  4636. ΓòÉΓòÉΓòÉ 152.76. REGISTER_MOUSE (Register Mouse Event) ΓòÉΓòÉΓòÉ
  4637.  
  4638. Syntax:  REGISTER_MOUSE which button action shifts command 
  4639.  
  4640. Use REGISTER_MOUSE in a Rexx macro to associate a command with a mouse event. 
  4641. which is 1 for the global mouse table or 0 for the local; button is the mouse 
  4642. button (1, 2 or 3), action is one of: 
  4643.  
  4644. Action    meaning 
  4645.  
  4646. CLICK     Pressing and releasing the mouse button produces a click. 
  4647.  
  4648. SECONDCLK follows click when the mouse is double-clicked. 
  4649.  
  4650. BEGINDRAG this is called when the mouse button is depressed and the mouse is 
  4651.           moved. 
  4652.  
  4653. ENDDRAG   this is called when the mouse button is released after dragging it. 
  4654.  
  4655. CANCELDRAG. this is called when the drag is cancelled (by pressing Esc before 
  4656.           releaseing the mouse button). 
  4657. shifts is 0 for no shift, or the sum of any combination of 1 for the shift key, 
  4658. 2 for the Ctrl key, and 4 for the Alt key. command is the command to be 
  4659. executed when this mouse event occurs, or blank if the event should be ignored. 
  4660.  
  4661. Note:  The standard mouse definitions issue a register_mouse for ENDDRAG and 
  4662.        CANCELDRAG as part of the BEGINDRAG processing.
  4663.  
  4664. /* Register an action for Ctrl+Alt+Double-click MB1 */
  4665. 'register_mouse 1 1 SECONDCLK 6 rx do_line'
  4666.  
  4667. /* Do_Line.erx */
  4668. 'MH_gotoposition'  /* Move cursor to mouse position */
  4669. 'extract /line/getline'
  4670. if line.1 > 0 then
  4671.    getline.1  /* Execute the line as a command */
  4672.  
  4673.  
  4674. ΓòÉΓòÉΓòÉ 152.77. RX, EPMREXX (Execute a Rexx Macro) ΓòÉΓòÉΓòÉ
  4675.  
  4676. Syntax:  RX | EPMREXX macro_name [args]... 
  4677.  
  4678. Use RX to execute the specified Rexx macro.  The default extension is .erx.  If 
  4679. the drive and directory are not specified, the macro will be searched for (by 
  4680. the Rexx executor) along the PATH. 
  4681.  
  4682. Note:  The Rexx profile, PROFILE.ERX, is searched for along the EPMPATH as well 
  4683.        as the PATH, but this search is done by EPM, not Rexx, in order to avoid 
  4684.        an error message if the profile is enabled but PROFILE.ERX does not exist.
  4685.  
  4686. You must issue this command from the Command window. 
  4687.  
  4688. Related Information: 
  4689.  
  4690. o Rexx macros in EPM 
  4691. o Rexx profile support 
  4692. o Command window 
  4693. o Issuing editor commands 
  4694.  
  4695.  
  4696. ΓòÉΓòÉΓòÉ 152.78. SAVE, S (Save File) ΓòÉΓòÉΓòÉ
  4697.  
  4698. Syntax:  SAVE or S {option} [[=]filename ] 
  4699.  
  4700. Use SAVE to store the current file on the disk with the name filename, or using 
  4701. the current file name if filename is not specified. 
  4702.  
  4703. If "=" is specified, filename is prefixed with the drive and path of the 
  4704. current file. option can be any of the following.  If conflicting options are 
  4705. specified, the last one given is used. 
  4706.  
  4707. /L 
  4708.           Save the file with just a line feed terminating every line. 
  4709.  
  4710.           Note:  This is different than EPM 5.51 and below, which used /L to 
  4711.                  mean what EPM 5.60 & above use /O for.
  4712.  
  4713.  
  4714. /NE 
  4715.           Do not add an EOF character at the end of the file. 
  4716. /NS 
  4717.           Do not strip trailing spaces. 
  4718. /O 
  4719.           Save the file in standard OS/2 format - each line should be 
  4720.           terminated with a carriage return followed by a line feed. 
  4721. /Q 
  4722.           Save quietly; don't give the "Saving" message. 
  4723. /S 
  4724.           Strip trailing spaces from each line when saving. 
  4725. /T 
  4726.           Converts excess blank characters to tabs. 
  4727. /U 
  4728.           Save in Unix format; each line will be terminated with just a line 
  4729.           feed, and no EOF will be added at the End of File.  This is useful 
  4730.           when saving files to NFS-mounted drives on an AIX or Unix system. 
  4731.  
  4732. You must issue this command from the Command window. 
  4733.  
  4734. Related Information: 
  4735.  
  4736. o Command window 
  4737. o Issuing editor commands 
  4738.  
  4739.  
  4740. ΓòÉΓòÉΓòÉ 152.79. SAYERROR (Display Error Code or Message) ΓòÉΓòÉΓòÉ
  4741.  
  4742. Syntax:  SAYERROR expression 
  4743.  
  4744. Use SAYERROR to display an error code or message in the message area. 
  4745.  
  4746. If expression is the number 0 or 1, any pending error messages are discarded 
  4747. and not displayed.  0 will refresh the screen; 1 will not. 
  4748.  
  4749. If expression is any number other than 0 or 1, the interpreter displays the 
  4750. string corresponding to that numbered error message.  Error messages and their 
  4751. corresponding return codes are listed in the EPM Technical Reference. 
  4752.  
  4753. If expression is not a number, that text will be displayed on the message line. 
  4754. This is useful in Rexx macros. 
  4755.  
  4756.  
  4757. ΓòÉΓòÉΓòÉ 152.80. SET (Show Environment Settings) ΓòÉΓòÉΓòÉ
  4758.  
  4759. Syntax:  SET 
  4760.  
  4761. Use SET to open a temporary file containing all the environment settings. 
  4762.  
  4763. You must issue this command from the Command window. 
  4764.  
  4765. Related Information: 
  4766.  
  4767. o Command window 
  4768. o Issuing editor commands 
  4769.  
  4770.  
  4771. ΓòÉΓòÉΓòÉ 152.81. SETMOUSEPOINTER (Set Mouse Pointer Shape) ΓòÉΓòÉΓòÉ
  4772.  
  4773. Syntax:  SETMOUSEPOINTER style 
  4774.  
  4775. Use SETMOUSEPOINTER to set the mouse pointer style to one of the following 
  4776. styles: 
  4777.  
  4778. 1    default mouse pointer (arrow) 
  4779. 2    default text entry pointer (I-beam) 
  4780. 3    wait pointer (clock or hourglass) 
  4781. 4    size pointer (invisible) 
  4782. 5    four direction arrow 
  4783. 6    arrow northwest southeast 
  4784. 7    arrow northeast southwest 
  4785. 8    arrow west east 
  4786. 9    arrow north south 
  4787. 10   applications icon 
  4788. 11   information icon 
  4789. 12   question mark icon 
  4790. 13   error icon 
  4791. 14   exclamation mark icon 
  4792.  
  4793. You must issue this command from the Command window. 
  4794.  
  4795. Related Information: 
  4796.  
  4797. o Command window 
  4798. o Issuing editor commands 
  4799.  
  4800.  
  4801. ΓòÉΓòÉΓòÉ 152.82. SHELL (Start EPM Command Shell Session) ΓòÉΓòÉΓòÉ
  4802.  
  4803. Syntax:  SHELL 
  4804.  
  4805. Use SHELL to create an EPM command shell session.  The first time you enter 
  4806. SHELL in an edit window, two new entries are added to the Command menu.  Create 
  4807. command shell creates a new shell window, and Write to shell... lets you write 
  4808. a string to the shell window.  If the shell window is waiting at an OS/2 
  4809. command prompt, then you can enter a command to be executed by either: 
  4810.  
  4811.  1. Select Command. 
  4812.  2. Select Write to shell.... 
  4813.  3. Type the text to be written to the shell. 
  4814.  4. Select OK. 
  4815. or 
  4816.  
  4817.  1. Type the text in the shell window following the prompt. 
  4818.  2. Press the Enter key. 
  4819.  
  4820. If the string to be written to the shell is in response to a program prompt, 
  4821. then you must perform the first sequence; the second method won't write 
  4822. anything to the shell. 
  4823.  
  4824. The shell can be used for running any non-fullscreen OS/2 program.  The output 
  4825. from the program is inserted in the shell window as it is generated, even if 
  4826. you switch to some other file in the edit ring. 
  4827.  
  4828. You must issue this command from the Command window. 
  4829.  
  4830. Related Information: 
  4831.  
  4832. o Command window 
  4833. o Issuing editor commands 
  4834.  
  4835.  
  4836. ΓòÉΓòÉΓòÉ 152.83. SHOWMENU (Activate Menu) ΓòÉΓòÉΓòÉ
  4837.  
  4838. Syntax:  SHOWMENU menuname 
  4839.  
  4840. Use SHOWMENU to activate the action bar named menuname. Changes made with the 
  4841. BuildSubMenu and BuildMenuItem commands will not be seen until the updated menu 
  4842. is displayed with ShowMenu. 
  4843.  
  4844. Related Information: 
  4845.  
  4846. o BUILDMENUITEM 
  4847. o BUILDSUBMENU 
  4848. o DELETEMENU 
  4849.  
  4850.  
  4851. ΓòÉΓòÉΓòÉ 152.84. SORT (Sort File) ΓòÉΓòÉΓòÉ
  4852.  
  4853. Syntax:  SORT [R][C][I] 
  4854.  
  4855. Use SORT to sort the lines in the current block or the entire file.  The sort 
  4856. key is the marked columns.  The options are as follows: 
  4857.  
  4858.           Sorts in reverse (descending) order. 
  4859.           Sorts according to collating order, as indicated by your country and 
  4860.           code page settings. 
  4861.           Sorts ignoring case. 
  4862.  
  4863. You must issue this command from the Command window. 
  4864.  
  4865. Related Information: 
  4866.  
  4867. o Command window 
  4868. o Issuing editor commands 
  4869.  
  4870.  
  4871. ΓòÉΓòÉΓòÉ 152.85. STAY (Control Cursor Position after CHANGE Command) ΓòÉΓòÉΓòÉ
  4872.  
  4873. Syntax:  STAY [ON | OFF] 
  4874.  
  4875. Use STAY to control the position of the cursor after a CHANGE command.  The 
  4876. parameters are: 
  4877.  
  4878. [none] 
  4879.           Displays current value of STAY. 
  4880. ON 
  4881.           Cursor remains in original position after CHANGE. 
  4882. OFF 
  4883.           Cursor moves to the last changed string. 
  4884.  
  4885. You must issue this command from the Command window. 
  4886.  
  4887. Related Information: 
  4888.  
  4889. o Command window 
  4890. o Issuing editor commands 
  4891. o CHANGE 
  4892.  
  4893.  
  4894. ΓòÉΓòÉΓòÉ 152.86. SUBJECT (Display or Set File Subject) ΓòÉΓòÉΓòÉ
  4895.  
  4896. Syntax:  SUBJECT 
  4897.  
  4898. Use SUBJECT to display, set, or change the file subject field. 
  4899.  
  4900. You must issue this command from the Command window. 
  4901.  
  4902. Related Information: 
  4903.  
  4904. o Command window 
  4905. o Issuing editor commands 
  4906.  
  4907.  
  4908. ΓòÉΓòÉΓòÉ 152.87. SYN (Look Up Synonyms) ΓòÉΓòÉΓòÉ
  4909.  
  4910. Syntax:  SYN 
  4911.  
  4912. Use SYN to look up synonyms for the current word. If found, a listbox is 
  4913. presented from which you can select a synonym to replace the current word. 
  4914.  
  4915. Related Information: 
  4916.  
  4917. o Spell-checking support 
  4918. o Command window 
  4919. o Issuing editor commands 
  4920.  
  4921.  
  4922. ΓòÉΓòÉΓòÉ 152.88. TABKEY (Toggle TAB Key Action) ΓòÉΓòÉΓòÉ
  4923.  
  4924. Syntax:  TABKEY [ON | OFF] 
  4925.  
  4926. Use TABKEY to switch the tab key mode on or off; anything else tells you the 
  4927. current value.  When tab key mode is on, the tab key will enter a tab 
  4928. character.  When TAB key mode is off, the tab key will move the cursor to the 
  4929. next tab stop without typing in a tab character.  The default is tab key mode 
  4930. off. 
  4931.  
  4932. You must issue this command from the Command window. 
  4933.  
  4934. To save the current tab key mode setting as your permanent default: 
  4935.  
  4936.  1. Select Options. 
  4937.  2. Select Save options. 
  4938.  
  4939. Related Information: 
  4940.  
  4941. o Command window 
  4942. o Issuing editor commands 
  4943.  
  4944.  
  4945. ΓòÉΓòÉΓòÉ 152.89. TABS (Set Tab Stops) ΓòÉΓòÉΓòÉ
  4946.  
  4947. Syntax:  TABS [ inc | tab1 tab2... tab32 ] 
  4948.  
  4949. Use TABS to set the tab stops according to the options specified: 
  4950.  
  4951. inc 
  4952.           Sets 32 tab stops, beginning with 1, inc spaces apart. 
  4953. tab1 tab2 ... tab32 
  4954.           Sets up to 32 tab stops at the specified locations. 
  4955.  
  4956. You must issue this command from the Command window. 
  4957.  
  4958. Related Information: 
  4959.  
  4960. o Command window 
  4961. o Issuing editor commands 
  4962.  
  4963.  
  4964. ΓòÉΓòÉΓòÉ 152.90. TOP (Go To Top) ΓòÉΓòÉΓòÉ
  4965.  
  4966. Syntax:  TOP 
  4967.  
  4968. Use TOP to move the cursor position to the first line of the file. 
  4969.  
  4970. You must issue this command from the Command window. 
  4971.  
  4972. Related Information: 
  4973.  
  4974. o Command window 
  4975. o Issuing editor commands 
  4976.  
  4977.  
  4978. ΓòÉΓòÉΓòÉ 152.91. TRIM (Trim Edit Window) ΓòÉΓòÉΓòÉ
  4979.  
  4980. Syntax:  TRIM 
  4981.  
  4982. Use TRIM to resize the edit window so that no partial characters can be seen at 
  4983. the right or bottom edge of the edit window. 
  4984.  
  4985. You must issue this command from the Command window. 
  4986.  
  4987. Related Information: 
  4988.  
  4989. o Command window 
  4990. o Issuing editor commands 
  4991.  
  4992.  
  4993. ΓòÉΓòÉΓòÉ 152.92. TYPE (Display or Set File Type) ΓòÉΓòÉΓòÉ
  4994.  
  4995. Syntax:  TYPE 
  4996.  
  4997. Use TYPE to display, set, or change the file type. 
  4998.  
  4999. You must issue this command from the Command window. 
  5000.  
  5001. Related Information: 
  5002.  
  5003. o Command window 
  5004. o Issuing editor commands 
  5005.  
  5006.  
  5007. ΓòÉΓòÉΓòÉ 152.93. UNIVERSAL (Change Universal Variables) ΓòÉΓòÉΓòÉ
  5008.  
  5009. Syntax:  UNIVERSAL variable_name [value] 
  5010.  
  5011. Use UNIVERSAL in a Rexx macro to update some internal universal variables 
  5012. without having to recompile the macros. variable_name can be one of 
  5013.  
  5014. default_search_options Options used by the Locate command and initial values 
  5015.           for the Search dialog. 
  5016.  
  5017. default_edit_options Options used by the Edit command 
  5018.  
  5019. default_save_options Options used by the Save command 
  5020. value is the value to be set in the universal variable, and can be blank. The 
  5021. value of these variables is inserted before any options passed on the command 
  5022. line, so these defaults can be overridden on any specific command. 
  5023.  
  5024. /* Profile.erx - initializations for a new edit window */
  5025.     /* Make the default search be case-insensitive */
  5026. 'universal default_search_options C'
  5027.     /* No Tabs - expand them to spaces when loading a file */
  5028. 'universal default_edit_options /nt'
  5029.     /* Strip trailing blanks when saving a file */
  5030. 'universal default_save_options /s'
  5031.  
  5032.  
  5033. ΓòÉΓòÉΓòÉ 152.94. UNLOCK (Unlock a File) ΓòÉΓòÉΓòÉ
  5034.  
  5035. Syntax:  UNLOCK [filespec] 
  5036.  
  5037. Use UNLOCK to unlock the current or specified file, which must have been locked 
  5038. using the LOCK command. 
  5039.  
  5040. You must issue this command from the Command window. 
  5041.  
  5042. Related Information: 
  5043.  
  5044. o Command window 
  5045. o Issuing editor commands 
  5046. o LOCK 
  5047.  
  5048.  
  5049. ΓòÉΓòÉΓòÉ 152.95. UPPERCASE (Convert Marked Text to Uppercase) ΓòÉΓòÉΓòÉ
  5050.  
  5051. Syntax:  UPPERCASE 
  5052.  
  5053. Use UPPERCASE to convert all lowercase alphabetic characters in the marked area 
  5054. to uppercase. 
  5055.  
  5056. You must issue this command from the Command window. 
  5057.  
  5058. Related Information: 
  5059.  
  5060. o Command window 
  5061. o Issuing editor commands 
  5062.  
  5063.  
  5064. ΓòÉΓòÉΓòÉ 152.96. VER (Show Editor Version) ΓòÉΓòÉΓòÉ
  5065.  
  5066. Syntax:  VER 
  5067.  
  5068. Use VER to display the version number of the editor. 
  5069.  
  5070. You must issue this command from the Command window. 
  5071.  
  5072. Related Information: 
  5073.  
  5074. o Command window 
  5075. o Issuing editor commands 
  5076.  
  5077.  
  5078. ΓòÉΓòÉΓòÉ 152.97. VERIFY (Spell-check the Current Word) ΓòÉΓòÉΓòÉ
  5079.  
  5080. See the PROOFWORD command. 
  5081.  
  5082.  
  5083. ΓòÉΓòÉΓòÉ 152.98. VOL (Show Volume Label) ΓòÉΓòÉΓòÉ
  5084.  
  5085. Syntax:  VOL [drive] 
  5086.  
  5087. Use VOL to open a temporary file containing the volume label of the specified 
  5088. (or default) drive. 
  5089.  
  5090. You must issue this command from the Command window. 
  5091.  
  5092. Related Information: 
  5093.  
  5094. o Command window 
  5095. o Issuing editor commands 
  5096.  
  5097.  
  5098. ΓòÉΓòÉΓòÉ 153. Equals ΓòÉΓòÉΓòÉ
  5099.  
  5100. The equals sign, "=", can be used when specifying a new file name to refer the 
  5101. current file path, file name, and extension, depending on where it appears. 
  5102. For example, assume the current directory is C:\EDIT, and the current file is 
  5103. C:\MYDOC\PROG\FOO.DOC. 
  5104.  
  5105.           C:\MYDOC\PROG\FOO.DOC. 
  5106. =bar.zot 
  5107.           C:\MYDOC\PROG\BAR.ZOT. 
  5108. C:\EDIT\= 
  5109.           C:\EDIT\FOO.DOC. 
  5110. .\= 
  5111.           C:\EDIT\FOO.DOC. 
  5112. =bar.= 
  5113.           C:\MYDOC\PROG\BAR.DOC. 
  5114. =.new 
  5115.           C:\MYDOC\PROG\FOO.NEW. 
  5116.  
  5117.  
  5118. ΓòÉΓòÉΓòÉ 154. IBM Trademarks ΓòÉΓòÉΓòÉ
  5119.  
  5120. Trademark of the IBM Corporation. 
  5121.  
  5122.  
  5123. ΓòÉΓòÉΓòÉ 155. Help for EPM Startup options. ΓòÉΓòÉΓòÉ
  5124.  
  5125. When starting EPM from an OS/2* command prompt (or from a Workplace Shell 
  5126. program reference object), the following options can be specified: 
  5127.  
  5128. /B 
  5129.           Starts EPM with a bare title bar - no system menu, min/max buttons, 
  5130.           or ring buttons.  Intended for use when EPM is started as a child of 
  5131.           a special application, this option is normally not specified by the 
  5132.           user. 
  5133. /Eexfilename 
  5134.           Allows a custom .EX file to be specified. (The default is EPM.EX) 
  5135. /F 
  5136.           Presents the File dialog before opening the edit window, to allow you 
  5137.           to specify which files should be loaded. 
  5138. /H 
  5139.           Like the /I option, except that the icon is hidden when an edit 
  5140.           window exists. 
  5141. /I 
  5142.           Causes an EPM icon to be created.  This icon can be used to drop onto 
  5143.           to open up a new edit window.  It can be used to start an edit window 
  5144.           directly, by double-clicking on the icon or by activating the icon 
  5145.           and pressing Enter.  Finally, the icon is useful for keeping EPM 
  5146.           active even after closing all open edit windows.  The icon can be 
  5147.           closed from the task manager, or by selecting it and pressing F3. 
  5148.  
  5149.           Note:  The icon is most useful if EPM is configured to be minimized 
  5150.                  to the desktop.  If hidden, it's only of use in keeping EPM 
  5151.                  active so new edit windows will start faster.  If in the 
  5152.                  Minimized Window Viewer, OS/2 won't pass through the 
  5153.                  double-click or let you drop files on it.
  5154.  
  5155.  
  5156. /M 
  5157.           Gives the ability to start multiple instances of EPM.  By default, if 
  5158.           you attempt to start EPM twice, the second invocation will pass its 
  5159.           arguments to the existing session, then exit.  This option overrides 
  5160.           this default.  This is useful when calling EPM from a command file, 
  5161.           if you want to be sure that control doesn't return to the .CMD file 
  5162.           until the edit session has ended. 
  5163. /O 
  5164.           Bypasses the simple dialogs and goes directly to the full file 
  5165.           dialogs. 
  5166. /R 
  5167.           Passes the arguments to the topmost edit window, if one exists, 
  5168.           instead of starting a new window.  This allows you to add files to an 
  5169.           existing ring from the OS/2 command line. 
  5170. /W 
  5171.           Prepare for DDE conversation from the Workframe. 
  5172. quoted string 
  5173.           Quoted string representing an editor command can be specified on the 
  5174.           editor command line.  For example: 
  5175.  
  5176.                     C:\> EPM mydoc.doc 'bot'
  5177.  
  5178.           This causes EPM to open an edit window containing the file mydoc.doc 
  5179.           and then process the BOTTOM command, which scrolls the file to its 
  5180.           end. 
  5181. filename 
  5182.           One or more file names can be specified.  For example: 
  5183.  
  5184.                     C:\> EPM mydoc.doc d:\yourdoc.doc herdoc.doc d:\him\hisdoc.doc
  5185.  
  5186. wildcard 
  5187.           One or more wildcards can be specified.  For example: 
  5188.  
  5189.                     C:\> EPM *.doc d:\test\temp*.*
  5190.  
  5191. Note:  The command line, minus any EPM startup options, is passed as the 
  5192.        parameter to an Edit command.  See the description of that command for 
  5193.        additional file-specific parameters that can be specified when starting EPM.
  5194.  
  5195.  
  5196. ΓòÉΓòÉΓòÉ <hidden> Help for INI File Location ΓòÉΓòÉΓòÉ
  5197.  
  5198. EPM stores configuration information in an EPM.INI file.  When you start EPM 
  5199. for the first time, it asks you for the location of this file. If you have an 
  5200. EPM.INI file from a previous release, give the path to it here. If not, supply 
  5201. the directory where you would like the new one to be created. The default is 
  5202. C:\OS2, which is where OS/2* keeps its .INI files. 
  5203.  
  5204.  
  5205. ΓòÉΓòÉΓòÉ 156. Edit Ring ΓòÉΓòÉΓòÉ
  5206.  
  5207. The term ring is often used interchangeably with edit window.  This is because 
  5208. each edit window contains a ring, which contains one or more files, and each 
  5209. ring must be associated with an edit window.  The current file is the file that 
  5210. is displayed by the edit window.  Other files in the ring can be displayed by 
  5211. use of the Next File and Previous File operations. 
  5212.  
  5213. When you Add files, you begin to see why it's called a ring. You can move 
  5214. "forward" or "backward" around the ring, using the Next file and Previous file 
  5215. operations. 
  5216.  
  5217. When you add a new file to the ring, it is inserted after the current file, and 
  5218. then becomes the current file. 
  5219.  
  5220. Initially, the ring is disabled, and you are limited to only one file per 
  5221. window. 
  5222.  
  5223. Related Information: 
  5224.  
  5225. Enabling the edit ring 
  5226.  
  5227.  
  5228. ΓòÉΓòÉΓòÉ 156.1. Enabling the Edit Ring ΓòÉΓòÉΓòÉ
  5229.  
  5230. To enable the edit ring or load multiple files: 
  5231.  
  5232.  1. Select Options. 
  5233.  2. Select Preferences. 
  5234.  3. Select Ring enabled. 
  5235.  
  5236.  
  5237. ΓòÉΓòÉΓòÉ 157. Stream Versus Line Mode ΓòÉΓòÉΓòÉ
  5238.  
  5239. There are two basic types of editors for editing text files, a stream editor 
  5240. and a line editor.  A stream editor treats the file as one long stream of text. 
  5241. A line editor treats the file as a series of individual lines, separated by a 
  5242. line end character. 
  5243.  
  5244. Stream mode 
  5245.           In a stream editor, a new-line character (generally an ASCII 
  5246.           line-feed character) is treated like any other character.  It can be 
  5247.           inserted into the text stream, breaking the line into two at that 
  5248.           point, or it can be deleted from the text stream, joining the two 
  5249.           lines on either side of it.  As you move the cursor left and right, 
  5250.           when it passes the beginning or end of one line, it moves to the end 
  5251.           or beginning of the next - because although you see individual lines 
  5252.           on the display, it's actually one long stream internally.  Also, when 
  5253.           you move the cursor up and down, if you move it over a shorter line, 
  5254.           the cursor bounces to the left; if you continue moving it up or down 
  5255.           to a longer line, it bounces back to the original column. 
  5256. Line mode 
  5257.           EPM is a line editor.  If you move the cursor left or right, it stays 
  5258.           on that line.  You can move the cursor beyond the end of the line. 
  5259.           If you do so, and then start typing text, the editor will fill in 
  5260.           spaces between the previous end of the line and the characters you 
  5261.           have added.  Since the new-line character does not actually exist in 
  5262.           the file once loaded, there is no concept of inserting or deleting a 
  5263.           new-line.  Pressing the Enter key  (by default; another key can be 
  5264.           chosen) adds a new line after the current line, but it doesn't split 
  5265.           the line; it adds a new, empty line between the current line and the 
  5266.           following line, regardless of the cursor position. 
  5267.  
  5268. Since some users are accustomed to using a stream-mode editor, EPM can be 
  5269. configured to act like one. 
  5270.  
  5271. Related Information: 
  5272.  
  5273. Enabling stream-mode editing 
  5274.  
  5275.  
  5276. ΓòÉΓòÉΓòÉ 157.1. Enabling Stream-Mode Editing ΓòÉΓòÉΓòÉ
  5277.  
  5278. To enable stream-mode editing: 
  5279.  
  5280.  1. Select Options. 
  5281.  2. Select Preferences. 
  5282.  3. Select Stream editing. 
  5283.  
  5284.  
  5285. ΓòÉΓòÉΓòÉ 158. Bookmarks ΓòÉΓòÉΓòÉ
  5286.  
  5287. A bookmark is a reference to a particular point in a file. When a bookmark is 
  5288. created, it is given a name, which is associated with the character at the 
  5289. cursor position.  If that character is moved around in the file, the bookmark 
  5290. moves with it.  If that character is deleted, the bookmark is deleted along 
  5291. with it. 
  5292.  
  5293. If a bookmark is set as a permanent bookmark, it is saved when the file is 
  5294. saved, and reloaded when the file is loaded.  The bookmark is stored as an 
  5295. extended attribute. If the file is edited with an editor that does not preserve 
  5296. extended attribute information, the bookmarks will be lost.  If a file 
  5297. containing bookmarks is edited with an editor that does preserve attributes, 
  5298. but cannot handle EPM's bookmarks, then the line and column information will 
  5299. not be updated, and the next time the file is loaded into EPM,  the bookmarks 
  5300. might not be accurate. 
  5301.  
  5302.  
  5303. ΓòÉΓòÉΓòÉ 159. Fonts ΓòÉΓòÉΓòÉ
  5304.  
  5305. When you first start EPM, it asks PM to give it the default font.  This is 
  5306. normally System Proportional. 
  5307.  
  5308. Note:  If a proportional font is used, columnar data (e.g., line drawing or 
  5309.        tables) will not appear to line up vertically even though they are in 
  5310.        the correct columns.  Use a non-proportional font (for example, System 
  5311.        Monospaced or Courier) if you want the characters to line up on the screen.
  5312.  
  5313. Note:  When an application asks for the default font, PM returns the last font 
  5314.        appended. This is usually System Proportional, but if another 
  5315.        application adds its own fonts, the last font added will be returned. 
  5316.        In particular, IBM Personal Communications/3270 loads some non-text 
  5317.        fonts, which make the edit window appear to contain garbage.  The 
  5318.        solution is to explicitly select a font via EPM's Settings dialog rather 
  5319.        than letting it default.
  5320.  
  5321.  
  5322. ΓòÉΓòÉΓòÉ 160. Tags file ΓòÉΓòÉΓòÉ
  5323.  
  5324. A tags file is a file listing where all procedures are defined in a set of 
  5325. programming language source files.  After a tags file has been built, you can 
  5326. press a key while looking at a function call and jump to the file and location 
  5327. where that function is defined. 
  5328.  
  5329. Support is included for building a tags file from C, ASM, E, and Pascal files. 
  5330. Support for additional languages can be added via macro programming. 
  5331.  
  5332. EPM will support a tags file built by other programs that include just a 
  5333. procedure name and file name on each line.  The tags files built by EPM contain 
  5334. the procedure name, filename, line number on which the procedure was found, and 
  5335. a timestamp for the file.  When asked to find a procedure, the timestamp of the 
  5336. file on disk is checked.  If it's the same as the timestamp in the tags file, 
  5337. then the line number is jumped to directly; if not, the procedure is searched 
  5338. for, 
  5339.  
  5340. When the MAKETAGS command is invoked, if the tags file already exists, each 
  5341. source file that would be searched is checked for in the tags file.  If found, 
  5342. the timestamp is compared with the timestamp of that file on disk.  If the file 
  5343. has not been modified, it will be skipped.  If the file date is different, then 
  5344. all entries for that file in the tags file will be deleted before searching the 
  5345. source file. 
  5346.  
  5347. If a file is searched and no procedures are found, a dummy procedure name of 
  5348. '*' will be added to the tags file.  This lets EPM record the timestamp for 
  5349. that file, so the next time MAKETAGS is run that source file need not be 
  5350. rechecked if it has not been updated. 
  5351.  
  5352.  
  5353. ΓòÉΓòÉΓòÉ 161. Rexx macros ΓòÉΓòÉΓòÉ
  5354.  
  5355. EPM has the ability to execute Rexx macros.  Although not as fast or as 
  5356. powerful as using the built-in macro language (E), this lets you start 
  5357. programming without having to get an additional package (see the EPMBBS package 
  5358. availability under Help / Quick Reference in an EPM edit window; this package 
  5359. includes the macro compiler, macro source, User's Guide, Macro Programmer's 
  5360. Technical Reference, a number of EPM add-ons, and much sample code - both E and 
  5361. Rexx). 
  5362.  
  5363. A Rexx macro is executed by specifying the command name and its parameters as 
  5364. parameters to the RX command. 
  5365.  
  5366. Related Information: 
  5367.  
  5368. o The EXTRACT command 
  5369. o The RX command 
  5370. o Line-oriented Rexx functions 
  5371. o Field-setting Rexx functions 
  5372. o Key-oriented Rexx functions 
  5373. o Using Trace and Say in EPM Rexx macros 
  5374. o EPM Editor commands 
  5375. o OS/2 Rexx documentation 
  5376.  
  5377.  
  5378. ΓòÉΓòÉΓòÉ 162. EXTRACT ΓòÉΓòÉΓòÉ
  5379.  
  5380. All the dot variables (internal fields) of EPM are extractable into REXX using 
  5381. the extract command. For example, 'extract /getline' would set the REXX 
  5382. variable getline.0 to 1 (the number of variables returned) and getline.1 to the 
  5383. contents of the current line. 
  5384.  
  5385. The fields that are extractable are: 
  5386.  
  5387. autosave  Current autosave value 
  5388.  
  5389. col       Absolute column number that the cursor is in 
  5390.  
  5391. cursorx   Screen-relative cursor column 
  5392.  
  5393. cursory   Screen-relative cursor row 
  5394.  
  5395. dragcolor Color painted when drag-marking 
  5396.  
  5397. dragstyle Style of current drag; 1,2,3 = Block, Line, Char. 
  5398.  
  5399. eaarea    Long pointer to buffer containing extended attributes for current 
  5400.           file.  (FEALIST) 
  5401.  
  5402. filename  Current file name 
  5403.  
  5404. fontheight Height of current file's default font, in pels 
  5405.  
  5406. fontwidth Width of current file's default font, in pels 
  5407.  
  5408. last      Number of lines in current file 
  5409.  
  5410. lockhandle File handle if file is locked (using LOCK command) 
  5411.  
  5412. line      Line number that cursor is on. 
  5413.  
  5414. markcolor Color used for marked text 
  5415.  
  5416. modify    Modify count; 0 if file is unmodified, or 1 to .autosave 
  5417.  
  5418. mousex    X position of mouse pointer, in pels 
  5419.  
  5420. mousey    Y position of mouse pointer, in pels 
  5421.  
  5422. textcolor Color used for unmarked text 
  5423.  
  5424. userstring Spare field available for macro use 
  5425.  
  5426. visible   Boolean flag specifying whether or not file is visible.  Invisible 
  5427.           files are skipped over as you move around the ring, and discarded 
  5428.           (even if modified) when quitting the last visible file in the ring. 
  5429.  
  5430. windowheight Height of edit window in characters 
  5431.  
  5432. windowwidth Width of edit window in characters 
  5433.  
  5434. windowx   gap between the bottom end of the client window's presentation space 
  5435.           and the bottom end of the client window. 
  5436.  
  5437. windowy   gap between the right edge of the client window's presentation space 
  5438.           and the right edge of the client window. 
  5439.  
  5440. font      default font for window (a number representing an entry in an 
  5441.           internal font table) 
  5442.  
  5443. getmarktype Not a real field; see below 
  5444.  
  5445. getmark    " 
  5446.  
  5447. getline    " 
  5448.  
  5449. insertstate  " 
  5450.  
  5451. Pseudo-fields: 
  5452.  
  5453. Variable            Meaning 
  5454.  
  5455. Getmarktype         Getmarktype.0 is the number of variables extracted. 
  5456.                     Getmarktype.1 is the mark type.  A NULL string  means there 
  5457.                     is no mark set. Other possible values are: "LINE", "CHAR", 
  5458.                     "BLOCK", "CHARG", "BLOCKG". 
  5459.  
  5460. Getmark             Getmark.0 is the number of variables extracted. Getmark.1 
  5461.                     is the first marked line. Getmark.2 is the last  marked 
  5462.                     line. Getmark.3 is the first marked column. Getmark.4 is 
  5463.                     the last  marked column. Getmark.5 is the fileid of the 
  5464.                     file containing the mark. 
  5465.  
  5466. Getline             Getline.0 is the number of variables extracted. Getline.1 
  5467.                     is the contents of the current line. 
  5468.  
  5469. insertstate         Insertstate.0 is the number of variables extracted. 
  5470.                     Insertstate.1 is 1 if insert mode is on, or 0 if it is off. 
  5471.                     (EPM 5.60 and above only.) 
  5472.  
  5473.  
  5474. ΓòÉΓòÉΓòÉ 163. Line-oriented Rexx functions ΓòÉΓòÉΓòÉ
  5475.  
  5476. Each of the following takes an optional line number and fileid. If not 
  5477. specified, the line number defaults to the current line, and the fileid 
  5478. defaults to the current file. 
  5479.  
  5480. etkdeletetext Deletes the current or specified line. 
  5481.  
  5482.                     Call etkdeletetext         /* delete current line in current file */
  5483.                     Call etkdeletetext 1       /* delete line 1 in current file */
  5484.                     Call etkdeletetext 1, fid  /* delete line 1 in file <fid> */
  5485.  
  5486. etkinserttext Inserts the specified text as a new line before the current or 
  5487.           specified line. 
  5488.  
  5489.                     Call etkinserttext 'line'          /* insert before curr. line in curr. file */
  5490.                     Call etkinserttext 'line', 1       /* insert string before line 1 in current file */
  5491.                     Call etkinserttext 'line', 1, fid  /* insert string before line 1 in file <fid> */
  5492.  
  5493. etkreplacetext Replaces the current or specified line with the given text. 
  5494.  
  5495.                     Call etkreplacetext 'line'         /* replace current line in current file */
  5496.                     Call etkreplacetext 'line', 1      /* replace line 1 in current file */
  5497.                     Call etkreplacetext 'line', 1, fid /* replace line 1 in file <fid> */
  5498.  
  5499.  
  5500. ΓòÉΓòÉΓòÉ 164. Field-setting Rexx functions ΓòÉΓòÉΓòÉ
  5501.  
  5502. The etksetfilefield function lets you set most of the fields which can be 
  5503. extracted using the EXTRACT command.  See the description of that command for 
  5504. the meaning of the fields. 
  5505.  
  5506. call etksetfilefield 'filename'     ,  'newname'
  5507. call etksetfilefield 'userstring'   ,  'new string'
  5508. call etksetfilefield 'autosave'     ,  1
  5509. call etksetfilefield 'col'          ,  1
  5510. call etksetfilefield 'cursorx'      ,  1
  5511. call etksetfilefield 'cursory'      ,  1
  5512. call etksetfilefield 'dragcolor'    ,  1
  5513. call etksetfilefield 'dragstyle'    ,  1
  5514. call etksetfilefield 'eaarea'       ,  1
  5515. call etksetfilefield 'fontheight'   ,  1
  5516. call etksetfilefield 'fontwidth'    ,  1
  5517. call etksetfilefield 'last'         ,  1
  5518. call etksetfilefield 'lockhandle'   ,  1
  5519. call etksetfilefield 'line'         ,  1
  5520. call etksetfilefield 'markcolor'    ,  1
  5521. call etksetfilefield 'modify'       ,  1
  5522. call etksetfilefield 'mousex'       ,  1
  5523. call etksetfilefield 'mousey'       ,  1
  5524. call etksetfilefield 'textcolor'    ,  1
  5525. call etksetfilefield 'visible'      ,  1
  5526. call etksetfilefield 'windowheight' ,  1
  5527. call etksetfilefield 'windowwidth'  ,  1
  5528. call etksetfilefield 'windowx'      ,  1
  5529. call etksetfilefield 'windowy'      ,  1
  5530. call etksetfilefield 'font'         ,  1
  5531.  
  5532. Related Information: 
  5533.  
  5534. The EXTRACT command 
  5535.  
  5536.  
  5537. ΓòÉΓòÉΓòÉ 165. Key-oriented Rexx functions ΓòÉΓòÉΓòÉ
  5538.  
  5539. The etkprocesseditkey function doesn't actually process keys; it executes some 
  5540. of the internal functions that are otherwise only available to users by the 
  5541. keys defined in the internal macro language. The comment after each call in the 
  5542. following example lists the key defined to do the same thing. 
  5543.  
  5544. call etkprocesseditkey "ADJUST_BLOCK"   /* Alt+A                 */
  5545. call etkprocesseditkey "BACKTAB"        /* Shift+Tab             */
  5546. call etkprocesseditkey "BACKTAB_WORD"   /* Ctrl+Right            */
  5547. call etkprocesseditkey "BEGIN_LINE"     /* Home                  */
  5548. call etkprocesseditkey "BOTTOM"         /* Ctrl+End              */
  5549. call etkprocesseditkey "CENTER"         /*   ???                 */
  5550. call etkprocesseditkey "COPY_MARK"      /* Alt+C                 */
  5551. call etkprocesseditkey "DELETE_CHAR"    /* Delete                */
  5552. call etkprocesseditkey "DELETE_LINE"    /* Ctrl+Backspace        */
  5553. call etkprocesseditkey "DELETE_MARK"    /* Alt+D                 */
  5554. call etkprocesseditkey "ERASE_END_LINE" /* Ctrl+E                */
  5555. call etkprocesseditkey "INSERT_TOGGLE"  /* Insert                */
  5556. call etkprocesseditkey "JOIN"           /* Alt+J                 */
  5557. call etkprocesseditkey "MARK_BLOCK"     /* Alt+B                 */
  5558. call etkprocesseditkey "MARK_BLOCKG"    /*                       */
  5559. call etkprocesseditkey "MARK_CHAR"      /* Alt+Z                 */
  5560. call etkprocesseditkey "MARK_CHARG"     /*                       */
  5561. call etkprocesseditkey "MARK_LINE"      /* Alt+L                 */
  5562. call etkprocesseditkey "MARK_LINEG"     /*                       */
  5563. call etkprocesseditkey "MOVE_MARK"      /* Alt+M                 */
  5564. call etkprocesseditkey "NEXT_FILE"      /* F12                   */
  5565. call etkprocesseditkey "OVERLAY_BLOCK"  /* Alt+O                 */
  5566. call etkprocesseditkey "PREVFILE"       /* F11                   */
  5567. call etkprocesseditkey "REFLOW"         /* Alt+P (needs line mark) */
  5568. call etkprocesseditkey "REFRESH"        /*  (refresh edit window)*/
  5569. call etkprocesseditkey "REPEAT_FIND"    /* Ctrl+F                */
  5570. call etkprocesseditkey "RUBOUT"         /* Backspace             */
  5571. call etkprocesseditkey "SHIFT_LEFT"     /* Ctrl+F7               */
  5572. call etkprocesseditkey "SHIFT_RIGHT"    /* Ctrl+F8               */
  5573. call etkprocesseditkey "SPLIT"          /* Alt+S                 */
  5574. call etkprocesseditkey "TAB_WORD"       /* Ctrl+Right            */
  5575. call etkprocesseditkey "TOP"            /* Ctrl+Right            */
  5576. call etkprocesseditkey "UNDO"           /* F9 or Alt+Backspace   */
  5577. call etkprocesseditkey "UNDOACTION"     /*  (creates a new undo state) */
  5578. call etkprocesseditkey "UNMARK"         /* Alt+U                 */
  5579.  
  5580.  
  5581. ΓòÉΓòÉΓòÉ 166. Using Trace and Say in EPM Rexx macros ΓòÉΓòÉΓòÉ
  5582.  
  5583. In order to use Trace and Say in a Rexx macro, you need to direct the output 
  5584. from the macro to something that can display it.  Normally, because EPM is a PM 
  5585. program, the output would be lost.  The RxShell command can be used to invoke 
  5586. an external program that handles the I/O for the Rexx macro.  It can be invoked 
  5587. with the name of the external program as a parameter; the default is that 
  5588. PMMORE.EXE will be used.  PMMORE.EXE is not included with OS/2, but can be 
  5589. obtained for free as part of the EPMBBS package. (For details on availability, 
  5590. select Help / Quick Reference from an EPM edit window.) 
  5591.  
  5592. The RXSHELL command will spawn the PMMORE program with the environment set such 
  5593. that EPM's standard output is directed to PMMORE and PMMORE's standard output 
  5594. is directed to EPM. Therefore, you can use the PMMORE command line to issue 
  5595. TRACE command to the EPM REXX interpreter. 
  5596.  
  5597. For example, if the following is placed in a TRACEEPM.ERX file: 
  5598.  
  5599. /* Trace the file... */
  5600. Trace '?A'
  5601. say 'Tracing is' trace()
  5602. and then you were to execute the EPM commands: 
  5603.  
  5604. rxshell
  5605. rx traceEpm
  5606. Then you could see the REXX output in the PMMORE window and could use the 
  5607. PMMORE command line dialog to send a command such as: 
  5608.  
  5609. say hello
  5610.  
  5611. to the EPM REXX interpreter. 
  5612.  
  5613.  
  5614. ΓòÉΓòÉΓòÉ 167. Spell-checking Support in EPM ΓòÉΓòÉΓòÉ
  5615.  
  5616. In order to perform spell-checking functions, you must have either OSLEXAM.DLL 
  5617. or LEXAM.DLL in a directory in your LIBPATH config.sys setting, and you must 
  5618. have a valid disctionary. A copy of LEXAM.DLL and the U.S. English dictionary 
  5619. (US.DCT) can be found on the Developer's Connection CD-ROM, in the file 
  5620. \comm\tcpip\tcpip\lamail1.zip.  (IBM internal users can see EPM ANSWERS on 
  5621. IBMPC for details on obtaining a copy.) 
  5622.  
  5623. Note:  The product version of EPM is configured so that the spell-checking menu 
  5624.        items will be present only if a spell-checking DLL can be found.
  5625.  
  5626.  
  5627. ΓòÉΓòÉΓòÉ 168. Help for File ΓòÉΓòÉΓòÉ
  5628.  
  5629. Use File to open, save, change the name of, or print a file. 
  5630.  
  5631.  
  5632. ΓòÉΓòÉΓòÉ 169. Help for New ΓòÉΓòÉΓòÉ
  5633.  
  5634. Use New to replace the current file with a new file named .Untitled.  You must 
  5635. name the file by using Rename.  If the current file has been modified, you will 
  5636. be asked if you want to save it before continuing. 
  5637.  
  5638. Related Information: 
  5639.  
  5640. Rename 
  5641.  
  5642.  
  5643. ΓòÉΓòÉΓòÉ 170. Help for Open ΓòÉΓòÉΓòÉ
  5644.  
  5645. Use Open to open a new edit window.  A window appears, in which you can type 
  5646. the names of one or more files.  If you select Open without typing a name, 
  5647. .Untitled is used as the file name. 
  5648.  
  5649. Related Information: 
  5650.  
  5651. OPEN 
  5652.  
  5653.  
  5654. ΓòÉΓòÉΓòÉ 171. Help for Open .Untitled ΓòÉΓòÉΓòÉ
  5655.  
  5656. Use Open .Untitled to open a new edit window with .Untitled used as the file 
  5657. name. 
  5658.  
  5659. Related Information: 
  5660.  
  5661. OPEN 
  5662.  
  5663.  
  5664. ΓòÉΓòÉΓòÉ 172. Help for Import Text File ΓòÉΓòÉΓòÉ
  5665.  
  5666. Use Import text file to retrieve a file and insert it into the current file 
  5667. being edited.  The file is inserted starting after the current line. 
  5668.  
  5669. A window appears, in which you can type the name of the desired file. 
  5670.  
  5671. Related Information: 
  5672.  
  5673. GET 
  5674.  
  5675.  
  5676. ΓòÉΓòÉΓòÉ 173. Help for Add File ΓòÉΓòÉΓòÉ
  5677.  
  5678. Use Add file to add files to the current edit window.  A window appears, in 
  5679. which you can type the name of one or more files. 
  5680.  
  5681.  
  5682. ΓòÉΓòÉΓòÉ 174. Help for Rename ΓòÉΓòÉΓòÉ
  5683.  
  5684. Use Rename to change the name of the file being edited. A window appears ready 
  5685. for you type a file name. 
  5686.  
  5687. Related Information: 
  5688.  
  5689. NAME 
  5690.  
  5691.  
  5692. ΓòÉΓòÉΓòÉ 175. Help for Save ΓòÉΓòÉΓòÉ
  5693.  
  5694. Use Save to store the current file on disk. 
  5695.  
  5696. Related Information: 
  5697.  
  5698. SAVE 
  5699.  
  5700.  
  5701. ΓòÉΓòÉΓòÉ 176. Help for Save As ΓòÉΓòÉΓòÉ
  5702.  
  5703. Use Save as to assign a name to the current file, then store the file on disk. 
  5704. It is equivalent to Rename followed by Save. 
  5705.  
  5706.  
  5707. ΓòÉΓòÉΓòÉ 177. Help for Save and Quit ΓòÉΓòÉΓòÉ
  5708.  
  5709. Use Save and Quit to store the current file and, if there were no errors 
  5710. storing it, remove the file from the edit window.  If this is the only file in 
  5711. the current edit window, the window closes. 
  5712.  
  5713. Related Information: 
  5714.  
  5715. FILE 
  5716.  
  5717.  
  5718. ΓòÉΓòÉΓòÉ 178. Help for Quit ΓòÉΓòÉΓòÉ
  5719.  
  5720. Use Quit to remove the current file from the edit window. If there are unsaved 
  5721. changes, you are asked if you wish to save the changes, discard them, or cancel 
  5722. the Quit.  When you quit the last file in the edit window, the window closes. 
  5723.  
  5724. Related Information: 
  5725.  
  5726. o FILE 
  5727. o QUIT 
  5728.  
  5729.  
  5730. ΓòÉΓòÉΓòÉ 179. Help for Print File ΓòÉΓòÉΓòÉ
  5731.  
  5732. Use Print file to print the current file. 
  5733.  
  5734. Related Information: 
  5735.  
  5736. PRINT 
  5737.  
  5738.  
  5739. ΓòÉΓòÉΓòÉ 180. Help for Edit ΓòÉΓòÉΓòÉ
  5740.  
  5741. Use Edit to work with marks, access the clipboard, and undo changes you have 
  5742. made to the file. 
  5743.  
  5744.  
  5745. ΓòÉΓòÉΓòÉ 181. Help for Undo ΓòÉΓòÉΓòÉ
  5746.  
  5747. Use Undo to display up a window, which enables you step through the changes you 
  5748. have made to the file. 
  5749.  
  5750.  
  5751. ΓòÉΓòÉΓòÉ 182. Help for Copy Mark ΓòÉΓòÉΓòÉ
  5752.  
  5753. Use Copy mark to copy the marked text to the current cursor position. 
  5754.  
  5755. Related Information: 
  5756.  
  5757. o Marking text 
  5758. o Mark types 
  5759. o Mark operations 
  5760.  
  5761.  
  5762. ΓòÉΓòÉΓòÉ 183. Help for Move Mark ΓòÉΓòÉΓòÉ
  5763.  
  5764. Use Move mark to move the marked text to the current cursor position. 
  5765.  
  5766. Related Information: 
  5767.  
  5768. o Marking text 
  5769. o Mark types 
  5770. o Mark operations 
  5771.  
  5772.  
  5773. ΓòÉΓòÉΓòÉ 184. Help for Overlay Mark ΓòÉΓòÉΓòÉ
  5774.  
  5775. Use Overlay mark to overwrite the text at the current cursor position with a 
  5776. copy of the marked text. 
  5777.  
  5778. Related Information: 
  5779.  
  5780. o Marking text 
  5781. o Mark types 
  5782. o Mark operations 
  5783.  
  5784.  
  5785. ΓòÉΓòÉΓòÉ 185. Help for Adjust Mark ΓòÉΓòÉΓòÉ
  5786.  
  5787. Use Adjust mark to overwrite the text at the current cursor position with the 
  5788. marked text and leave blanks in place of the source text. 
  5789.  
  5790.  Related Information: 
  5791.  
  5792. o Marking text 
  5793. o Mark types 
  5794. o Mark operations 
  5795.  
  5796.  
  5797. ΓòÉΓòÉΓòÉ 186. Help for Style ΓòÉΓòÉΓòÉ
  5798.  
  5799. Use Style to change the font or color of the marked text. 
  5800.  
  5801. Related Information: 
  5802.  
  5803. o Marking text 
  5804. o Mark types 
  5805. o Mark operations 
  5806.  
  5807.  
  5808. ΓòÉΓòÉΓòÉ 187. Help for Unmark ΓòÉΓòÉΓòÉ
  5809.  
  5810. Use Unmark to remove any mark that exists in this window. The marked text is 
  5811. not changed. 
  5812.  
  5813. Related Information: 
  5814.  
  5815. o Marking text 
  5816. o Mark types 
  5817. o Mark operations 
  5818.  
  5819.  
  5820. ΓòÉΓòÉΓòÉ 188. Help for Delete Mark ΓòÉΓòÉΓòÉ
  5821.  
  5822. Use Delete mark to erase the marked text.  If the mark is a block mark, the 
  5823. text that is marked is erased, but the space remains in the file. 
  5824.  
  5825. Related Information: 
  5826.  
  5827. o Marking text 
  5828. o Mark types 
  5829. o Mark operations 
  5830.  
  5831.  
  5832. ΓòÉΓòÉΓòÉ 189. Help for Push Mark ΓòÉΓòÉΓòÉ
  5833.  
  5834. Use Push mark to save the location of a mark.  You can then select Unmark, mark 
  5835. other text, manipulate it, and then select Pop mark to restore the original 
  5836. mark. 
  5837.  
  5838. Note:  Only the boundary of the mark is saved, not the contents.
  5839.  
  5840.  Related Information: 
  5841.  
  5842. o Marking text 
  5843. o Mark types 
  5844. o Mark operations 
  5845.  
  5846.  
  5847. ΓòÉΓòÉΓòÉ 190. Help for Pop Mark ΓòÉΓòÉΓòÉ
  5848.  
  5849. Use Pop mark to restore the location of a previous mark. 
  5850.  
  5851. Related Information: 
  5852.  
  5853. o Marking text 
  5854. o Mark types 
  5855. o Mark operations 
  5856.  
  5857.  
  5858. ΓòÉΓòÉΓòÉ 191. Help for Push Cursor ΓòÉΓòÉΓòÉ
  5859.  
  5860. Use Push cursor to save the current cursor position.  You can later select Pop 
  5861. cursor to jump back to the same place in the same file. 
  5862.  
  5863. Related Information: 
  5864.  
  5865. Pop Cursor 
  5866.  
  5867.  
  5868. ΓòÉΓòÉΓòÉ 192. Help for Pop Cursor ΓòÉΓòÉΓòÉ
  5869.  
  5870. Use Pop cursor to restore the previous cursor position. 
  5871.  
  5872. Related Information: 
  5873.  
  5874. Push Cursor 
  5875.  
  5876.  
  5877. ΓòÉΓòÉΓòÉ 193. Help for Copy ΓòÉΓòÉΓòÉ
  5878.  
  5879. Use Copy to copy the marked text to the clipboard. 
  5880.  
  5881. Related Information: 
  5882.  
  5883. o PASTE 
  5884. o COPY2CLIP 
  5885.  
  5886.  
  5887. ΓòÉΓòÉΓòÉ 194. Help for Cut ΓòÉΓòÉΓòÉ
  5888.  
  5889. Use Cut to copy the marked text to the clipboard, and then delete it from EPM. 
  5890.  
  5891. Related Information: 
  5892.  
  5893. CUT 
  5894.  
  5895.  
  5896. ΓòÉΓòÉΓòÉ 195. Help for Paste Lines ΓòÉΓòÉΓòÉ
  5897.  
  5898. Use Paste lines to copy text from the clipboard into the current file, 
  5899. following the cursor position.  Each line of text in the clipboard is added as 
  5900. a new line in EPM. 
  5901.  
  5902. Related Information: 
  5903.  
  5904. PASTE 
  5905.  
  5906.  
  5907. ΓòÉΓòÉΓòÉ 196. Help for Paste ΓòÉΓòÉΓòÉ
  5908.  
  5909. Use Paste to insert text from the clipboard into the current file, following 
  5910. the cursor position.  The text from the clipboard is treated as a character 
  5911. mark - that is it is treated as a stream of text, possibly containing embedded 
  5912. line breaks, rather than as a series of lines. 
  5913.  
  5914. Related Information: 
  5915.  
  5916. PASTE 
  5917.  
  5918.  
  5919. ΓòÉΓòÉΓòÉ 197. Help for Paste Block ΓòÉΓòÉΓòÉ
  5920.  
  5921. Use Paste block to insert text from the clipboard into the current file, 
  5922. following the cursor position.  The clipboard text is treated as a block mark, 
  5923. surrounded by the smallest possible bounding rectangle. 
  5924.  
  5925. Related Information: 
  5926.  
  5927. PASTE 
  5928.  
  5929.  
  5930. ΓòÉΓòÉΓòÉ 198. Help for Print Mark ΓòÉΓòÉΓòÉ
  5931.  
  5932. Use Print mark to print a copy of the marked text. 
  5933.  
  5934. Related Information: 
  5935.  
  5936. Marking text 
  5937.  
  5938.  
  5939. ΓòÉΓòÉΓòÉ 199. Help for Undo Line ΓòÉΓòÉΓòÉ
  5940.  
  5941. Use Undo line to reverse any changes that you just typed on the current line. 
  5942. If you select this in error, you can immediately select it again to redo the 
  5943. changes. Once you move the cursor off the line, the changes are committed and 
  5944. you cannot use Undo line to remove them, instead; you must use Undo. 
  5945.  
  5946. Related Information: 
  5947.  
  5948. Undo 
  5949.  
  5950.  
  5951. ΓòÉΓòÉΓòÉ 200. Help for Recover Mark Delete ΓòÉΓòÉΓòÉ
  5952.  
  5953. Use Recover mark delete to restore accidentally deleted text.  When you select 
  5954. Delete mark, the deleted text is stored in a buffer.  Recover mark delete 
  5955. retrieves the text from the buffer and inserts it after the current cursor 
  5956. position. 
  5957.  
  5958. Note:  You can delete text from one place and restore it in another. 
  5959.  
  5960.  
  5961. ΓòÉΓòÉΓòÉ 201. Help for Search ΓòÉΓòÉΓòÉ
  5962.  
  5963. Use Search to find and change text, and to work with bookmarks. 
  5964.  
  5965.  
  5966. ΓòÉΓòÉΓòÉ 202. Help for Search ΓòÉΓòÉΓòÉ
  5967.  
  5968. Use Search to display the Search window, which enables you to search through 
  5969. the file or change one string to another. 
  5970.  
  5971.  
  5972. ΓòÉΓòÉΓòÉ 203. Help for Find Next ΓòÉΓòÉΓòÉ
  5973.  
  5974. Use Find next to repeat the previous Find command. 
  5975.  
  5976.  
  5977. ΓòÉΓòÉΓòÉ 204. Help for Change Next ΓòÉΓòÉΓòÉ
  5978.  
  5979. Use Change next to repeat the previous Change command. 
  5980.  
  5981.  
  5982. ΓòÉΓòÉΓòÉ 205. Help for Bookmarks ΓòÉΓòÉΓòÉ
  5983.  
  5984. Use Bookmarks to create, list and find bookmarks in the current file.  The 
  5985. options are: 
  5986.  
  5987. Set       Displays a window that enables you to create a bookmark at the 
  5988.           current cursor position. 
  5989. List      Displays a list of bookmarks for the current file.  You can place the 
  5990.           cursor at a particular bookmark by selecting it from the list. 
  5991. Next      Places the cursor at the next bookmark. 
  5992. Previous  Places the cursor at the previous bookmark. 
  5993.  
  5994.  
  5995. ΓòÉΓòÉΓòÉ 206. Help for Tags ΓòÉΓòÉΓòÉ
  5996.  
  5997. Use Tags to create or update a tags file, set the name of the tags file to be 
  5998. used, or search for a procedure in the tags file.  The options are: 
  5999.  
  6000. Tags dialog Displays the Tags dialog, from which you can select which existing 
  6001.           tags file to use, build a new one, or update the list of files 
  6002.           covered by a tags file (and optionally rebuild the tags file). 
  6003. Find current procedure Search for the procedure name that the cursor is on. 
  6004. Find procedure Displays a window in which you can enter the name of the 
  6005.           procedure to be searched for. 
  6006. Scan file Searches the current file for procedure definitions, then presents a 
  6007.           listbox displaying all the procedures found.  You can select a 
  6008.           procedure from the list and you will be placed at the beginning of 
  6009.           the procedure definition. 
  6010.  
  6011.  
  6012. ΓòÉΓòÉΓòÉ 207. Help for Options ΓòÉΓòÉΓòÉ
  6013.  
  6014. Use Options to list the files in the ring, query autosave values, review 
  6015. previously-displayed editor messages, and configure the editor. 
  6016.  
  6017.  
  6018. ΓòÉΓòÉΓòÉ 208. Help for List Ring ΓòÉΓòÉΓòÉ
  6019.  
  6020. Use List ring to list the files in the edit ring.  Files that have been 
  6021. modified and not yet saved are preceded by a period. From the list, you can 
  6022. select any file and make it the current file. 
  6023.  
  6024.  
  6025. ΓòÉΓòÉΓòÉ 209. Help for Proof ΓòÉΓòÉΓòÉ
  6026.  
  6027. Use Proof to check the spelling in a file. 
  6028.  
  6029.  
  6030. ΓòÉΓòÉΓòÉ 210. Help for Proof Word ΓòÉΓòÉΓòÉ
  6031.  
  6032. Use Proof word to check the spelling of the word at the current cursor 
  6033. position. 
  6034.  
  6035.  
  6036. ΓòÉΓòÉΓòÉ 211. Help for Synonym ΓòÉΓòÉΓòÉ
  6037.  
  6038. Use Synonym to suggest a synonym for the word at the current cursor position. 
  6039.  
  6040.  
  6041. ΓòÉΓòÉΓòÉ 212. Help for Dynamic Spell-checking ΓòÉΓòÉΓòÉ
  6042.  
  6043. Use Dynamic Spell-checking to toggle dynamic spell-checking on and off.  When 
  6044. dynamic spell-checking is on, the previous word will be checked when the space 
  6045. or enter key is pressed. 
  6046.  
  6047.  
  6048. ΓòÉΓòÉΓòÉ 213. Help for Preferences ΓòÉΓòÉΓòÉ
  6049.  
  6050. Use Preferences to switch edit-window options or display the Settings window. 
  6051.  
  6052.  
  6053. ΓòÉΓòÉΓòÉ 214. Help for Settings ΓòÉΓòÉΓòÉ
  6054.  
  6055. Use Settings to display a window, from which you can change editor 
  6056. configuration settings (such as color and fonts). 
  6057.  
  6058.  
  6059. ΓòÉΓòÉΓòÉ 215. Help for Set Enter ΓòÉΓòÉΓòÉ
  6060.  
  6061. Use Set enter to change the action of the Enter key (in its various shift 
  6062. states).  You can select the Enter key on the main portion of the keyboard or 
  6063. the Enter key on the numeric keypad portion of the keyboard alone or in 
  6064. combination with the Alt, Ctrl or Shift key. 
  6065.  
  6066. Each of these eight keys or key combinations can be set to one of six actions. 
  6067. This setting is applied when the editor is in line mode. When the editor is in 
  6068. stream mode, a different action is performed, regardless of how the keys were 
  6069. set.  See Stream versus Line mode for details. 
  6070.  
  6071. To save the current state as your permanent default: 
  6072.  
  6073.  1. Select Options. 
  6074.  2. Select Save options. 
  6075.  
  6076. Related Information: 
  6077.  
  6078. Stream versus Line mode 
  6079.  
  6080.  
  6081. ΓòÉΓòÉΓòÉ 216. Help for Advanced Marking ΓòÉΓòÉΓòÉ
  6082.  
  6083. Use Advanced marking to switch between the CUA marking mode and the advanced 
  6084. EPM marking mode.  The mode of marking that you use affects the way your mouse 
  6085. works. 
  6086.  
  6087. A check mark appears next to this choice if it is currently active. 
  6088.  
  6089. To save the current state as your permanent default: 
  6090.  
  6091.  1. Select Options. 
  6092.  2. Select Save options. 
  6093.  
  6094. Related Information: 
  6095.  
  6096. Configuring the mouse 
  6097.  
  6098.  
  6099. ΓòÉΓòÉΓòÉ 217. Help for Stream Editing ΓòÉΓòÉΓòÉ
  6100.  
  6101. Use Stream editing to switch between stream-mode and line-mode editing. 
  6102.  
  6103. A check mark appears next to this choice if it is currently active. 
  6104.  
  6105. To save the current state as your permanent default: 
  6106.  
  6107.  1. Select Options. 
  6108.  2. Select Save options. 
  6109.  
  6110. Related Information: 
  6111.  
  6112. Stream versus Line mode 
  6113.  
  6114.  
  6115. ΓòÉΓòÉΓòÉ 218. Help for Ring Enabled ΓòÉΓòÉΓòÉ
  6116.  
  6117. Use Ring enabled to allow multiple files to exist in the edit ring.  The edit 
  6118. ring always exists, but unless you select this option, the editor prevents you 
  6119. from loading more than one file into it. 
  6120.  
  6121. A check mark appears next to this choice if it is currently active. 
  6122.  
  6123. To save the current state as your permanent default: 
  6124.  
  6125.  1. Select Options. 
  6126.  2. Select Save options. 
  6127.  
  6128. Related Information: 
  6129.  
  6130. Edit Ring 
  6131.  
  6132.  
  6133. ΓòÉΓòÉΓòÉ 219. Help for Menu Accelerators ΓòÉΓòÉΓòÉ
  6134.  
  6135. Use Menu accelerators to switch between the standard EPM behavior, in which 
  6136. pressing an Alt+letter combination performs the EPM action defined for that 
  6137. key, and a mode in which pressing Alt+letter activates the action bar item 
  6138. which has that letter as its mnemonic (the underlined letter), if one exists. 
  6139. The affected key combinations are dependant on the NLS version of the editor. 
  6140.  
  6141. A check mark appears next to this choice if it is currently active. 
  6142.  
  6143. To save the current state as your permanent default: 
  6144.  
  6145.  1. Select Options. 
  6146.  2. Select Save options. 
  6147.  
  6148.  
  6149. ΓòÉΓòÉΓòÉ 220. Help for Swap Mark ΓòÉΓòÉΓòÉ
  6150.  
  6151. Use Swap mark to exchange the current mark with the topmost mark on the stack 
  6152. (the most recently pushed mark). 
  6153.  
  6154. Related Information: 
  6155.  
  6156. Push mark 
  6157.  
  6158.  
  6159. ΓòÉΓòÉΓòÉ 221. Help for Swap Cursor ΓòÉΓòÉΓòÉ
  6160.  
  6161. Use Swap cursor to exchange the current cursor position with the topmost 
  6162. position on the stack (the most recently pushed position). 
  6163.  
  6164. Related Information: 
  6165.  
  6166. Push cursor 
  6167.  
  6168.  
  6169. ΓòÉΓòÉΓòÉ 222. Help for Stack Commands ΓòÉΓòÉΓòÉ
  6170.  
  6171. Use Stack commands to enable or disable the stack-related commands on the Edit 
  6172. menu. 
  6173.  
  6174. The stack commands are: 
  6175.  
  6176. o Push mark 
  6177. o Pop mark 
  6178. o Swap mark 
  6179. o Push cursor 
  6180. o Pop cursor 
  6181. o Swap cursor 
  6182.  
  6183. A check mark appears next to this choice if it is currently active. 
  6184.  
  6185. To save the current state as your permanent default: 
  6186.  
  6187.  1. Select Options. 
  6188.  2. Select Save options. 
  6189.  
  6190.  
  6191. ΓòÉΓòÉΓòÉ 223. Help for Autosave ΓòÉΓòÉΓòÉ
  6192.  
  6193. Use Autosave to display the autosave file name and the number of changed lines 
  6194. per autosave. You can also list the autosave directory. 
  6195.  
  6196.  
  6197. ΓòÉΓòÉΓòÉ 224. Help for Messages ΓòÉΓòÉΓòÉ
  6198.  
  6199. Use Messages to review displayed editor messages. 
  6200.  
  6201.  
  6202. ΓòÉΓòÉΓòÉ 225. Help for Frame Controls ΓòÉΓòÉΓòÉ
  6203.  
  6204. Use Frame controls to configure various edit window frame controls. 
  6205.  
  6206.  
  6207. ΓòÉΓòÉΓòÉ 226. Help for Status Line ΓòÉΓòÉΓòÉ
  6208.  
  6209. Use Status line to switch the status line on and off. 
  6210.  
  6211. A check mark appears next to this choice if it is currently active. 
  6212.  
  6213.  
  6214. ΓòÉΓòÉΓòÉ 227. Help for Message Line ΓòÉΓòÉΓòÉ
  6215.  
  6216. Use Message line to switch the message line on and off. 
  6217.  
  6218. A check mark appears next to this choice if it is currently active. 
  6219.  
  6220. To save the current state as your permanent default: 
  6221.  
  6222.  1. Select Options. 
  6223.  2. Select Save options. 
  6224.  
  6225.  
  6226. ΓòÉΓòÉΓòÉ 228. Help for Scrollbars ΓòÉΓòÉΓòÉ
  6227.  
  6228. Use Scrollbars to toggle the scroll bars on and off. 
  6229.  
  6230. A check mark appears next to this choice if it is currently active. 
  6231.  
  6232. To save the current state as your permanent default: 
  6233.  
  6234.  1. Select Options. 
  6235.  2. Select Save options. 
  6236.  
  6237.  
  6238. ΓòÉΓòÉΓòÉ 229. Help for File Symbol ΓòÉΓòÉΓòÉ
  6239.  
  6240. Use File symbol to switch the file symbol on and off. 
  6241.  
  6242. A check mark appears next to this choice if it is currently active. 
  6243.  
  6244. To save the current state as your permanent default: 
  6245.  
  6246.  1. Select Options. 
  6247.  2. Select Save options. 
  6248.  
  6249.  
  6250. ΓòÉΓòÉΓòÉ 230. Help for Rotate Buttons ΓòÉΓòÉΓòÉ
  6251.  
  6252. Use Rotate buttons to switch the rotate buttons on and off. 
  6253.  
  6254. A check mark appears next to this choice if it is currently active. 
  6255.  
  6256. To save the current state as your permanent default: 
  6257.  
  6258.  1. Select Options. 
  6259.  2. Select Save options. 
  6260.  
  6261.  
  6262. ΓòÉΓòÉΓòÉ 231. Help for Info at Top ΓòÉΓòÉΓòÉ
  6263.  
  6264. Use Info at top to switch the position of the Information window between the 
  6265. top and the bottom of the edit window.  The information window is composed of 
  6266. the status line and the message line. 
  6267.  
  6268. A check mark appears next to this choice if it is currently active. 
  6269.  
  6270. To save the current state as your permanent default: 
  6271.  
  6272.  1. Select Options. 
  6273.  2. Select Save options. 
  6274.  
  6275.  
  6276. ΓòÉΓòÉΓòÉ 232. Help for Prompting ΓòÉΓòÉΓòÉ
  6277.  
  6278. Use Prompting to control if prompts are displayed when menu choices are 
  6279. selected.  Displaying the prompts forces the Information window to be displayed 
  6280. at the bottom of the edit window instead of at the top. 
  6281.  
  6282. A check mark appears next to this choice if it is currently active. 
  6283.  
  6284. Note:  The menu prompting is done through an internal command that is called 
  6285.        whenever a menu choice is selected.  Therefore, the prompting will not 
  6286.        appear while another command is processing.  This ensures that you will 
  6287.        always be able to select Halt command to stop processing.
  6288.  
  6289. To save the current state as your permanent default: 
  6290.  
  6291.  1. Select Options. 
  6292.  2. Select Save options. 
  6293.  
  6294. Related Information: 
  6295.  
  6296. Halt command 
  6297.  
  6298.  
  6299. ΓòÉΓòÉΓòÉ 233. Help for Save Options ΓòÉΓòÉΓòÉ
  6300.  
  6301. Use Save options to store the edit window size and position, current state of 
  6302. the checkable items on the preferences and frame controls menus, and current 
  6303. state of the ESCAPEKEY, LONGNAMES, PROFILE, and TABKEY commands. The next time 
  6304. an edit window is opened, these same settings are used. 
  6305.  
  6306.  
  6307. ΓòÉΓòÉΓòÉ 234. Help for Book Icon ΓòÉΓòÉΓòÉ
  6308.  
  6309. Use Book icon to activate the EPM book icon, from which you can close EPM or 
  6310. list all edit windows. 
  6311.  
  6312.  
  6313. ΓòÉΓòÉΓòÉ 235. Help for Command ΓòÉΓòÉΓòÉ
  6314.  
  6315. Use Command to bring up the EPM command line, or to halt a long-running command 
  6316. before it finishes. 
  6317.  
  6318.  
  6319. ΓòÉΓòÉΓòÉ 236. Help for Command Dialog ΓòÉΓòÉΓòÉ
  6320.  
  6321. Use Command dialog to enter editor commands. 
  6322.  
  6323.  
  6324. ΓòÉΓòÉΓòÉ 237. Help for Halt Command ΓòÉΓòÉΓòÉ
  6325.  
  6326. Use Halt command to stop a command. 
  6327.  
  6328.  
  6329. ΓòÉΓòÉΓòÉ 238. Help for Create Shell ΓòÉΓòÉΓòÉ
  6330.  
  6331. Use Create shell to create a command shell, an OS/2 command prompt where you 
  6332. can type commands.  The output appears in an edit window while other programs 
  6333. are running. 
  6334.  
  6335.  
  6336. ΓòÉΓòÉΓòÉ 239. Help for Write to Shell ΓòÉΓòÉΓòÉ
  6337.  
  6338. Use Write to shell to write a string to the command shell. The string is 
  6339. generally a command, but can also be the response to a prompt in the shell 
  6340. window. 
  6341.  
  6342.  
  6343. ΓòÉΓòÉΓòÉ 240. Help for Destroy Shell ΓòÉΓòÉΓòÉ
  6344.  
  6345. Use Destroy shell to quit the command shell and delete the associated command 
  6346. process. 
  6347.  
  6348.  
  6349. ΓòÉΓòÉΓòÉ 241. Help for Send Break to Shell ΓòÉΓòÉΓòÉ
  6350.  
  6351. Use Send break to shell to send a break signal to the command process 
  6352. associated with the shell window. 
  6353.  
  6354.  
  6355. ΓòÉΓòÉΓòÉ 242. Help for Commands Help ΓòÉΓòÉΓòÉ
  6356.  
  6357. Use Commands help to view the list of editor commands, from which you can 
  6358. select any command in order to obtain help for that command. 
  6359.  
  6360.  
  6361. ΓòÉΓòÉΓòÉ 243. Help for Quick Reference ΓòÉΓòÉΓòÉ
  6362.  
  6363. Use Quick reference to view the information in the quick reference file. 
  6364.  
  6365.  
  6366. ΓòÉΓòÉΓòÉ 244. Help for Product Information ΓòÉΓòÉΓòÉ
  6367.  
  6368. Use Product information to display the copyright and version number for EPM. 
  6369.  
  6370.  
  6371. ΓòÉΓòÉΓòÉ 245. Help for IBM ΓòÉΓòÉΓòÉ
  6372.  
  6373. Use IBM to display copyright and version number information about EPM. 
  6374.  
  6375.  
  6376. ΓòÉΓòÉΓòÉ 246. Help for Toolbar ΓòÉΓòÉΓòÉ
  6377.  
  6378. Use Toolbar to toggle the toolbar on or off. 
  6379.  
  6380.  
  6381. ΓòÉΓòÉΓòÉ 247. Help for Background Bitmap ΓòÉΓòÉΓòÉ
  6382.  
  6383. Use Background bitmap to toggle the background bitmap on or off. Turning the 
  6384. background bitmap off, then on, will revert to the default bitmap if a 
  6385. different bitmap had been dropped on the edit window. 
  6386.  
  6387. To save the current state (on or off) and bitmap as your permanent default: 
  6388.  
  6389.  1. Select Options. 
  6390.  2. Select Save options. 
  6391.  
  6392.  
  6393. ΓòÉΓòÉΓòÉ 248. Help for Toolbar Menu ΓòÉΓòÉΓòÉ
  6394.  
  6395. Use the Toolbar context menu to manipulate the Toolbar.  The menu choices are: 
  6396.  
  6397. Edit Item Lets you edit the current Toolbar button.  You can change the bitmap, 
  6398.           text, or action associated with the button. 
  6399. Create Item Lets you create a new Toolbar button.  If you activate the context 
  6400.           menu while over a button, you can position the new item relative to 
  6401.           that button or at the end. If you activate the menu while to the 
  6402.           right of the existing buttons, you will only be able to create the 
  6403.           new item at the end. 
  6404. Delete Item Deletes the current Toolbar button. tags file to be used. 
  6405. Save As   Lets you save a toolbar in the .INI file. 
  6406. Buffet    Presents a "Toolbar Buffet", containing all the pre-defined actions, 
  6407.           along with a copy of your toolbar.  You can drag toolbar items from 
  6408.           the buffet to the copy of your toolbar in order to add new items. 
  6409. Help      Presents this help panel. 
  6410.  
  6411.  
  6412. ΓòÉΓòÉΓòÉ 249. Help for Open As ΓòÉΓòÉΓòÉ
  6413.  
  6414. Use Open as to open a file, edit window, or command shell. Select the right 
  6415. arrow for a menu.  The default, if the edit ring is enabled, is to open another 
  6416. file in the current edit window. If the edit ring is not enabled, the default 
  6417. is to open a file in a new edit window. 
  6418.  
  6419. Related Information: 
  6420.  
  6421. Edit Ring 
  6422.  
  6423.  
  6424. ΓòÉΓòÉΓòÉ 250. Help for New Window ΓòÉΓòÉΓòÉ
  6425.  
  6426. Use New window to open a new edit window.  A window appears, in which you can 
  6427. type the names of one or more files.  If you select Open without typing a name, 
  6428. .Untitled is used as the file name. 
  6429.  
  6430. Related Information: 
  6431.  
  6432. OPEN 
  6433.  
  6434.  
  6435. ΓòÉΓòÉΓòÉ 251. Help for Same Window ΓòÉΓòÉΓòÉ
  6436.  
  6437. Use Same window to add files to the current edit window.  A window appears, in 
  6438. which you can type the name of one or more files. 
  6439.  
  6440.  
  6441. ΓòÉΓòÉΓòÉ 252. Help for View ΓòÉΓòÉΓòÉ
  6442.  
  6443. Use View to search for text, work with tags or bookmarks, turn dynamic spell 
  6444. checking on or off, list the files in the edit ring, save or restore the cursor 
  6445. position, access the command dialog, or halt a long-running command. 
  6446.  
  6447.  
  6448. ΓòÉΓòÉΓòÉ 253. Help for Selected ΓòÉΓòÉΓòÉ
  6449.  
  6450. Use Selected to work with marks (selected text), access the clipboard, and undo 
  6451. changes you have made to the file. 
  6452.  
  6453.  
  6454. ΓòÉΓòÉΓòÉ 254. Help for Select all ΓòÉΓòÉΓòÉ
  6455.  
  6456. Use Select all to select all the text in the file. A character mark will be 
  6457. used. 
  6458.  
  6459. Related Information: 
  6460.  
  6461. o Marking text 
  6462. o Mark types 
  6463. o Mark operations 
  6464.  
  6465.  
  6466. ΓòÉΓòÉΓòÉ 255. Help for Deselect all ΓòÉΓòÉΓòÉ
  6467.  
  6468. Use Deselect all to remove any mark that exists in this window. The marked text 
  6469. is not changed. 
  6470.  
  6471. Related Information: 
  6472.  
  6473. o Marking text 
  6474. o Mark types 
  6475. o Mark operations 
  6476.  
  6477.  
  6478. ΓòÉΓòÉΓòÉ 256. Help for Undo ΓòÉΓòÉΓòÉ
  6479.  
  6480. Use Undo to undo changes you have made to the current file. 
  6481.  
  6482.  
  6483. ΓòÉΓòÉΓòÉ 257. Help for Paste ΓòÉΓòÉΓòÉ
  6484.  
  6485. Use Paste to copy text from the clipboard into the current file, following the 
  6486. cursor position.  You can elect to paste the text as a character stream (the 
  6487. default), as new lines, or as a rectangular block. 
  6488.  
  6489. Related Information: 
  6490.  
  6491. PASTE 
  6492.  
  6493.  
  6494. ΓòÉΓòÉΓòÉ 258. Help for Save Config ΓòÉΓòÉΓòÉ
  6495.  
  6496. Use Save config to save the edit object's configuration to a file.  You would 
  6497. want to do this before deleting the object in order to install a new version of 
  6498. the editor, so that you can later reload the same configuration. 
  6499.  
  6500.  
  6501. ΓòÉΓòÉΓòÉ 259. Help for Load Config ΓòÉΓòÉΓòÉ
  6502.  
  6503. Use Load config to load the edit object's configuration from a file.  You might 
  6504. want to do this to copy a base configuration from another editor object, or to 
  6505. restore a previously saved configuration. 
  6506.  
  6507.  
  6508. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  6509.  
  6510. Prints the text to the selected printer using the default printer font. 
  6511.  
  6512.  
  6513. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  6514.  
  6515. Prints text using the same fonts as displayed on-screen 
  6516.  
  6517.  
  6518. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  6519.  
  6520. An extended ASCII character can be entered in a KEY or LOOPKEY command as 
  6521. follows: 
  6522.  
  6523. a+x 
  6524.           Alt+X, where "x" is any alphabetic key. 
  6525. c+x 
  6526.           Ctrl+X, where "x" is any alphabetic key. 
  6527. Fn 
  6528.           Function key N, where "n" is 1 to 12. 
  6529. x+Fn 
  6530.           shifted Function key N, where "n" is 1 to 12, and "x" can be "s" for 
  6531.           Shift, "a" for Alt, or "c" for Ctrl. 
  6532.  
  6533. In the above, "+" can actually be "+", "-", or "_".  For example: 
  6534.  
  6535. KEY 10 c-F8
  6536.  
  6537.  
  6538. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  6539.  
  6540. An area of computer memory, or storage, that temporarily holds data.  Data in 
  6541. the clipboard is available to other programs. 
  6542.  
  6543.  
  6544. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  6545.  
  6546. The visual indicator in a slider that shows that the numerical value can be 
  6547. changed by manipulating it. See also slider. 
  6548.  
  6549.  
  6550. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  6551.  
  6552. A control that represents a quantity and its relationship to the range of 
  6553. possible values for that quantity.  In some cases, you can change the value of 
  6554. the quantity.  See also slider arm. 
  6555.  
  6556.  
  6557. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  6558.  
  6559. A family of characters of a given size and style; for example, 9-point 
  6560. Helvetica. 
  6561.  
  6562.  
  6563. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  6564.  
  6565. A symbol that shows that a choice is currently active. 
  6566.  
  6567.  
  6568. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  6569.  
  6570. For example, if the search_string is "the", the search will skip over "there" 
  6571. or "rather". A potential match is considered to not be a separate word if the 
  6572. preceding or following character is a letter, number, underscore (_), or dollar 
  6573. sign ($). This makes it useful when searching for programming language tokens, 
  6574. as well as for normal words. 
  6575.  
  6576.  
  6577. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  6578.  
  6579. Additional information that the system or a program associates with a file. 
  6580. The file system or program then uses this information, which is not visible to 
  6581. you, to recognize the file.