Re: [O] Problem with property matching

2013-11-26 Thread Achim Gratz
Carsten Dominik writes: > I think there is an error in the property matching regexp. It will > not match a line where the property value is empty. See 3c933adaf6 and 68276fd62d for how this regex developed, the requirement of the whitespace after the colon was in the original regex from Nicolas.

Re: [O] Problem with property matching

2013-11-26 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: > I think there is an error in the property matching regexp. It will not match > a line where the property value is empty. I propose the following change, > which makes the value part optional: > > ---

[O] Problem with property matching

2013-11-26 Thread Carsten Dominik
Hi, I think there is an error in the property matching regexp. It will not match a line where the property value is empty. I propose the following change, which makes the value part optional: diff --git a/lisp/or