[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [address@hidden: Re: emacs 21.2 odd behavior in shell window]
From: |
Tom Wurgler |
Subject: |
Re: [address@hidden: Re: emacs 21.2 odd behavior in shell window] |
Date: |
Fri, 5 Apr 2002 09:27:27 -0500 (EST) |
Recently Richard Stallman <rms@gnu.org> wrote:
> Date: Thu, 4 Apr 2002 23:02:45 -0700 (MST)
> From: Richard Stallman <rms@gnu.org>
> 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...