-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Interrupt support for Scheme client #497
Comments
Out of curiosity I tried to use conjure from your fork Could it be because of this thing mentioned in the Contributing to Conjure: Because when I tried to fix it I took some 15-20 lines of code from the python client's implementation of interrupt and when i ran It could have been because of that or I am being too hasty. |
Sorry! That was my fault. I didn't commit the Lua files from running "make compile". I've done that and pushed a commit on my I think it would be better if you just specify the
|
Great! |
This is implemented on the |
Scheme's REPL does not have interrupt support like some others. For scheme
<localleader>ei
does not sends interrupt signal. It behaves as usualei
key press in vim, i.e, goto end then insert. So if we enter in an infinite loop or some situation like that, then there will be choice but to stop the repl completely with<localleader>cS
.Also, the help docs on running
:help conjure
dont tell about the keybindings<localleader>ei
and<localleader>cS
. I got them from discord.The text was updated successfully, but these errors were encountered: