Open
Description
Hello everyone,
My environment:
Emacs version : 29.3
OS: Windows 11 (64 bits)
ESS version downloaded from MELPA: ess-20240516.811
R version: 4.4.1
According to the online documentation:
https://ess.r-project.org/Manual/ess.html#Other
4.8 Other commands provided by inferior-ESS
The following commands are also available in the process buffer:Command: comint-interrupt-subjob
C-c C-c Sends a Control-C signal to the iESS process. This has the effect of aborting the current command.
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:
- Launche a R session via
M-R
- Then run
Sys.sleep(10)
- And right after that try to interrupt before the 10 seconds of
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.
Metadata
Metadata
Assignees
Labels
No labels