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

2014-04-16 Thread Bastien
Hi Thorsten and Nicolas, Nicolas Richard 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 recommende

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

2014-04-01 Thread Nicolas Richard
Thorsten Jolitz writes: > here is a possible regexp bug in org.el I discovered by accident: > > ,- > | 7734: (and (not (looking-back "^\*+")) > `- It's almost certainly a typo, but it introduces no bug b