Case sensitivity gotchas



>>>>> "Raymond" == Raymond Toy  writes:

    Raymond> 1.  (*) text/plain          ( ) text/html           
>>>>> "CY" == C Y  writes:

    CY> When specifying a filename for save, Maxima names the file the
    Raymond> all caps
    CY> version of the filename.

    CY> loadfile seems to insist on this upper case naming.

    Raymond> save("foo", all) saves in FOO.

    Raymond> I'll look into it.

Fixed.  Just needed to call print-invert-case instead of string to get
the case right.

Ray