chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Shutting up LOAD


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] Shutting up LOAD
Date: 06 May 2007 10:52:13 -0300
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Hi Peter,

On Sun, 6 May 2007 12:50:28 +0200 Peter Bex <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]