Subject: Re: sorting on defstruct slot
From: Erik Naggum <erik@naggum.net>
Date: Sun, 07 Oct 2001 11:44:47 GMT
Newsgroups: comp.lang.lisp
Message-ID: <3211443886645225@naggum.net>

* "Jeff Undercoffer" <jundercoffer@home.com>
| I have a list of where the elements are of type struct and I would like to
| sort the list based upon the contents of one of the slots in the structure.
| 
| I have searched, in vain, for the syntax, can anyone advise?

  What have you tried so far?  And what is the name of the slot accessor?

///