-
Notifications
You must be signed in to change notification settings - Fork 162
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
C-c C-c doesn not interrupt the process in Emacs 29-3 while using ESS #1297
Comments
This is a different problem than I reported. I can cancel the Sys.sleep command with C-c C-c |
How do you proceed? You just put the cursor in iESS buffer and then you do C-c C-c ? Because when I do so, I just see C-c C-c being printed in iESS without any effect (= interruption) To be sure, I checked on several different machines, and each time there is the same problem. |
C-c C-c then Enter works for me. |
I'm experiencing a similar issue. C-c C-c followed by enter does not work for me. I use corfu for autocompletion and suspect this might be a duplicate of #1226 (see also #1267). I'm applying the temporary workaround suggested in those issue (disabling auto-completion by setting |
This is a quick follow up to confirm that, in my case, setting Note: A possibly better stopgap than disabling autocompletion with corfu would be to use cape wrappers as suggested by the author of corfu here. I don't have time to try this now, but will report again if I do. |
Hello everyone,
My environment:
According to the online documentation:
https://ess.r-project.org/Manual/ess.html#Other
However, no matter how many times the user enters
C-C C-c
the current running job/process in R terminal within ESS is not interrupted. It is easy to reproduce:M-R
Sys.sleep(10)
Sys.sleep
viaC-c C-c
and you will see that it is not possible.Am I missing something with this new version of Emacs or is it a bug?
Thanks in advance.
The text was updated successfully, but these errors were encountered: