From: Bruce L. Lambert, Ph.D.
Subject: compiler warnings in clisp when compiling loop macro
Date: 
Message-ID: <4lrbi1$1imc@piglet.cc.uic.edu>
When I compile the MIT loop macro in clisp, I get compiler warnings
(continuable error messages) that warn me that I'm redefining the loop
macro. These warnings interrupt the compilation and are inconvenient. Can
I make them go away somehow?

-bruce
From: Cyber Surfer
Subject: Re: compiler warnings in clisp when compiling loop macro
Date: 
Message-ID: <830587829snz@wildcard.demon.co.uk>
In article <···········@piglet.cc.uic.edu>
           ········@uic.edu "Bruce L. Lambert, Ph.D." writes:

> When I compile the MIT loop macro in clisp, I get compiler warnings
> (continuable error messages) that warn me that I'm redefining the loop
> macro. These warnings interrupt the compilation and are inconvenient. Can
> I make them go away somehow?

Have you tried putting the MIT loop macro in another package? How about
calling the macro mit::loop? You then make sure you're refering to the
right loop macro, but either refering to it as mit::loop, or by changing
the package order that the parser uses for searching for a symbol so that
mit::loop is found first.
-- 
<URL:http://www.enrapture.com/cybes/> "You can never browse enough."