From xemacs-m  Wed Feb 12 11:22:07 1997
Received: from alphatech.com (erebus.alphatech.com [198.112.236.2])
	by xemacs.org (8.8.5/8.8.5) with SMTP id LAA01563
	for <xemacs-beta@xemacs.org>; Wed, 12 Feb 1997 11:22:03 -0600 (CST)
Received: from venus.alphatech.com by alphatech.com (4.1/SMI-4.1)
	id AA02747; Wed, 12 Feb 97 12:17:42 EST
Received: from pochacco.alphatech.com by venus.alphatech.com (4.1/SMI-4.1)
	id AA15792; Wed, 12 Feb 97 12:25:19 EST
Received: by pochacco.alphatech.com (SMI-8.6/SMI-SVR4)
	id MAA20631; Wed, 12 Feb 1997 12:16:19 -0500
Sender: greg@pochacco.alphatech.com
From: greg@alphatech.com (Greg Klanderman)
To: xemacs-beta@xemacs.org
Subject: Re: more gdb woes
References: <9612312340.AA00485@euler.alphatech.com> <m2n2uqxko6.fsf@altair.xemacs.org>
Reply-To: greg@alphatech.com
Date: 12 Feb 1997 12:16:18 -0500
In-Reply-To: Steven L Baur's message of 03 Jan 1997 18:02:01 -0800
Message-Id: <ugwwse7xnh.fsf@pochacco.alphatech.com>
Lines: 19
X-Mailer: Gnus v5.4.11/XEmacs 19.15


Steven,

This didn't seem to make it into 19.15b93

Greg

>>>>> "sb" == Steven L Baur <steve@miranova.com> writes:
>>>>> "Greg" == Greg Klanderman <greg@alphatech.com> writes:
Greg> Also in gdb mode in 19.15b4, C-c C-c does not interrupt the process.
Greg> The pulldown menu Comint2 -> Send INT does work, even though the menu
Greg> says the binding is C-c C-c.
   [:]
sb> 
sb> This fell through the cracks.  Unless anyone has a better solution,
sb> I'm nuking gdb-control-c-subjob.
   [:]
sb> (fset 'gdb-control-c-subjob 'comint-interrupt-subjob)
   [:]

