hi all,
I have found a few things that I miss in the SLIME repl:
* a key binding to erase all input before point; much like comint's C-c C-u. alternatively, * a key binding to jump to just after the input marker; and
* slightly different RET handling.
currently, SLIME will insert the RET at (point) and then send the line if I am inside a complete sexp. this can lead to badness like:
ZY> (un trace my-function)
or just ugly cmdlines in the history when I use M-(
I think inserting the \n only when (point) is at the end of the finished sexp would work better.
Thanks,