Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-12 Thread Kaushal Modi
On Thu, Oct 12, 2017 at 11:53 AM Nicolas Goaziou wrote: > There is a zero-width space right before the last "=" character. I don't > understand why you do use it if that's not your plan. Maybe you haven't > noticed there is one? > (Blush) that is embarrassing.. sorry for

Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-12 Thread Nicolas Goaziou
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 "=" character. I don't understand why you do use it if that's not your plan.

Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-12 Thread Kaushal Modi
On Thu, Oct 12, 2017 at 11:35 AM Nicolas Goaziou wrote: > Again, that's the whole point of the change. So, to move discussion > forward, what do you need the zero width space for, in this particular > case? > I do not need zero width space.. I mentioned it and tried it

Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-12 Thread Nicolas Goaziou
Kaushal Modi writes: > On Thu, Oct 12, 2017 at 11:01 AM Nicolas Goaziou > wrote: > >> Why do you consider it to be a regression? IIRC, the change allowed to >> use zero-width space as a way to escape markup. >> > > Earlier, > > =title = "foo"​= >

Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-12 Thread Kaushal Modi
On Thu, Oct 12, 2017 at 11:20 AM Kaushal Modi wrote: > On Thu, Oct 12, 2017 at 11:01 AM Nicolas Goaziou > wrote: > >> Why do you consider it to be a regression? IIRC, the change allowed to >> use zero-width space as a way to escape markup. > >

Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-12 Thread Kaushal Modi
On Thu, Oct 12, 2017 at 11:01 AM Nicolas Goaziou wrote: > Why do you consider it to be a regression? IIRC, the change allowed to > use zero-width space as a way to escape markup. > Earlier, =title = "foo"​= just worked. Now that does not work. Also below does not

Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-12 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > Hello, > > I just noticed a regression in master when compared to 9.1.2. > > MWE: > > = > =title = "foo"​= > > ~title = "foo"​~ > = > > On master: > > C-c C-e t A outputs (ignoring, author, title, toc, etc): > > = > =title =

Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-11 Thread Robert Klein
Hi, On Wed, 11 Oct 2017 00:47:04 +0100 Reuben Thomas wrote: > 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

Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-10 Thread Reuben Thomas
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

Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-10 Thread Kaushal Modi
On Tue, Oct 10, 2017 at 2:31 PM Eric S Fraga wrote: > Anecdotally, I am seeing some strange fontifications in some of my org > files where my headline *s are being interpreted as starting a bold > text. > I have seen that too, though I thought that was because I was setting

Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-10 Thread Eric S Fraga
Anecdotally, I am seeing some strange fontifications in some of my org files where my headline *s are being interpreted as starting a bold text. I've not been able to create a small example yet but thought I would mention it in case it helps. -- : Eric S Fraga via Emacs 27.0.50, Org

Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-10 Thread Kaushal Modi
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

[O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-10 Thread Kaushal Modi
Hello, I just noticed a regression in master when compared to 9.1.2. MWE: = =title = "foo"​= ~title = "foo"​~ = On master: C-c C-e t A outputs (ignoring, author, title, toc, etc): = =title = "foo"​= ~title = "foo"​~ = Also the above text does NOT get fontified as verbatim