Adrian Aichner <aichner(a)ecf.teradyne.com> writes:
Should it be possible to keyboard-quit (C-g) a long-running process?
Yes
I cannot interrupt
(apply 'call-process "sleep" nil nil nil (list "30"))
short of using Task Manager to "End Process".
you can under Unix.
Jan