bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hitting C-c C-c in Emacs' *shell* causes segmentation fault


From: Dan Jacobson
Subject: Re: Hitting C-c C-c in Emacs' *shell* causes segmentation fault
Date: Fri, 07 Feb 2014 11:25:42 +0800

>>>>> "CR" == Chet Ramey <chet.ramey@case.edu> writes:

CR> OK, I'll bite.  What is C-c C-c supposed to do?  It looks like it just
CR> spews a bunch of garbage to your screen.  Is that the intent?

C-c C-c runs the command comint-interrupt-subjob, which is an
interactive compiled Lisp function in `comint.el'.

(comint-interrupt-subjob)

Interrupt the current subjob.
This command also kills the pending input
between the process mark and point.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]