Carsten Dominik wrote:
> On 5.5.2011, at 07:08, Nick Dokos wrote:

[...]

>> explains the problem: \< matches the empty string at the beginning of a
>> word (i.e. if the syntax class of the next character is "word") but it
>> does not at the beginning of a char that is of some other syntax class
>> (I think it will not match anything in this case).  So Eden diagnosed it
>> correctly: it *is* a parsing problem and it *does* involve the non-word
>> options.

> This is fixed now, by looking for white space instead of beginning-of-word.
> Thanks for the analysis.

Indeed, thanks.

Lawrence
-- 
Lawrence Mitchell <we...@gmx.li>


Reply via email to