help-gnu-emacs
[Top][All Lists]
Advanced

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

sorting a list


From: Seweryn Kokot
Subject: sorting a list
Date: Thu, 17 Apr 2008 06:18:39 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Assume I have a list

'(("abc" "xxsx") 
  ("zdfa" "xxsx") 
  ("dddbc" "xxsx") 
  ("cabc" "xxsx"))

How to sort the list according to the first element in the lists so to
get

'(("abc" "xxsx")
  ("cabc" "xxsx")
  ("dddbc" "xxsx")
  ("zdfa" "xxsx"))

Thanks in advance.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]