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: [twurgler@goodyear.com: Re: emacs 21.2 odd behavior in shell window]] Date: Wed, 10 Apr 2002 18:56:30 -0400 (EDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200204102256.SAA01734@rds294.goodyear.com> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1018479442 18827 127.0.0.1 (10 Apr 2002 22:57:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 10 Apr 2002 22:57:22 +0000 (UTC) Cc: t901353@rds294.goodyear.com, bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16vR1l-0004tY-00 for ; Thu, 11 Apr 2002 00:57:22 +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 16vR1Z-0000j7-00; Wed, 10 Apr 2002 18:57:09 -0400 Original-Received: from [12.4.195.34] (helo=goodyear.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16vR0x-0000gv-00; Wed, 10 Apr 2002 18:56:31 -0400 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 SAA21697; Wed, 10 Apr 2002 18:56:30 -0400 (EDT) Original-Received: (from t901353@localhost) by rds294.goodyear.com (8.9.3 (PHNE_18546)/8.9.3) id SAA01734; Wed, 10 Apr 2002 18:56:30 -0400 (EDT) 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.9 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:556 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:556 Here is the current state: 1) If I rename comint.elc to something else, which, when I try to use something cominty, will force emacs to load the comint.el file instead, then all works as it always did. I believe this verifies that it runs interpreted and does not run compiled. 2) I can't get gdb5.1 or 5.1.1 to work on ANY program. It just hangs and does nothing until I kill it. I recompiled gdb on this 11.00 HP-UX and on a 10.20 machine and neither works at all. I haven't figured this out yet. Sorry. tom ------- Start of forwarded message ------- Date: Fri, 5 Apr 2002 09:27:27 -0500 (EST) From: Tom Wurgler To: rms@gnu.org CC: twurgler@goodyear.com, twurgler@goodyear.com, bug-gnu-emacs@gnu.org In-reply-to: <200204050602.g3562j118658@aztec.santafe.edu> (message from Richard Stallman on Thu, 4 Apr 2002 23:02:45 -0700 (MST)) Subject: Re: [twurgler@goodyear.com: Re: emacs 21.2 odd behavior in shell window] Recently Richard Stallman wrote: > Date: Thu, 4 Apr 2002 23:02:45 -0700 (MST) > From: Richard Stallman > CC: twurgler@goodyear.com, bug-gnu-emacs@gnu.org > Reply-to: rms@gnu.org > > > So I got out of emacs totally, restarted, tried the ^C^C again and it didn't > work. > > So I brought comint.el into a buffer again, eval'ed just comint-interrupt-subjob > without adding or changing anything else. Now ^C^C worked just fine. > > It sounds like the function works interpreted and fails compiled. > Can you verify that? I am not sure how to verify that. I renamed the comint.elc and then byte-compiled comint.el (I did this because the .elc header said it was compiled with emacs-21.1). This did not help. If I eval the defun, ^C^C works. If I run esc-: (comint-interrupt-subjob), the routine works. Just not if I run it via ^C^C via the normal load etc. If you can guide me a bit, I'll try to verify it... > > If so, the next step is to debug at C level. Use GDB to put a > breakpoint at Finterrupt_process, and see if it gets called the same > way in both cases. See what happens inside it in both cases. > Not good at this, but I'll give it a try... ------- End of forwarded message -------