Next: Inferior Lisp Mode, Previous: Lisp Data Mode, Up: Interactive Evaluation and Executing Lisp Expressions [Index]
Major mode for editing Lisp code for Lisps other than GNU Emacs Lisp.
Lisp mode is the major mode for editing programs written in general-purpose Lisp dialects, such as Common Lisp. Emacs uses Lisp mode automatically for files whose names end in ‘.l’, ‘.lsp’, or ‘.lisp’.
Send the previous sexp to an inferior (external) Lisp process. Prefix argument means switch to the Lisp buffer afterwards.
Parent mode is Lisp Data Mode.