
14 Nov
2009
14 Nov
'09
2:33 a.m.
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