Re: suppress autoloading messages
Matthias Blume <[email protected]> Tue, 17 Feb 2009 10:37:44 -0600
| Newsgroups | gmane.comp.lang.sml.smlnj |
|---|---|
| Message-ID | <[email protected]> |
You can say
#set CM.Control.verbose false;
at the REPL. This will turn off future autoloading messages.
However, the use of CM. in this command will actually trigger one last
such message before it gets a chance to turn them off.
A better way that eliminates all such messages is to start sml from
the shell prompt as:
sml -Ccm.verbose=false
Matthias
On Feb 15, 2009, at 7:54 PM, Boris D wrote:
> Hi,
>
> What is the correct statement to suppress the [autoloading] messages
> when invoking CM.make from the REPL?
> I tried unsuccessfully putting '#set CM.Control.verbose false' in
> my .cm
> file or evaluating 'CM.Control.verbose := false' in the REPL.
> Can someone help?
>
> TIA
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San
> Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source
> code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> Smlnj-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/smlnj-list
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H