From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.devel Subject: Re: sort-lines including non ASCII Date: Thu, 14 Jul 2016 23:26:53 +0200 Message-ID: <87y4537vxe.fsf@web.de> References: <87bn2b6buh.fsf@mat.ucm.es> <83zipun8cf.fsf@gnu.org> <87inwiom3w.fsf@web.de> <877fcxyk9j.fsf@mat.ucm.es> <83eg75lbok.fsf@gnu.org> <8760shfm0u.fsf@web.de> <83twg1jsjf.fsf@gnu.org> <87wpkx73ry.fsf@web.de> <83furljkdb.fsf@gnu.org> <87mvltdpnl.fsf@web.de> <83twg0ih2j.fsf@gnu.org> <8737nc7wpi.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1468531671 6512 80.91.229.3 (14 Jul 2016 21:27:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Jul 2016 21:27:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 14 23:27:43 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 1bNoAX-0007w5-Dp for ged-emacs-devel@m.gmane.org; Thu, 14 Jul 2016 23:27:41 +0200 Original-Received: from localhost ([::1]:57103 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNoAW-0008Rf-7r for ged-emacs-devel@m.gmane.org; Thu, 14 Jul 2016 17:27:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNoA0-0008RM-0c for emacs-devel@gnu.org; Thu, 14 Jul 2016 17:27:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNo9t-0006yJ-Pk for emacs-devel@gnu.org; Thu, 14 Jul 2016 17:27:06 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:56559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNo9t-0006yF-Is for emacs-devel@gnu.org; Thu, 14 Jul 2016 17:27:01 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bNo9r-0007RK-7O for emacs-devel@gnu.org; Thu, 14 Jul 2016 23:26:59 +0200 Original-Received: from dslb-088-067-073-210.088.067.pools.vodafone-ip.de ([88.67.73.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Jul 2016 23:26:59 +0200 Original-Received: from michael_heerdegen by dslb-088-067-073-210.088.067.pools.vodafone-ip.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Jul 2016 23:26:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-088-067-073-210.088.067.pools.vodafone-ip.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.95 (gnu/linux) Cancel-Lock: sha1:sOcLXVvWJK7mzBELzwjI1fb0xQg= 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:205684 Archived-At: Noam Postavsky writes: > Negative args for reverse, C-u for ignore case, C-- C-u gives reversed > ignore-case? Normally I hate such stuff, but this suggestion seems quite memorable. The downside is that when people coming from `sort-lines' try to toggle REVERSE with a positive prefix arg. Michael.