From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Recent regression in Org master with parsing of verbatim code with spaces Date: Tue, 10 Oct 2017 17:08:21 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a114c84ec5656bb055b345b95" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1y1D-0006gy-O5 for emacs-orgmode@gnu.org; Tue, 10 Oct 2017 13:08:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1y1C-0005Kc-Q0 for emacs-orgmode@gnu.org; Tue, 10 Oct 2017 13:08:35 -0400 Received: from mail-qt0-x22c.google.com ([2607:f8b0:400d:c0d::22c]:44474) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e1y1C-0005JV-Kj for emacs-orgmode@gnu.org; Tue, 10 Oct 2017 13:08:34 -0400 Received: by mail-qt0-x22c.google.com with SMTP id 8so7616729qtv.1 for ; Tue, 10 Oct 2017 10:08:33 -0700 (PDT) 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-org list --001a114c84ec5656bb055b345b95 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello, I just noticed a regression in master when compared to 9.1.2. MWE: =3D=3D=3D=3D=3D =3Dtitle =3D "foo"=E2=80=8B=3D ~title =3D "foo"=E2=80=8B~ =3D=3D=3D=3D=3D On master: C-c C-e t A outputs (ignoring, author, title, toc, etc): =3D=3D=3D=3D=3D =3Dtitle =3D "foo"=E2=80=8B=3D ~title =3D "foo"=E2=80=8B~ =3D=3D=3D=3D=3D Also the above text does NOT get fontified as verbatim in the Org buffer. On 9.1.2 (that's on emacs-26 branch): C-c C-e t A outputs (ignoring, author, title, toc, etc): =3D=3D=3D=3D=3D `title =3D "foo"=E2=80=8B' `title =3D "foo"=E2=80=8B' =3D=3D=3D=3D=3D Also the above text DOES get fontified as verbatim in the Org buffer. 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? --=20 Kaushal Modi --001a114c84ec5656bb055b345b95 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

I just noticed a regression in m= aster when compared to 9.1.2.

MWE:

<= /div>
=3D=3D=3D=3D=3D
=3Dtitle =3D "foo"=E2=80= =8B=3D

~title =3D "foo"=E2=80=8B~
<= /div>
=3D=3D=3D=3D=3D

On master:
C-c C-e t A outputs (ignoring, author, title, toc, etc):
<= div>
=3D=3D=3D=3D=3D
=3Dtitle =3D "foo&qu= ot;=E2=80=8B=3D

~title =3D "foo"=E2=80= =8B~
=3D=3D=3D=3D=3D

Also the abov= e text does NOT get fontified as verbatim in the Org buffer.

=
On 9.1.2 (that's on emacs-26 branch):

C-c C-e t A outputs (ignoring, author, title, toc, etc):
=
=3D=3D=3D=3D=3D
`title =3D "foo"=E2= =80=8B'

`title =3D "foo"=E2=80=8B= 9;
=3D=3D=3D=3D=3D

Also the above text DOES get fontified as verbatim in the Org bu= ffer.

I= scanned through recent commits, but haven't yet figured out which comm= it affected this. Before I end up with git bisect, does anyone know a maste= r branch commit that could have caused this?
--=

Kaushal Modi

--001a114c84ec5656bb055b345b95--