>>>>> "James" == James Amundson <amundson@users.sourceforge.net> writes:
>> Do we want to fix them all now?
James> Yes, I'm afraid so. The good news is that the strings can be found
James> automatically. I was going to search using a regexp that says "find all
James> occurrences of two or more uppercase letters between double-quotes."
I just grepped for merror followed by on uppercase letter. :-)
>> I think some are ok, others should
>> clearly be downcased, and some are debatable.
James> Which occurrences of two or more uppercase letters do you think should
James> not be downcased? I haven't really looked yet.
I didn't look too closely either, but there's this from acall.lisp:
acall.lisp:67: (merror "BUG: Non-handled array created. ~M" aarray))))
so leaving it as "BUG" could be ok.
However, for
acall.lisp:129: (merror "The second arg to ARRAYAPPLY must be a list."))
Do you really want ARRAYAPPLY to be lowercased? I think it is
beneficial to highlight arrayapply in some way. Perhaps `arrayapply'?
Or just downcase it and ignore it all?
Ray