On 12/15/05, Karr, David <david.karr(a)wamu.net> wrote:
 I have 21.4.13 set up on one box, and I'm setting up 21.4.13 on
another
 box, and copying over elements of the "init.el" from the first box.
 One annoyance I've had for a long time in shell mode is that ^c while
 running an app in shell mode does not kill the app.  I've tried to find
 a solution to this for a long time, to no avail.  I've just gotten used
 to it. 
Because C-c is a universal prefix, it takes 2 C-c's (that's C-c C-c)
to kill a process in shell-mode.
C-h k C-c C-c reports:
C-c C-c runs `comint-interrupt-subjob'
`comint-interrupt-subjob' is an interactive compiled Lisp function
  -- loaded from "comint"
(comint-interrupt-subjob)
Documentation:
Interrupt the current subjob.
HTH,
  Vin