Re: [BUG] Null character in block/drawer regexps (but not in org-element parser)

2023-04-25 Thread Ihor Radchenko
Bastien Guerry writes: > Ihor Radchenko writes: > >> So, we should probably remove zero-width shenanigans from the code. > > +1. Upon further look, it appears to me that [^\000] was simply used to match "anything, including newline" in most places. Fixed, on main. https://git.savannah.gnu.org/

Re: [BUG] Null character in block/drawer regexps (but not in org-element parser)

2022-11-12 Thread Bastien Guerry
Hi Ihor, Ihor Radchenko writes: > So, we should probably remove zero-width shenanigans from the code. +1. > Unless I miss something. > > Bastien, maybe you recall something about presence of null character in > regexs? No, I don't. > P.S. If we decide to remove the null character, I'd prefer