chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] load printout


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] load printout
Date: 19 Dec 2007 17:11:05 -0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Hi Rick,

On Wed, 19 Dec 2007 12:18:36 -0600 Rick Taube <address@hidden> wrote:

> is it possible to silently load a file, ie to not get any message
> printed to the terminal during the load?
> 
> #;1> (load "aaa.scm")
> ; loading aaa.scm ...

Yes, with the load-verbose parameter:
http://chicken.wiki.br/Parameters#load-verbose

Example:

#;1> (load-verbose #f)

Best wishes,
Mario




reply via email to

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