From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Roland Winkler Newsgroups: gmane.emacs.devel Subject: Re: case-insensitive string comparison Date: Thu, 21 Jul 2022 11:35:15 -0500 Message-ID: <87zgh2fmpo.fsf@gnu.org> References: <87ilnsq4cr.fsf@gnu.org> <87mtd3n455.fsf@gnu.org> <83ilnrlnd1.fsf@gnu.org> <87lesnlm7a.fsf@gnu.org> <83fsivlllz.fsf@gnu.org> <8735evlko4.fsf@gnu.org> <83czdzlker.fsf@gnu.org> <83ilnrnecn.fsf@gnu.org> <87bktiim4m.fsf@gnu.org> <83mtd2mpi3.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19398"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 21 18:38:06 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oEZBd-0004rT-LG for ged-emacs-devel@m.gmane-mx.org; Thu, 21 Jul 2022 18:38:05 +0200 Original-Received: from localhost ([::1]:58062 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oEZBb-0008OV-KD for ged-emacs-devel@m.gmane-mx.org; Thu, 21 Jul 2022 12:38:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47706) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEZ8u-0005Wh-5l for emacs-devel@gnu.org; Thu, 21 Jul 2022 12:35:16 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55012) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEZ8t-0007Qi-TL; Thu, 21 Jul 2022 12:35:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=4kMRO02+38GMFaOYMD0wiECo3RwDvrvH5MZFs6Inpn8=; b=FR7L6utiCprCcSsZsC/z IOBOvaSLQWu3Q7dLKNkImAnXLfSztTzSnuxuqH4MI5BLJUbRBX4rnlTMoAV5stSlbUJ7ACLhjUiBE SaUcur/HpzYwPJA68z63UmKQIhkRqKYuj1LtrvU3zQZEqx8NLoCW1zR6MQxociTJd7InxOS3fcWaS 9gO7j5QnBVrA2KXYyd5LSZ7/wZCahybnAlzNQ3a9wZxqURySY6SIhGu77ACEl+S3walg6Y2pprUzh fFRrdUrjjELPzkU13RD0wR4EL0f/5vIKbNykqrRyOUIvAPkpT09kMmTj2KNOera2qfFvpV5cXb8UU WIchw1Cisi+rwA==; Original-Received: from [2600:1700:5650:f790::42] (port=36406 helo=regnitz) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEZ8t-0005wg-JZ; Thu, 21 Jul 2022 12:35:15 -0400 In-Reply-To: <83mtd2mpi3.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 21 Jul 2022 18:53:08 +0300") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:292379 Archived-At: On Thu, Jul 21 2022, Eli Zaretskii wrote: >> Thank you! - I always thought that such technical reports were beyond my >> comprehension. But this unicode report is quite readable. So there is >> no need for emacs to reinvent the wheel. > > The implementation of strcoll is in the underlying libc, so Emacs > _cannot_ possible reinvent this wheel, even if we wanted to. I had in mind the elisp manual reinventing (rewriting) the readable unicode report.