On Thursday, November 25, 2004 at 00:13:52, Matthieu Moy wrote:
> Robert Widhopf-Fenk <[EMAIL PROTECTED]> writes:
>
> > In the first moment, much clearer and easier to unserstand,
> > but wrong, e.g. if you have more than 9 revisions.
> >
> > (sort '("1" "2" "10") 'string<) => ("1" "10" "2")
>
> Completely true. Well done !
>
> > Use a different predicate if you want to use sort!
>
> [EMAIL PROTECTED]
> should now do the right thing. (can you check pls?)
Works as intended.
I also fixed some other things while testing it.
Robert