emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Possible regexp bug in org.el


From: Bastien
Subject: Re: [O] Possible regexp bug in org.el
Date: Wed, 16 Apr 2014 18:28:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Hi Thorsten and Nicolas,

Nicolas Richard <address@hidden> writes:

> It's almost certainly a typo, but it introduces no bug because '*' can't
> bear its special meaning after '^', so the regexp engine will make it
> match exactly the '*' character. But it'd be better written as "^*+"
> (but this is not recommended) or, preferably, "^\\*+" indeed.

Fixed in master, thanks,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]