From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: [twurgler@goodyear.com: Re: emacs 21.2 odd behavior in shell window] Date: Mon, 1 Apr 2002 16:21:08 -0700 (MST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200204012321.g31NL8r11367@aztec.santafe.edu> References: <200204011637.LAA21832@rds294.goodyear.com> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017703447 8301 127.0.0.1 (1 Apr 2002 23:24:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2002 23:24:07 +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 16sB9i-00029m-00 for ; Tue, 02 Apr 2002 01:24:06 +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 16sB9f-0002uM-00; Mon, 01 Apr 2002 18:24:03 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16sB6r-0002pn-00; Mon, 01 Apr 2002 18:21:09 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g31NL8a21413; Mon, 1 Apr 2002 16:21:08 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g31NL8r11367; Mon, 1 Apr 2002 16:21:08 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: twurgler@goodyear.com In-Reply-To: <200204011637.LAA21832@rds294.goodyear.com> (message from Tom Wurgler on Mon, 1 Apr 2002 11:37:04 -0500 (EST)) 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:354 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:354 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. Please try redefining comint-interupt-subjob to run interpreted and put (debug) into it at the beginning. Then try stepping through it and see what it does.