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

[no subject]



    Date: 17 February 1981 23:39-EST
    From: George J. Carrette <GJC at MIT-MC>
    To: BUG-LISP at MIT-MC
    
    In my dumped out lisp, GJC;TS B 
    when I do
    
    (ERROR "FOO" 33 'WRNG-TYPE-ARG)
    (RETURN ARGS)
    
    I get ;(GO RETURN) ILGL GO OR RETURN - NOT INSIDE A PROG.
    
    Can you give me a hint as to how the symbol RETURN gets
    bashed here? The only thing I do in dumping out the lisp
    is load in a bunch of innocent stuff off of the LISP directory.
    
    This turns up in a bare lisp too, once certain things are
    autoloaded, sorry if I can't be more specific, but its darn
    hard to track down.

This is because you have your own break loop.  I don't know
how to fix it, perhaps there IS no way other than to have
an interpreted PROG around your break loop?