From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Recent regression in Org master with parsing of verbatim code with spaces Date: Thu, 12 Oct 2017 17:53:23 +0200 Message-ID: <87lgkg5pn0.fsf@nicolasgoaziou.fr> References: <877ew076lb.fsf@nicolasgoaziou.fr> <87tvz45qk7.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2fnh-00051e-Hu for emacs-orgmode@gnu.org; Thu, 12 Oct 2017 11:53:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2fnd-00044z-II for emacs-orgmode@gnu.org; Thu, 12 Oct 2017 11:53:33 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:48125) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e2fnd-00041b-CS for emacs-orgmode@gnu.org; Thu, 12 Oct 2017 11:53:29 -0400 In-Reply-To: (Kaushal Modi's message of "Thu, 12 Oct 2017 15:43:04 +0000") 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 Kaushal Modi writes: > I believe we have some confusion here. > > For clarity: I do not plan to use zero-width space for escaping > markup. There is a zero-width space right before the last "=3D" character. I don't understand why you do use it if that's not your plan. Maybe you haven't noticed there is one? >> > Also below does not work. >> > >> > =3Dtitle =3D "foo"=E2=80=8B=3D >> > >> > (where is the unicode 0x200b inserted for ZERO WIDTH SPACE) >> >> What "does not work"? What do you want to achieve? >> > > I expect "=3Dtitle =3D "foo"=E2=80=8B=3D" to export to `title =3D "foo"= =E2=80=8B' as before (using > ASCII backend as example as in my first post). Then remove the last zero-width space. Regards,