unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Sorting of AUTHORS
@ 2009-02-05 20:28 Glenn Morris
  2009-02-05 21:10 ` Chong Yidong
  0 siblings, 1 reply; 2+ messages in thread
From: Glenn Morris @ 2009-02-05 20:28 UTC (permalink / raw)
  To: emacs-devel


When I use M-x authors to generate etc/AUTHORS, I get all the names
starting with non-ASCII characters at the end of the file. Eg:

Zoran Milojevic
...
Óscar Fuentes

The current repository version has a different sort order, where
"Óscar" appears after "Oscar". How does the difference come about? It
doesn't seem to be due to LC_COLLATE.

The M-x authors command sorts using string-lessp, and according to the
Elisp manual entry on string<: "An ASCII character is less than any
non-ASCII character".

The current repository version does look nicer IMO. Is there some
modification to authors.el that can ensure this sort order is always
used?


Thanks.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Sorting of AUTHORS
  2009-02-05 20:28 Sorting of AUTHORS Glenn Morris
@ 2009-02-05 21:10 ` Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2009-02-05 21:10 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

Glenn Morris <rgm@gnu.org> writes:

> The current repository version has a different sort order, where
> "Óscar" appears after "Oscar". How does the difference come about? It
> doesn't seem to be due to LC_COLLATE.

I resort the five or six extra entries by hand.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-05 21:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-05 20:28 Sorting of AUTHORS Glenn Morris
2009-02-05 21:10 ` Chong Yidong

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).