home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / doslogo.zip / LOGOHLP.ZIP / EDIT.HLP < prev    next >
Text File  |  1990-06-11  |  676b  |  14 lines

  1. edit  -- Command, no inputs.  Abbreviation: ed
  2.      The edit command attaches to the user's kept Emacs and allows for
  3.      editing of as many LOGO procedures as is desired. When Emacs pauses,
  4.      LOGO is re-entered. Any procedures which are changed in Emacs should
  5.      be written out to their disk file; LOGO will then get the changes
  6.      immediately.
  7.      
  8.      You must have defined a logical called EMACS$NAME which translates to
  9.      the name of your kept Emacs process so that the edit command can
  10.      find the process and attach to it.
  11.  
  12.      Currently there is no provision for using another editor besides Emacs.
  13.      Eventually, EDT may be supported.
  14.