Using SLT 0.5.3, I find that I cannot interrupt my script process using the Ctrl-C keystroke although I defined a handler-case based on the with-user-abort package. It seems that the Lisp Process / Standard Output panel doesn't listen to such keystroke and that the only way to interrupt the script's process is to use the "Stop Lisp instance" button.
Feature request:
- Allow SLT for capturing the Ctrl-C keystroke in the Lisp Process Standard Output panel.
Side note:
- Capturing the Ctrl-C keystroke for my script is tested ok outside of SLT. See my ssb-consum-up for reproducibility if needed.
Using SLT 0.5.3, I find that I cannot interrupt my script process using the Ctrl-C keystroke although I defined a handler-case based on the with-user-abort package. It seems that the Lisp Process / Standard Output panel doesn't listen to such keystroke and that the only way to interrupt the script's process is to use the "Stop Lisp instance" button.
Feature request:
Side note: