From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Weiner Newsgroups: gmane.emacs.devel Subject: Re: Emacs bug #23794; sort-line behavior regressed from prior Emacs versions Date: Sat, 18 Jun 2016 13:01:54 -0400 Message-ID: Reply-To: rswgnu@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1136e7da67bd6c0535906f58 X-Trace: ger.gmane.org 1466269368 1572 80.91.229.3 (18 Jun 2016 17:02:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Jun 2016 17:02:48 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 18 19:02:44 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 1bEJdr-0000OM-Kj for ged-emacs-devel@m.gmane.org; Sat, 18 Jun 2016 19:02:43 +0200 Original-Received: from localhost ([::1]:35638 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEJdq-0000S6-S2 for ged-emacs-devel@m.gmane.org; Sat, 18 Jun 2016 13:02:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEJdk-0000Ny-NU for emacs-devel@gnu.org; Sat, 18 Jun 2016 13:02:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bEJda-0007Rh-O7 for emacs-devel@gnu.org; Sat, 18 Jun 2016 13:02:35 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:32860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEJda-0007RV-LV for emacs-devel@gnu.org; Sat, 18 Jun 2016 13:02:26 -0400 Original-Received: from mail-oi0-f43.google.com ([209.85.218.43]:35363) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bEJdZ-00065u-1m for emacs-devel@gnu.org; Sat, 18 Jun 2016 13:02:25 -0400 Original-Received: by mail-oi0-f43.google.com with SMTP id a64so5111276oii.2 for ; Sat, 18 Jun 2016 10:02:24 -0700 (PDT) X-Gm-Message-State: ALyK8tKJOV3595TjD1IVG9i9e106LkPEur0c2qFfEW51wqFnfi3M71YwbZbNAW2UF2ego2J5zEQDq8oiQztK6g== X-Received: by 10.157.10.70 with SMTP id 64mr5043234otg.131.1466269344182; Sat, 18 Jun 2016 10:02:24 -0700 (PDT) Original-Received: by 10.202.236.73 with HTTP; Sat, 18 Jun 2016 10:01:54 -0700 (PDT) X-Gmail-Original-Message-ID: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:204472 Archived-At: --001a1136e7da67bd6c0535906f58 Content-Type: text/plain; charset=UTF-8 I would like this to be considered for marking as a blocking issue on the next release, so that the patch may be applied and users do not experience sort-line problems.. A patch was provided which should be compatible with any tests available for sort-lines. The patch makes Emacs behave as it did before Emacs outlines moved to overlays for outlining and away from \r characters to denote hidden lines, that is sort-lines works on visible lines not invisible ones. Please let me know your decision after discussion. Thanks, Bob To test the problem, create a simple outline file of: ----- * Head2 Body2 * Head1 Body1 ----- --001a1136e7da67bd6c0535906f58 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I wo= uld like this to be considered for marking as a blocking issue on the next = release, so that the patch may be applied and users do not experience sort-= line problems..=C2=A0 A patch was provided which should be compatible with = any tests available for sort-lines.=C2=A0 The patch makes Emacs behave as i= t did before Emacs outlines moved to overlays for outlining and away from \= r characters to denote hidden lines, that is sort-lines works on visible li= nes not invisible ones.=C2=A0 Please let me know your decision after discus= sion.=C2=A0 Thanks, Bob

To test the problem, create a simple outline file of:
-----

* Head2
=C2=A0= =C2=A0Body2

* Head1
=C2=A0 Body1

-----


--001a1136e7da67bd6c0535906f58--