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

[no subject]



    Date: 27 September 1981 16:33-EDT
    From: William G. Dubuque <WGD at MIT-MC>
    Sender: BIL at MIT-MC

    How come a recursive wrng-no-args break calls the system supplied handler
    even when a user handler exists as the value of wrng-no-args?
Errors which are going to immediately bomb out to errsets don't even
call the handler;  they just do (essentially) (ERRPRINT NIL), which is
what all the default handlers do anyway.  This is presumably what is
happening to you?  If in fact you make them stack by doing something
like (setq errset 'car) then the correct handler gets called.