|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
suppress autoloading messagesHi,
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 Smlnj-list@... https://lists.sourceforge.net/lists/listinfo/smlnj-list |
|
|
Re: suppress autoloading messagesYou 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 > Smlnj-list@... > 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 _______________________________________________ Smlnj-list mailing list Smlnj-list@... https://lists.sourceforge.net/lists/listinfo/smlnj-list |
| Free embeddable forum powered by Nabble | Forum Help |