[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



CC: (BUG MACSYMA) at MIT-AI
Macsyma should not be loaded with INHIBIT-FDEFINE-WARNINGS.  Only by chance
did I discover a new system function it was clobbering.  Any conflicts between
Macsyma files ought to be resolved, since they are making Macsyma bigger on the
10 by duplicating function definitions.  In any case these can be ignored
easily by typing P to the FDEFINE warning.  Any conflicts between Macsyma
and the lisp machine system are BUGS!!! They should be fixed, not ignored.
Generally either the EXTERNAL list or the SHADOW list of the package declaration
needs to be fixed, depending on whether or not Macsyma is supposed to be
redefining that function.