Re: Length of regex/pattern for "color"
in message <20031022211557.GA802@xxxxxxxx>,
wrote Edmund GRIMLEY EVANS thusly...
>
> parv <parv@xxxxxxxx>:
>
> > > @@ -511,7 +511,7 @@
> > > else
> > > {
> > > int r;
> > > - char buf[STRING];
> > > + char buf[LONG_STRING];
> > >
> > > tmp = mutt_new_color_line ();
> > > if (is_index)
> >
> > Thanks for the patch. I tried it, but i still get "parentheses not
> > balanced" for a setting like the one below...
>
> LONG_STRING isn't enough for that example; you need HUGE_STRING.
Thanks Edmund, that did it! No more error messages!
On to condensing the regex...
- Parv
--