[5511] in testers
emacs shell C-c C-c doesn't halt program
daemon@ATHENA.MIT.EDU (Laura Baldwin)
Wed Jun 18 14:18:29 2003
Date: Wed, 18 Jun 2003 14:18:26 -0400 (EDT)
Message-Id: <200306181818.h5IIIQ5o003298@geskekelud.mit.edu>
From: Laura Baldwin <boojum@MIT.EDU>
To: testers@MIT.EDU
cc: justom@MIT.EDU
Under 9.1, when a command is running in an emacs shell, C-c C-c will
halt it. Under 9.2, it does not.
In both cases, C-c C-c is bound to comint-interrupt-subjob; comint.el
doesn't appear to have changed between 9.1 and 9.2.
I've tested this using emacs -q on geskekelud (a Sunblade running 9.2)
and the dialups (still 9.1) using "ls -R" on my homedir as a sample
command; C-c C-c halts it on a dialup, and doesn't halt it on
geskekelud.
-Laura