From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: problems with alphabetic ordering in tables containing non ASCII chars Date: Tue, 05 Jul 2016 20:54:12 +0000 Message-ID: <87furn6c23.fsf@mat.ucm.es> References: <87inwjzv8x.fsf@mat.ucm.es> <8737nnizdt.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKXMQ-0002j0-0a for emacs-orgmode@gnu.org; Tue, 05 Jul 2016 16:54:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKXML-0002rU-3J for emacs-orgmode@gnu.org; Tue, 05 Jul 2016 16:54:25 -0400 Received: from plane.gmane.org ([80.91.229.3]:60252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKXMK-0002qn-S2 for emacs-orgmode@gnu.org; Tue, 05 Jul 2016 16:54:20 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bKXMI-0003vU-F0 for emacs-orgmode@gnu.org; Tue, 05 Jul 2016 22:54:18 +0200 Received: from 50.red-83-59-223.dynamicip.rima-tde.net ([83.59.223.50]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Jul 2016 22:54:18 +0200 Received: from oub by 50.red-83-59-223.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Jul 2016 22:54:18 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org > Hello, > Uwe Brauer writes: Thanks for the fast answer > Alphabetic ordering uses `string-lessp', which doesn't fulfill your > needs here. You can however, sort by an arbitrary function using f or > F key. Which function could you recommend? > In any case, char folding is a complicated matter, because it really > depends on the host language. I think development Emacs provides > something like this. I am using GNU emacs 25.1.50 so that requirement is fulfilled. Do you have any pointers?