Go to the previous, next section.
Starting a dialect runs the hooks on comint-mode-hook
and ilisp-mode-hook and then DIALECT-hooks specific
to dialects in the nesting order below.
clisp
allegro
lucid
kcl
akcl
ibcl
cmulisp
scheme
oaklisp
On the very first prompt in the inferior LISP,
the hooks on ilisp-init-hook are run. For more information on
creating a new dialect or variables to set in hooks, see `ilisp.el'.
ilisp-site-hook
ilisp-load-hook
ilisp-mode-hook
ilisp-init-hook
DIALECT-hook
Variables you might want to set in a hook or dialect:
ilisp-prefix
ilisp-program
ilisp-motd
lisp-wait-p
ilisp-handle-errors
ilisp-display-output-function
lisp-no-popper
lisp-show-status
ilisp-prefix-match
ilisp-filter-regexp
ilisp-filter-length
ilisp-other-prompt
Go to the previous, next section.