[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PRINLEVEL and the :PRINT operation
- To: GLS at MIT-AI
- Subject: Re: PRINLEVEL and the :PRINT operation
- From: MOON@MIT-MC (Sent by MOON5@MIT-MC)
- Date: Wed ,21 Feb 80 04:25:21 EDT
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.