From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: leo Newsgroups: gmane.emacs.help Subject: kill subjobs in shell buffer kills always the shell itself Date: 10 Mar 2004 21:52:42 +1100 Organization: Netspace Internet Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1079177496 30888 80.91.224.253 (13 Mar 2004 11:31:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Mar 2004 11:31:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 13 12:31:28 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B27MW-0002U6-00 for ; Sat, 13 Mar 2004 12:31:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B1YtG-00054E-M5 for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Mar 2004 17:42:58 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!elnk-nf2-pas!elnk-pas-nf1!newsfeed.earthlink.net!news.maxwell.syr.edu!news.mel.connect.com.au!news.netspace.net.au!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: dsl-203-33-167-197.nsw.netspace.net.au Original-X-Trace: otis.netspace.net.au 1078915963 42358 203.33.167.197 (10 Mar 2004 10:52:43 GMT) Original-X-Complaints-To: usenet@otis.netspace.net.au Original-NNTP-Posting-Date: Wed, 10 Mar 2004 10:52:43 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Xref: shelby.stanford.edu gnu.emacs.help:121555 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17565 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17565 in a shell buffer when i try to interrrupt a subjob (comint-interrupt-subjob) the shell itself (bash) is awlays killed. same problem with `comint-kill-subkob'. i have played around with the var `comint-ptyp', but that doesn't help: nil results in killing the bash, t results in nothing happens apart from the text `ESC x c o m i n t - i n t e r r u p t - s u b j o b' appears in the buffer. %-| i have this problem in emacs 21.3.50 on mac os and in 21.1 on windows 2k. anybody any idea? thanks, leo