home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / lisp / x / 269 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.2 KB  |  36 lines

  1. Newsgroups: comp.lang.lisp.x
  2. Path: sparky!uunet!ukma!darwin.sura.net!mlb.semi.harris.com!travis.csd.harris.com!grouper!!brent
  3. From: brent@ssd.csd.harris.com (Brent Benson)
  4. Subject: Re: xlisp under GNUemacs
  5. Organization: Harris Computer Systems
  6. Date: Thu, 12 Nov 1992 14:25:08 GMT
  7. Message-ID: <BRENT.92Nov12092508@amber.ssd.csd.harris.com>
  8. In-Reply-To: fasching@eues38.tuwien.ac.at's message of Wed, 11 Nov 1992 15:39:08 GMT
  9. References: <BxAJEn.AJu@hermes.hrz.uni-bielefeld.de>
  10.     <FASCHING.92Nov11163908@eues38.tuwien.ac.at>
  11. Sender: news@grouper.mkt.csd.harris.com (Network News)
  12. Lines: 22
  13.  
  14. fasching@eues38.tuwien.ac.at (Franz Fasching) writes:
  15. > dietmar@techfak.uni-bielefeld.de (Dietmar Braun) writes:
  16.  
  17. >> I would like to use xlisp as a subprocess in a GNUemacs buffer.  Is
  18. >> there any emacs-lisp Program for this purpose. Or do I have to
  19. >> configurate some of the standard programs like shell.el?
  20.  
  21. > Type ``M-x run-lisp'', which runs an inferior LISP process in a
  22. > *lisp* buffer. A link named ``lisp'' to xlisp (or whatever) must
  23. > exist in the directory where Emacs was started from.
  24.  
  25. Or try this:
  26.  
  27. (defun run-xlisp ()
  28.   (interactive)
  29.   (let ((inferior-lisp-program "xlisp"))
  30.     (run-lisp)))
  31.  
  32.     
  33. --
  34. Brent Benson                     
  35. Harris Computer Systems
  36.