Hi Peter,

On Sun, 6 May 2007 12:50:28 +0200 Peter Bex <[EMAIL PROTECTED]> wrote:

> I was wondering if there's a way to shut up LOAD.  When it loads a file
> it always outputs
> ; loading blah.scm
> 
> Now, in Spiffy, the handler for web-scheme swallows all output from the
> application using WITH-OUTPUT-TO-STRING, but this also captures the
> output from LOAD, but I don't want it to.

You can use the `load-verbose' parameter:
http://chicken.wiki.br/Parameters#load-verbose

Best wishes,
Mario


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to