[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SRFI-13: late laundry list
In article <199911170728.CAA01408@xxxxxxxxxxxxxxxxxxx>,
erik hilsdale <ehilsdal@xxxxxxxxxxxxxx> wrote:
>---- capitalize-string[!], capitalize-words[!]
>
>I just don't see a reason for having these procedures in this library,
>_especially_ capitalize-words.
I agree.
>Capitalize-string[!] I can see as somewhat useful,
But it can be emulated by using string-upcase/downcase quite easily, so
I think it should be left out too.