[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue: PRINT-PRETTY-HOOK (version 1)
- To: Dan L. Pierson <pierson%mist@MULTIMAX.ARPA>
- Subject: Re: Issue: PRINT-PRETTY-HOOK (version 1)
- From: David A. Moon <Moon@STONY-BROOK.SCRC.Symbolics.COM>
- Date: Mon, 3 Oct 88 21:52 EDT
- Cc: cl-cleanup@sail.stanford.edu
- In-reply-to: <8810031736.AA25962@mist.UUCP>
I don't think you answered my question. Do you want to change the
effect of -all- calls to WRITE, PRINT, FORMAT ~S, etc.? Or do you
want to only change the printing by interactive tools (you mentioned
the read-eval-print loop, the debugger, and trace)?
It sounds to me like what you want is a function you can redefine
(or equivalently a variable you can SETQ to a function) together
with a specification of in what situations the function will be
called. Once that's clear a name can be chosen. Possibly the
feature already exists in the language, via a :AROUND method
on PRINT-OBJECT with no specialized parameters, depending on whether
what that does is precisely what you wanted.