From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.devel Subject: Re: sort-lines including non ASCII Date: Thu, 07 Jul 2016 07:34:00 +0000 Message-ID: <877fcxyk9j.fsf@mat.ucm.es> References: <87bn2b6buh.fsf@mat.ucm.es> <83zipun8cf.fsf@gnu.org> <87inwiom3w.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1467876897 13657 80.91.229.3 (7 Jul 2016 07:34:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2016 07:34:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 07 09:34:48 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bL3pf-0002BG-Rt for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2016 09:34:48 +0200 Original-Received: from localhost ([::1]:37999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL3pf-0002Zp-6N for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2016 03:34:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL3p8-0002Zj-Tw for emacs-devel@gnu.org; Thu, 07 Jul 2016 03:34:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bL3p5-0005db-Nv for emacs-devel@gnu.org; Thu, 07 Jul 2016 03:34:14 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:60779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL3p5-0005dC-H8 for emacs-devel@gnu.org; Thu, 07 Jul 2016 03:34:11 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bL3p3-0001of-Fr for emacs-devel@gnu.org; Thu, 07 Jul 2016 09:34:09 +0200 Original-Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Jul 2016 09:34:09 +0200 Original-Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Jul 2016 09:34:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gilgamesch.quim.ucm.es Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:Y9RqAyvzf83SBAghOMufFfnzhvE= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:205301 Archived-At: >>> "Michael" == Michael Heerdegen writes: > Eli Zaretskii writes: >> Óscar suggested string-collate-lessp, which is indeed what you want, > Should we make `sort-lines' accept a predicate argument passed to > `sort-subr'? AFAIU one currently has to hack source code to get what > the OP wants. I think that would be nice. > Michael.