Re: How make qcompile/1 silent? (SWI)
- From: Jan Wielemaker <jan@xxxxxxxxxxxx>
- Date: 30 Jun 2005 13:52:32 GMT
On 2005-06-30, Mauro Di Nuzzo <picorna@xxxxxxxxx> wrote:
> Hi again,
>
> how do the following:
>
> ?- qcompile('myfile.pl').
>
> without getting
>
> % myfile.pl *qcompiled* x.xx sec, xxxx bytes
>
> ???
>
> set_prolog_flag(verbose, false) doesnt work.
It is ?- set_prolog_flag(verbose, silent). That works. As with the
other issue, you can also define message_hook/3 to kill this
particular message.
Cheers --- Jan
.
- References:
- How make qcompile/1 silent? (SWI)
- From: Mauro Di Nuzzo
- How make qcompile/1 silent? (SWI)
- Prev by Date: Re: Capturing error line on exception (SWI)
- Next by Date: XPCE and SWI-Prolog
- Previous by thread: How make qcompile/1 silent? (SWI)
- Next by thread: XPCE and SWI-Prolog
- Index(es):
Relevant Pages
|
|