From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reuben Thomas Subject: Re: Recent regression in Org master with parsing of verbatim code with spaces Date: Wed, 11 Oct 2017 00:47:04 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c04f9eca97fb5055b39ec9e" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e24Ev-000813-8S for emacs-orgmode@gnu.org; Tue, 10 Oct 2017 19:47:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e24Eu-0004Gk-1p for emacs-orgmode@gnu.org; Tue, 10 Oct 2017 19:47:09 -0400 Received: from mail-oi0-x232.google.com ([2607:f8b0:4003:c06::232]:55777) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e24Et-0004GD-Qv for emacs-orgmode@gnu.org; Tue, 10 Oct 2017 19:47:07 -0400 Received: by mail-oi0-x232.google.com with SMTP id g125so246454oib.12 for ; Tue, 10 Oct 2017 16:47:06 -0700 (PDT) In-Reply-To: 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: Kaushal Modi Cc: emacs-org list --94eb2c04f9eca97fb5055b39ec9e Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On 10 October 2017 at 18:29, Kaushal Modi wrote: > On Tue, Oct 10, 2017 at 1:08 PM Kaushal Modi > wrote: > >> I scanned through recent commits, but haven't yet figured out which >> commit affected this. Before I end up with git bisect, does anyone know = a >> master branch commit that could have caused this? >> > > Hello, > > I found the commit causing this change: > > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=3D > 8383f7e08b964e129b175ef1c0297b1f4a8ed235 > =E2=80=8BI haven't seen the rest of this thread, but at a guess is the prob= lem to do with [:space:] matching vertical space such as newline and vertical tab? Fixing that is a bit painful, since as far as I know there's no regex for "horizontal space"; I guess it would be a matter of enumerating a suitable range of code points.=E2=80=8B --=20 https://rrt.sc3d.org --94eb2c04f9eca97fb5055b39ec9e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On 1= 0 October 2017 at 18:29, Kaushal Modi <kaushal.modi@gmail.com>= wrote:
On Tue, Oct 10, 2017 at 1:08 PM Kaushal = Modi <kausha= l.modi@gmail.com> wrote:
I scanned through recent commits, but haven't yet fi= gured out which commit affected this. Before I end up with git bisect, does= anyone know a master branch commit that could have caused this?

Hello,=C2=A0

I f= ound the commit causing this change:


=E2=80=8BI have= n't seen the rest of this thread, but at a guess is the problem to do w= ith [:space:] matching vertical space such as newline and vertical tab? Fix= ing that is a bit painful, since as far as I know there's no regex for = "horizontal space"; I guess it would be a matter of enumerating a= suitable range of code points.=E2=80=8B

--
https://rrt.sc3d.org
--94eb2c04f9eca97fb5055b39ec9e--