expand/simplify is a BUG in GCL MAXIMA



>>>>> "James" == James Amundson <amundson@fnal.gov> writes:

    James> I'm afraid the problem is not restricted to GCL. I see the same behavior
    James> under GCL, clisp and CMUCL. Would someone please add this problem to the
    James> bug tracker at sourceforge?

I suspect that if we replaced string-lessp with string< in alphalessp
will help a lot here since string-lessp is not case sensitive but
string< is.

Ray