help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs Lisp: Problem with nested condition-case and catch in byte co


From: Stefan Monnier <address@hidden>
Subject: Re: Emacs Lisp: Problem with nested condition-case and catch in byte compiled code
Date: 18 Nov 2002 19:08:06 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Greg" == Greg Hill <ghill@synergymicro.com> writes:
> A bit more experimentation shows that nesting a catch inside a catch or
> a condition-case inside a condition-case causes the same problem.
> I'm beginning to think I must have stumbled across a bug in either the byte
> compiler or the byte-code interpreter.

Or more likely in the `interactive-p' function which does a lot of ad-hoc
parsing of the call-stack and is thus susceptible to funny things.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]