Re: Line spacing in Jade

Subject: Re: Line spacing in Jade
From: Paul Prescod <papresco@xxxxxxxxxxxxxxxx>
Date: Thu, 04 Sep 1997 08:03:20 -0400
> It would seem to me that Frank Christoph's suggestion for my problem
> should work for you, too.
> 
> (define (get-chars)
> ;; iterate over attributes of para, building a list of characteristics
> )
> 
> (element para
>          (apply make `(paragraph ,@(get-chars))))

Here is my understanding of the situation:

Make is not a function. It is a DSSSL special expression form. I was old
that this allows type checking and optimization. In other words what you
are trying >to do is explicitly disallowed.

 Paul Prescod



 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread