[CM] CLM style warnings on Intel

Achim Bornhoeft achim.bornhoeft@web.de
Wed, 04 Jul 2007 14:58:42 +0200


I am running CLM with OpenMCL inside the CM.app 
(cm-2.10.0-app-osx-intel) in Aquamacs Emacs 1.0b.

Achim

Bill Schottstaedt schrieb:
> This is from sbcl?  Two of the "warnings" are that I'm using *name* for
> a lexical variable -- I say it is none of lisp's goddamn business what
> variable names I choose, and that sbcl should be fixed.  The other
> has to do with eval-when -- I'll check whether it is needed in sbcl.
> I think you can turn off these messages with something like:
> 
> #+sbcl (setf *compile-print* nil)
> #+sbcl (setf *compile-verbose* nil)
> #+sbcl (declaim (sb-ext:muffle-conditions sb-ext:compiler-note))
> 
> _______________________________________________
> Cmdist mailing list
> Cmdist@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
>