CS, strings and broken plotting



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

    James> On Mon, 2004-11-29 at 12:39, Vadim V. Zhytnikov wrote:
    >> Raymond Toy writes:
    >> 
    >> >>>>>>"Vadim" == Vadim V Zhytnikov <vvzhy@mail.ru> writes:
    >> >Can you provide more information?  I don't have this problem.
    >> >
    >> Oops, actually problem shows up only with GCL.  CMUCL is OK.

    James> Right. I see the problem now. It's my fault. I wrote a manual (no
    James> readtable) version of print-invert-case for GCL. My print-invert-case
    James> inverts the case of strings, but the original does not. I am in the
    James> process of fixing it.

FWIW, I think all Lisps should use the GCL version of
print-invert-case, until GCL gets a working readtable-case.  Then
every Lisp will behave the same with respect to case, and I think
that's important for tracking down and fixing bugs.

Ray