GNU bug report logs - #59275
Unexpected return value of `string-collate-lessp' on Mac

Previous Next

Package: emacs;

Reported by: Ihor Radchenko <yantar92 <at> posteo.net>

Date: Tue, 15 Nov 2022 04:08:02 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ihor Radchenko <yantar92 <at> posteo.net>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 59275 <at> debbugs.gnu.org
Subject: bug#59275: Unexpected return value of `string-collate-lessp' on Mac
Date: Tue, 15 Nov 2022 15:05:48 +0000
Eli Zaretskii <eliz <at> gnu.org> writes:

>> On Emacs 29 (adaa2fc90e) MacOS build:
>> 
>> (string-collate-lessp "a" "B" "C" t)  ; => nil
>> 
>> On Linux:
>> 
>> (string-collate-lessp "a" "B" "C" t) ; => t
>> 
>> The return value on MacOS is unexpected.
>
> string-collate-lessp is inherently platform- (and locale-) dependent.
> Don't use it if you want consistent results across platforms and
> locales.

Is there a better alternative?
Also, do I miss something, or is this pitfall not documented in the
docstring of `string-collate-lessp'?

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>




This bug report was last modified 2 years and 176 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.