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

Re: PRINLEVEL and the :PRINT operation



CC: (BUG LISPM) at MIT-MC
So far it has been assumed that actors which accept the :PRINT
operation are atoms, so such issues don't apply.  If you have
non-atoms of this form, the PRINLEVEL (and many other!!) issues
will need to be dealt with.  I assume you can get by by binding
PRINLEVEL to (AND PRINLEVEL (- PRINLEVEL DEPTH)) where DEPTH
is the argument you are passed.