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

SEND



(SEND <foo>-CLASS 'PRINT) results in ILOPR.
so does the sending of a variety of other msgs, including :PRINT-SELF.
Admittedly, the :PRINT-SELF msg might require all those silly extra
args that PRINT-OBJECT takes, but why can't the PRINT methods default
them to appropriate values?
  At least, it shouldn't ILOPR, but die more gracefully.