Function: run-lisp
run-lisp is a function alias and interactive for inferior-lisp,
defined in inf-lisp.el.gz.
Signature
(run-lisp CMD)
Documentation
Run an inferior Lisp process, input and output via buffer *inferior-lisp*.
If there is a process already running in *inferior-lisp*, just switch
to that buffer.
With argument, allows you to edit the command line (default is value
of inferior-lisp-program). Runs the hooks from
inferior-lisp-mode-hook (after the comint-mode-hook is run).
If any parts of the command name contains spaces, they should be quoted using shell quote syntax.
(Type C-h m (describe-mode) in the process buffer for a list of commands.)
Probably introduced at or before Emacs version 16.
Key Bindings