Small CS bug



On Thu, 2004-11-18 at 09:20, Raymond Toy wrote:
> >>>>> "Vadim" == Vadim V Zhytnikov <vvzhy@mail.ru> writes:
> 
>     Vadim> Hi!
> 
>     Vadim> I observe that expressions like log(0) or
>     Vadim> plog(0) produce error messages with expression
>     Vadim> printed in wrong  upper case.  Something like
> 
>     Vadim> PLOG(0) is undefined.
> 
> There are several hundred calls to merror with strings containing
> uppercase characters.

Yes, but some of them also print symbol names. print-invert-case should
definitely be called in those.

> Do we want to fix them all now?

Yes, I'm afraid so. The good news is that the strings can be found
automatically. I was going to search using a regexp that says "find all
occurrences of two or more uppercase letters between double-quotes."

>   I think some are ok, others should
> clearly be downcased, and some are debatable.

Which occurrences of two or more uppercase letters do you think should
not be downcased? I haven't really looked yet.

--Jim