home *** CD-ROM | disk | FTP | other *** search
/ A Beginner's Guide to the Internet / INTERNET.ISO / text / guides / help / editv.hlb < prev    next >
Encoding:
Text File  |  1994-07-12  |  2.3 KB  |  44 lines

  1. Editors
  2.  
  3.     One of the tools that you will probably use quite a lot on
  4. this system is the editor.  You will probably use an editor, most
  5. often, to type in messages to be sent to others.  As you become more
  6. advanced, you will use editors for other things.  For instance, the
  7. people who keep this machine running use editors to edit programs that
  8. run on this machine.  In fact, these help files were created using an
  9. editor on this machine.
  10.     Editors can be very simple, or very complex.  The three main
  11. editors that are provided on this system are pico, joe, and emacs.
  12. Pico is fairly easy to use.  It provides a list of keys on the bottom
  13. of the screen, and is not at all complex.  If you use the "Pine" mail
  14. reader, you may notice that the default message editor is very much
  15. like Pico.  Joe is also quite simple.  It has good on-screen help.  If
  16. you use Wordstar on a PC, you'll find Joe to be quite familiar.
  17.     Emacs is slightly more difficult to use, but is VERY powerful,
  18. and is used by many experienced users.  Emacs is available on nearly
  19. any Unix system, and is probably the most popular editor for Unix.  If
  20. you're interested in Emacs, go ahead and run it, then hit Esc, the
  21. question mark, and the letter "t".  This will start the Emacs
  22. tutorial, which will guide you through many of the basic functions of
  23. Emacs editing.  If you need help at any point, just hit Esc, then the
  24. question mark (this starts the help system), then "a" for apropos,
  25. which will let you enter a string to search for.  Emacs will then give
  26. you a list of commands that match your string.  Keep an eye on the
  27. bottom line of the screen, as this is where Emacs displays informative
  28. messages.
  29.  
  30. Viewers
  31.  
  32.     The two viewers, or "pagers", on this system are "more" and
  33. "less".  They are both very similar, and which one you use is really a
  34. matter of preference.  Advanced users will find a few functions in
  35. less that are lacking in more (a little backwards, considering the
  36. names, don't you think?).
  37.     In either case, simply type "more file" or "less file" to view
  38. a file.  Both viewers will give you a prompt after each page of
  39. information.  At this prompt, hit the return key to display the next
  40. line, or the space bar to display the next page.  Also at this prompt,
  41. hit "h" to display information on the available functions in the
  42. pager.
  43.  
  44.