sly
sly copied to clipboard
comma misbehaving in the SLY mrepl
Hello,
Sometimes, in a way that I can't seem to reproduce, but it happens often, the SLY repl stops processing the comma commands.
So, stuff like:
,restart-lisp
is just entered directly in the prompt and of course the lisp complains about comma not inside a backquote.
It seems to be triggered when I'm entering a condition handler. Most of the time it is correct when I exit it, but sometimes the comma handling just gets forgotten about. This often leads me to having to restart my SLY session since I'm usually wanting to ,restart-lisp.
If I could get any help in debugging this or narrowing down exactly when it happens, I'd be much obliged!
Thank you!