You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: