Calling C-x C-e (M-x slime-eval-last-expression) at a bare REPL prompt causes this:
The variable CL-USER> is unbound. [Condition of type UNBOUND-VARIABLE]
Restarts: 0: [ABORT] Abort handling SLIME request. 1: [DESTROY-THREAD] Destroy this thread (12715)
GNU Emacs 21.3.50.1 SLIME CVS 2004/08/13
Cheers, Michael
Michael Weber michaelw+slime@foldr.org writes:
Calling C-x C-e (M-x slime-eval-last-expression) at a bare REPL prompt causes this:
The variable CL-USER> is unbound. [Condition of type UNBOUND-VARIABLE]
What did you expect instead? I think this behavior, i.e. just looking at the text before point without special cases, is quite reasonable and predictable.
Helmut.