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: [twurgler@goodyear.com: Re: emacs 21.2 odd behavior in shell window] Date: Mon, 1 Apr 2002 11:37:04 -0500 (EST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200204011637.LAA21832@rds294.goodyear.com> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017679153 14664 127.0.0.1 (1 Apr 2002 16:39:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2002 16:39:13 +0000 (UTC) Cc: t901353@rds294.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 16s4ps-0003oP-00 for ; Mon, 01 Apr 2002 18:39:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16s4pn-0000BW-00; Mon, 01 Apr 2002 11:39:07 -0500 Original-Received: from [12.4.195.34] (helo=goodyear.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16s4o0-0008Qk-00; Mon, 01 Apr 2002 11:37:16 -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 LAA00211; Mon, 1 Apr 2002 11:37:05 -0500 (EST) Original-Received: (from t901353@localhost) by rds294.goodyear.com (8.9.3 (PHNE_18546)/8.9.3) id LAA21832; Mon, 1 Apr 2002 11:37:04 -0500 (EST) Original-To: rms@gnu.org Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.8 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:350 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:350 Ok, I am back to the problem again. HP-UX 11.0 compiled with cc. Specifically, I am in a shell window. BTW, my default shell is csh, terminal type is "dumb". I try to run a fortran program or a sh script, which prompt for a filename. At the prompt for the filename, I decide that I want to kill it and do something else. So in all previous versions of emacs, I would hit ^C^C, which was bound to comint-interupt-subjob and the program was aborted. Now when I hit ^C^C in emacs 21.2, I get nothing. I then hit ^H^C ^C^C and it says it is bound to comint-interupt-subjob. I then type esc-: (comint-interupt-subjob) and the program is sucessfully aborted. ------- Start of forwarded message ------- Date: Thu, 28 Mar 2002 17:06:13 -0500 (EST) From: Tom Wurgler To: rms@gnu.org CC: twurgler@goodyear.com, bug-gnu-emacs@gnu.org In-reply-to: <200203282048.g2SKmFn09727@aztec.santafe.edu> (message from Richard Stallman on Thu, 28 Mar 2002 13:48:15 -0700 (MST)) Subject: Re: emacs 21.2 odd behavior in shell window 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 ------- End of forwarded message -------