[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FORMAT - lowercasification
- To: JLK at MIT-MC
- Subject: Re: FORMAT - lowercasification
- From: GSB@MIT-ML
- Date: Tue ,5 Mar 80 00:44:26 EDT
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?