Small CS bug



>>>>> "James" == James Amundson <amundson@users.sourceforge.net> writes:

    >> 
    >> Actually, that was my first attempt at fixing that particular example.

    James> OK. As I suspected, you are way ahead of me.

    >> However it's a bit tricky.  If the string contains maxima format
    >> specifiers like ~M, it seems it must be upper case.  

    James> Oh. Yuck.

    >> We can probably
    >> fix that.

    James> Yes, we should.

I suspect, though, that if we fix this, your idea about inverting the
case of the string will probably work.  The hard part will be deciding
when to invert the case.  We'll have to parse the string for things
like ~M and ignore those.

The better solution, of course, is to teach maxima about strings so we
don't have to do this silly intern/explode stuff.  But that's a huge
task.

Ray