emacs-devel
[Top][All Lists]
Advanced

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

Re: read-file-name error-handling problem


From: Richard Stallman
Subject: Re: read-file-name error-handling problem
Date: Mon, 12 Aug 2002 11:06:23 -0600 (MDT)

I figured out the cause of this.  Qerror in the handlerlist->handlers
is used as a special signal meaning "handle all signals and let the
debugger run".  This was supposed to apply only to
internal_condition_case, but in fact it applied to condition-case
also.

It is not hard to fix this; the only worry is whether any Lisp code
depends on this.  (Though the Lisp manual does not describe this
behavior.)





reply via email to

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