On Wed, 2009-02-04 at 11:34 -0500, Bowie Bailey wrote: > Karsten Bräckelmann wrote:
> > The meta rule has a single underscore prefix, probably to denote local > > rules. Though there are better prefixes for that, IMHO. ;) > > > > Anyway, a single underscore isn't a meta-match sub-rule and works as > > expected just like any other rule. Yup, I tested this... > > Didn't see that. It's hard to distinguish a single underscore from a > double without looking closely. Indeed. At first I suspected a borked copy-n-paste, until I noticed it actually is consistent and appeared to be on purpose. > And, yes, the single underscore prefix works normally. I accidentally > tested that when I was creating meta rules and couldn't figure out why > the subrules (with a single underscore prefix) were still showing on the > reports... :) :) -- char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}