[slime-devel] swank-mit-scheme and slime-eval-region
Derrell Piper
ddp at electric-loft.org
Sat Nov 14 02:33:26 UTC 2009
Hi,
If I select the following:
(define one 1)
(define two 2)
(define three 3)
...and do a 'slime-eval-region', the result that's printed in the minibuf is "=> one" and in fact only the first expression was actually evaluated:
; SLIME 2009-11-13
(user)> one
1
(user)> two
; Evaluation aborted.
(user)>
Trying to evaluation 'two' or 'three' signals 'unbound-variable'.
Also, the 'use-value' and 'store-value' restarts are not working, FWIW.
Derrell
More information about the slime-devel
mailing list