Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

comma misbehaving in the SLY mrepl #635

Open
psilord opened this issue Apr 10, 2024 · 2 comments
Open

comma misbehaving in the SLY mrepl #635

psilord opened this issue Apr 10, 2024 · 2 comments

Comments

@psilord
Copy link

psilord commented Apr 10, 2024

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!

@aadcg
Copy link
Collaborator

aadcg commented Apr 10, 2024

AFAIK , runs sly-mrepl-shortcut, unless the prompt has a backquote.

@psilord
Copy link
Author

psilord commented Apr 10, 2024

This is very useful to me when it happens again! Thank you very much!

If I can do some kind of debugging to find out why the comma stops being handled in the repl, I'll gladly run the experiment and post the results here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants