Add a FORCE-OUTPUT at the end of your code. Since you do not have a REPL nothing is flushing the I/O cache of your lisp.<br><br>BTW, your module does not handle reloading of pages gracefully. If I use Firefox' reload button, the server just keeps spinning.<br>

<br>Juanjo<br><br><div class="gmail_quote">On Tue, Jul 27, 2010 at 5:24 PM, Louis Höfler <span dir="ltr"><<a href="mailto:louis.hoefler@gmx.de">louis.hoefler@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hello everyone, I compiled the cl-who<br>
package and installed it within ecl.<br>
I try to execute the following lisp code<br>
<br>
(require 'cl-who)<br>
(use-package 'cl-who)<br>
(with-html-output (*standard-output*)<br>
  (loop for (link . title) in '(("<a href="http://zappa.com/" target="_blank">http://zappa.com/</a>" . "Frank Zappa")<br>
                                ("<a href="http://marcusmiller.com/" target="_blank">http://marcusmiller.com/</a>" . "Marcus<br>
Miller")<br>
                                ("<a href="http://www.milesdavis.com/" target="_blank">http://www.milesdavis.com/</a>" . "Miles<br>
Davis"))<br>
        do (htm (:a :href link<br>
                  (:b (str title)))<br>
                :br)))<br>
<br>
But the only thing wich is printed out is<br>
;;; Loading #P"/usr/lib/ecl-10.4.1/cl-who.fas"<br>
<br>
It looks like the evaluation stops after<br>
the (require 'cl-who) statement.<br>
If I execute the above code within ecl directly<br>
in the console, everything works<br>
without problems, and I also get this line<br>
<a href='<a href="http://zappa.com/" target="_blank">http://zappa.com/</a>'><b>Frank Zappa</b></a><br /><a<br>
href='<a href="http://marcusmiller.com/" target="_blank">http://marcusmiller.com/</a>'><b>Marcus Miller</b></a><br /><a<br>
href='<a href="http://www.milesdavis.com/" target="_blank">http://www.milesdavis.com/</a>'><b>Miles Davis</b></a><br /><br>
<br>
Does someone know what I am doing wrong?<br>
My code is here:<br>
<a href="http://mod-ecl.git.sourceforge.net/git/gitweb.cgi?p=mod-ecl/mod-ecl;a=blob_p" target="_blank">http://mod-ecl.git.sourceforge.net/git/gitweb.cgi?p=mod-ecl/mod-ecl;a=blob_p</a><br>
lain;f=mod_ecl/mod_ecl.c;hb=25616ed97bbf0485a4d0bba9bfac6d6813dc7cb9<br>
<br>
Thank you for the help, Louis Hoefler.<br>
<br>
<br>
------------------------------------------------------------------------------<br>
The Palm PDK Hot Apps Program offers developers who use the<br>
Plug-In Development Kit to bring their C/C++ apps to Palm for a share<br>
of $1 Million in cash or HP Products. Visit us here for more details:<br>
<a href="http://ad.doubleclick.net/clk;226879339;13503038;l" target="_blank">http://ad.doubleclick.net/clk;226879339;13503038;l</a>?<br>
<a href="http://clk.atdmt.com/CRS/go/247765532/direct/01/" target="_blank">http://clk.atdmt.com/CRS/go/247765532/direct/01/</a><br>
_______________________________________________<br>
Ecls-list mailing list<br>
<a href="mailto:Ecls-list@lists.sourceforge.net">Ecls-list@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com">http://juanjose.garciaripoll.googlepages.com</a><br>