home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / rxnew11a.zip / editor.rxn < prev    next >
Text File  |  1993-04-26  |  755b  |  25 lines

  1. Editor        Specifying an External Editor for RexxNews
  2. --------------------------------------------------------
  3.  
  4. You can specify an external editor for RexxNews to use by placing the line:
  5.  
  6. editor <program name>
  7.  
  8. in your REXXNEWS.CFG file or by issuing the command
  9.  
  10. set editor <program name>
  11.  
  12. at the RexxNews prompt.
  13.  
  14. If your editor is called via a '.CMD' file, you will need to specify the
  15. editor as in:
  16.  
  17. editor cmd /c the
  18.  
  19. The editor you specify must take the name of a file as its last parameter.
  20. If you don't specify an editor, RexxNews will call the Enhanced Editor, EPM.
  21.  
  22. If you tend to use RexxNews in a fullscreen session, I reccomend that you
  23. use a full-screen editor such as Mark Hessling's THE or the IBM 'T' editor.
  24.  
  25.