Closed sogaiu closed 1 year ago
Using 907b979 with emacs 26.1, at a spiral prompt, C-c C-c (spiral-eval-top-level-form) for:
(shuffle (range 10 50))
with point at various places in and after the expression, the result is consistently:
(10 11 12 13 14 15 16 17 18 19 ...)
With point after the expression, C-x C-e yields relatively random-looking things like:
[32 47 44 39 14 43 21 30 10 11 ...]
Perhaps detection of the form to evaluate is not quite working for spiral-eval-top-level-form?
Using 907b979 with emacs 26.1, at a spiral prompt, C-c C-c (spiral-eval-top-level-form) for:
with point at various places in and after the expression, the result is consistently:
With point after the expression, C-x C-e yields relatively random-looking things like:
Perhaps detection of the form to evaluate is not quite working for spiral-eval-top-level-form?