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

[no subject]



CC: GLS at MIT-AI

In system 25.0, with microcode 612, on LISP Machine Two:
Okay, winners, what is the official theory on dealing with PRINLEVEL
in conjunction with the :PRINT operation?  I understand that an internal
depth number is passed around.  Are you supposed to deal with that
by comparing it to PRINLEVEL, or just pass it along (and if so, how?
PRIN1 doesn't use it free -- it resets the depth to zero.  Is one
supposed to call SI:PRINT-OBJECT explicitly?) for SI:PRINT-OBJECT
to test?  Also, what if I want to use FORMAT?