all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus@gmx.us>
To: help-gnu-emacs@gnu.org
Subject: Re: Alternative to string< that works "well" with unicode
Date: Fri, 28 Nov 2014 01:32:00 +0100	[thread overview]
Message-ID: <873894go73.fsf@gmx.us> (raw)
In-Reply-To: CAP_d_8WRFSh3cDJUbLXb9m5bdR1pR9GhLp++36Z5Ej-cL57Veg@mail.gmail.com

Yuri Khan <yuri.v.khan@gmail.com> writes:

> On Fri, Nov 28, 2014 at 5:52 AM, Pascal J. Bourguignon
> <pjb@informatimago.com> wrote:
>
>>> Is there a function that will support my preferred sorting in Emacs?
>>
>> AFAICS, there's nothing yet.
>
> I think Emacs bug#18051 is relevant.

Thanks, the bug pointed me to `string-collate-lessp':

(sort '(É E T A À Z) 'string-collate-lessp)
      => (A À E É T Z)

Pretty cool!

Thanks!

-- 
The second rule of Fight Club is: You do not talk about Fight Club




  reply	other threads:[~2014-11-28  0:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.14831.1417128158.1147.help-gnu-emacs@gnu.org>
2014-11-27 23:52 ` Alternative to string< that works "well" with unicode Pascal J. Bourguignon
2014-11-28  0:06   ` Yuri Khan
2014-11-28  0:32     ` Rasmus [this message]
2014-11-28  8:25       ` Eli Zaretskii
2014-11-28  8:43         ` Rasmus
2014-11-27 22:42 Rasmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873894go73.fsf@gmx.us \
    --to=rasmus@gmx.us \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.