Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

compilation printout...

2 views
Skip to first unread message

Dave Bakhash

unread,
Mar 12, 2002, 11:31:12 AM3/12/02
to
Hi,

I am using LW and noticed that when compiling top-level forms that are
macros, e.g.

(define-state xyz ...
...)

I get compilation outputs like:

; (TOP-LEVEL-FORM 3)
; (TOP-LEVEL-FORM 4)
; (TOP-LEVEL-FORM 5)
; (TOP-LEVEL-FORM 6)

I'd like, in those instances, to see something customized, like:

; (STATE XYZ)

Is there a way? If there's no way to change the output, I can
probably just place in a call to FORMAT in the macro definition. But
then I have multiple outputs for each top-level form.

thanks,
dave

Simon Katz

unread,
Mar 12, 2002, 3:33:22 PM3/12/02
to
> "Dave Bakhash" <ca...@alum.mit.edu> wrote in message
> news:8a3667a0.02031...@posting.google.com...


Take a look at LW:TOP-LEVEL-FORM in the LispWorks reference manual.

Dave Bakhash

unread,
Mar 21, 2002, 1:33:32 PM3/21/02
to
Hey,

> Take a look at LW:TOP-LEVEL-FORM in the LispWorks reference manual.

perfect. thanks.

dave

0 new messages