>>>>> "James" == James Amundson <amundson@fnal.gov> writes:
James> Anyway, I would really like to see us eliminate the various
James> warning-provoking behaviors we have, including redefinitions. SBCL seems
James> to be the pickiest Lisp implementation we have, so it would probably be
James> the best place to start eliminating warnings.
A while back, I did try to eliminate some of the warnings. I finally
tired of doing that, mostly because there are multiple definitions
for the same function in different files, but it was not clear if they
did exactly the same thing. I just got tired of trying to decide
which was right and whether it would work for the other places. :-(
Ray