Re: Line spacing in Jade

Subject: Re: Line spacing in Jade
From: James Clark <jjc@xxxxxxxxxx>
Date: Wed, 03 Sep 1997 08:51:18 +0700
Frank Christoph wrote:

> I just noticed that there was a mistake in my last post.
> 
> > (element title
> >    (apply make `(paragraph ,@(scale-lines 2) (process-children))))
> 
> This should be:
> 
> > (element title
> >    (apply make `(paragraph ,@(scale-lines 2) ,(process-children))))

That won't work because make isn't a procedure.  Why not?  Because it
evaluates its arguments differently from a normal procedure.

James



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


Current Thread