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

[no subject]



In a fresh MACSYMA, type e.g. LIMIT(X); .  After it prints 
"LIMIT ... being loaded" but before it prints "Loading done"
hit any interrupt character, e.g. ^G .  The effect of the ^G will never 
happen.  It is supposed to be postponed til after the loading process 
is completed because of a (NOINTERRUPT 'TTY) setup in the function 
LOADFILE of JPG;SUPRV , but of course the interrupt is supposed to 
happen when they are turned back on.  This used to work, but stopped 
working at least in the last two releases of LISP.