[Lispweb] IMHO + mod_lisp

Marco Antoniotti marcoxa at cs.nyu.edu
Tue May 7 10:08:38 CDT 2002


Hi

I just tested CMUCL WRITE-SEQUENCE on the same string and it seems to
work.  However I do not have the full IMHO installation to play with.

It seems like there is a type mismatch that is introduced by the code
dealing calling WRITE-SEQUENCE.

> From: Ng Pheng Siong <ngps at netmemetic.com>
> Content-Disposition: inline
> Sender: lispweb-admin at red-bean.com
> Date: Tue, 7 May 2002 16:43:17 +0800
> X-Filter-Version: 1.8 (cat)
> 
> Hi,
> 
> I managed to get IMHO (the CVS version) working with mod_lisp on my FreeBSD
> boxen with CMUCL 18d.
> 
> I had to make a small change to mod-lisp.lisp:
> 
> *** cut here ***
> --- mod-lisp.lisp.org   Tue May  7 16:32:53 2002
> +++ mod-lisp.lisp       Tue May  7 16:33:13 2002
> @@ -129,7 +129,7 @@
>        
>        (write-string "end" stream)
>        (write-char #\NewLine stream)
> -      (write-sequence body stream))))
> +      (write-string body stream))))
>  
>  
>  ;; the "main" function which reads and executes a request    
> *** cut here ***
> 
  ...
> Looks like write-sequence croaked when attempting to write testapp1's HTML
> output... 

Yes. There seem to be two errors here.  Is there a declaration for the
variable `body' above?

Cheers

-- 
Marco Antoniotti ========================================================
NYU Courant Bioinformatics Group        tel. +1 - 212 - 998 3488
719 Broadway 12th Floor                 fax  +1 - 212 - 995 4122
New York, NY 10003, USA                 http://bioinformatics.cat.nyu.edu
                    "Hello New York! We'll do what we can!"
                           Bill Murray in `Ghostbusters'.



More information about the lispweb mailing list