<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 6.00.2900.5945" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>When I try to open a web page generated by cl-who I 
get an empty web page:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial 
size=2>------------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>(start (make-instance 'acceptor :port 
8000))</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>(push (create-prefix-dispatcher "/index.html" 
'index) *dispatch-table*)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>(defun index ()<BR>  (with-html-output (*standard-output* nil :indent 
t)<BR>    (:html<BR>     
(:head<BR>      (:title "Test 
page"))<BR>     (:body<BR>      
(dotimes (x 10)<BR>        
(:htm<BR>         (:p 
"Text"))))))<BR>-----------------------------------------------------------<BR></DIV>
<DIV><FONT face=Arial size=2>and page on <A 
href="http://localhost:8000/index.html">http://localhost:8000/index.html</A> is 
empty.</FONT></DIV>
<DIV><FONT face=Arial size=2>The source of the page is just:</FONT></DIV>
<DIV><FONT face=Arial size=2>----------------</FONT></DIV>
<DIV>  </<SPAN class=end-tag>body</SPAN>><BR></<SPAN 
class=end-tag>html</SPAN>></DIV>
<DIV><FONT face=Arial size=2>--------------</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Where is the problem ?</FONT></DIV>
<DIV><FONT face=Arial size=2>If I remove dynamic code "(dotimes (x 10) 
..."</FONT></DIV>
<DIV><FONT face=Arial size=2>then it renders the page correctly.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV></BODY></HTML>