From jan@swi.psy.uva.nl Tue Mar 27 09:56:31 2001
Received: from gollem.swi.psy.uva.nl (root@gollem [145.18.152.30])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f2R7uV303350;
	Tue, 27 Mar 2001 09:56:31 +0200 (MET DST)
Received: from localhost (localhost [[UNIX: localhost]])
	by gollem.swi.psy.uva.nl (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) id f2R7uQL16331;
	Tue, 27 Mar 2001 09:56:26 +0200
From: Jan Wielemaker <jan@swi.psy.uva.nl>
Organization: SWI, University of Amsterdam
To: Goffredo <gofreddo@ozemail.com.au>, prolog@swi.psy.uva.nl
Subject: Re: [SWIPL] Query: Suppressing messages etc ...
Date: Tue, 27 Mar 2001 09:54:15 +0200
X-Mailer: KMail [version 1.0.29.2]
Content-Type: text/plain
References: <200103261903.f2QJ3N010941@gollem.swi.psy.uva.nl> <3AC08C8D.5020202@ozemail.com.au>
In-Reply-To: <3AC08C8D.5020202@ozemail.com.au>
MIME-Version: 1.0
Message-Id: <01032709562600.16254@gollem>
Content-Transfer-Encoding: 8bit

On Tue, 27 Mar 2001, Goffredo wrote:
>Hi
>
>Is there are way to supress messages from SWI prolog ... eg
>that tell the user that a file has just been consulted ... ?

Yip.  See message_hook/3.  If it is just about consult messages
you can also use load_files/2 using the silent(true) option.
Finally of course you can redirect/rebind the error stream.

	--- Jan

