[gnu.emacs] customizing run-lisp

gengler@uxg.cso.uiuc.edu (11/30/88)

I hope I'm not asking one of those "often asked questions" but,...

How do you change the command used by 'run-lisp' to invoke a
lisp processor of a different name.

Our system's (gould) lisp is invoked with the command 'clisp' not
'lisp' as run-lisp expects.  How can I change this?

lrs@esl.esl.com (Lynn Slater) (11/30/88)

> How do you change the command used by 'run-lisp' to invoke a
> lisp processor of a different name.

(setq inferior-lisp-program "clisp")

Better yet, use my "fancy-lisp" mode or one or the more refined
alternatives reciently distributed.

-- Lynn
===============================================================
Lynn Slater -- lrs@esl.com
ESL/TRW 495 Java Drive, Box 3510, Sunnyvale, Ca 94088-3510
Office (408) 738-2888 x 4482; Home (415) 796-4149 
===============================================================