home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0321.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  795 b   |  18 lines

  1. We have a heavily loaded vax on which we run our Lisp classes.  It
  2. seems to me that we could lessen the load by not having VI start
  3. up anew every time the student does a VIL in Franz.  
  4.  
  5. It would be nice to have two processes, one Lisp and the other VI.
  6. There would be a function (like VIL) in Franz that would start up
  7. a VI process if there wasn't one and if there was a VI process just
  8. goto it.  When the student is finished editing the file he/she would
  9. hit a key that would save out the file and return to Lisp (without
  10. killing the VI process).  I believe that Gosling Emacs had something
  11. like this, only more sophisticated.
  12.  
  13. My questions.  Has anyone done this for Franz & VI?  Would this help
  14. the load average on a VAX?  If no one has done it, would it be difficult
  15. to do?
  16. -Thanks, David
  17.  
  18.