Closed jmgimeno closed 13 years ago
I would actually prefer that this follow SLIME behavior.
Would you mind making these changes and sending me another pull request.
Many thanks.
Just to clarify:
If selection is "(def a 2) (def b 1) (+ a b)" all expressions are evaluated and we only show the evaluation of the last one, that is, we show:
Form:
(+ a b)
Result:
3
If selection is "(def a 2) (throw (Excepcion.)) (def b 1)" we evaluate the first and second expressions but not the third, and we show:
Form:
(throw (Exception.))
Exception:
ugly-trace
Thanks.
I've done a path that behaves as in my previous comment.
Now Eval evaluates all the selected sexprs.