Ian Larsen wrote:
Lisp files load in slime mode, as expected, but evaluation seems to take place in elisp, instead of the loaded clisp or sbcl environment. For example, evaluating global-font-lock-mode with C-x C-e returns t. In the slime repl buffer, the same results in an undefined symbol, as expected.
What does
M-x describe-key <enter> C-x C-e
say in a .lisp buffer?
Cheers,
-- Nikodemus