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

  1.  
  2. We have a simple interface from Franz to Emacs, but I much prefer to go the
  3. other way, i.e. run Franz as a inferior job under Emacs.  I believe there
  4. are several Emacs packages which allow one to run inferior jobs in an Emacs
  5. window (I have my own which is, unfortunately totally undocumented). Some of
  6. the benefits of this set up include:
  7.  
  8.     - one has all of the text editing functions available in Emacs
  9.     - one has many lisp-based editing functions available in Emacs
  10.       (thru mock-lisp packages like electriclisp)
  11.     - one has a history of the session in the editing buffer
  12.     - one has an environment which supports multiple concurrent
  13.       processes running in seperate windows.
  14.     - it is very easy to experiment with new interface features such as
  15.       symbol completion and re-evaluation of previously issued commands
  16.     
  17. Tim
  18.     
  19.  
  20.