From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tom Wurgler Newsgroups: gmane.emacs.bugs Subject: Re: emacs 21.2 odd behavior in shell window Date: Thu, 28 Mar 2002 17:06:13 -0500 (EST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200203282206.RAA18169@rds294.goodyear.com> References: <200203271428.JAA14189@rds294.goodyear.com> <200203282048.g2SKmFn09727@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017353368 1848 127.0.0.1 (28 Mar 2002 22:09:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 28 Mar 2002 22:09:28 +0000 (UTC) Cc: twurgler@goodyear.com, bug-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16qi5H-0000Tg-00 for ; Thu, 28 Mar 2002 23:09:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16qi59-00035J-00; Thu, 28 Mar 2002 17:09:19 -0500 Original-Received: from [12.4.195.34] (helo=goodyear.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16qi2Q-0002nY-00; Thu, 28 Mar 2002 17:06:30 -0500 Original-Received: from rds294.goodyear.com (rds294.goodyear.com [163.243.27.160]) by goodyear.com (8.9.1b+Sun/8.8.8) with ESMTP id RAA11935; Thu, 28 Mar 2002 17:06:16 -0500 (EST) Original-Received: (from t901353@localhost) by rds294.goodyear.com (8.9.3 (PHNE_18546)/8.9.3) id RAA18169; Thu, 28 Mar 2002 17:06:13 -0500 (EST) Original-To: rms@gnu.org In-Reply-To: <200203282048.g2SKmFn09727@aztec.santafe.edu> (message from Richard Stallman on Thu, 28 Mar 2002 13:48:15 -0700 (MST)) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:280 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:280 Recently Richard Stallman wrote: > Date: Thu, 28 Mar 2002 13:48:15 -0700 (MST) > From: Richard Stallman > CC: bug-gnu-emacs@gnu.org, t901353@rds294.goodyear.com > Reply-to: rms@gnu.org > > Also in a shell, I used to be able to hit ^C^C to interrupt a subjob. > That no longer works. > > What does it do? What command does it actually run? > What command is C-c C-c bound to in the shell buffer? > I am unable to duplicate the problem (right now at least). What I had (ever since installing 21.2) was that if I started a program in a shell and it was prompting for a filename or whatever, if I hit ^C^C it did *NOT* abort the program. But if I did esc-x comint-interupt-subjob, that *DID* abort it. But in checking the keystroke, it really was bound to `comint-interupt-subjob' as it should have been. I know it sounds dumb, but it did it repeatedly, hence my note to the list. The ^C^C did nothing at all. No interupt, no beep, nada. Not much help, I know. I'll let you know if it re-occurs. Thanks tom