[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FORMAT - lowercasification



CC: (BUG LISPM) at MIT-ML
I think the most general way to do this is to have an operator which
sets a "casification switch" - probably one of 4 states:  no hacking,
uppercasify, lowercasify, and capitolize first non whitespace then
revert to lowercase.  FORMAT could do this by making STANDARD-OUTPUT
into a stream which does this and sends it to the previous STANDARD-OUTPUT.
Comments?  Suggestions?