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