Whenever a LaTeX document has sectioning commands, I get the following in the console:
TextMate regex error: undefined group option pattern: {[^{}\n]*(?R)?[^{}\n]*}
Don't know if it's the expected behavior or not, thought I'd report it. ( I also get various messages of the form "TextMate debug: $1 bits used" upon exit, where $1 is a number depending on what bundles have been loaded, but somehow I don't feel that worried about that. )
Haris
On May 21, 2005, at 19:48, Charilaos Skiadas wrote:
Whenever a LaTeX document has sectioning commands, I get the following in the console:
TextMate regex error: undefined group option pattern: {[^{}\n]*(?R)?[^{}\n]*}
Yes, that's the (?R) which isn't supported by Oniguruma. I couldn't figure out how to make subexp calls, which is the same, turns out I had to specify Ruby as syntax option. I've done that for b10 and will update the pattern.
( I also get various messages of the form "TextMate debug: $1 bits used" upon exit, where $1 is a number depending on what bundles have been loaded, but somehow I don't feel that worried about that. )
Yeah, that's just there to remind me that I need to make the bit- stack dynamic :)