I've been using slime-pprint-eval-last-expression on some expressions in .files in slime and came across the following:
#(0)
works fine, but
#2A((0))
doesn't, as slime relies on emacs' backward-sexp to compute the sexp to eval. Would it be desirable to extend this to be reader-macro aware?
thanks,
Cyrus