Re: apps-menu



On 8/16/2010 11:58 AM, Jeremy Hankins wrote:
Matthew<matth love gmail com>  writes:

Regarding the a-z/A-Z issue, It is the sort function, used with
string<, that will put upper-case letters before lower-case letters.

You can specify a predicate for sort, so:

(sort list (lambda (a b)
              (string<  (string-downcase a) (string-downcase b))))

Ought to do the trick.


Indeed it does!  Wonderful.



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