[asdf-devel] How can I muffle ASDF2 chatter in one shot?

Jean-Claude Beaudoin jean.claude.beaudoin at gmail.com
Tue Apr 13 15:18:10 UTC 2010


Hello all,

In ASDF2 (I am still using 1.661) is it possible turn off
all "informational" output in one single operation?

Looking at the source I see that there is a bunch of
:verbose arguments to most (all?) of ASDF main entry points,
but each of these have hard coded default values of T.
This way one has to pass a ":verbose NIL" pair on each
call to ASDF in order to get silence.

Couldn't we have a *asdf-verbose* global that would
give the default value of those :verbose arguments?

Then a single (setq *asdf-verbose* nil) would allow
the whole thing to go in "run silent, run deep" mode.

Thanks
Jean-Claude Beaudoin





More information about the asdf-devel mailing list