Re: Few questions about colors and regex

2012-12-01 Thread Marco Giusti
On Sat, Dec 01, 2012 at 11:50:48AM +0100, Rado Q wrote: > > - does exist a non greedy version of * (0 or more) in mutt's regexp (In > > vim is \{-})? I'd like to highlight *bla bla* but not *this* > > No, exclude '*' in greedy-relevant matches. > See wiki - configlist - my wrapper script for HI_

Re: Few questions about colors and regex

2012-12-01 Thread Rado Q
=- Marco Giusti wrote on Sat 1.Dec'12 at 11:34:45 +0100 -= > - can I use `underline` with color? I think not, I tried but I > failed but I also found on Internet some config files with this > configuration; Not yet, patches welcome. > - does exist a non greedy version of * (0 or more) in mutt's

Few questions about colors and regex

2012-12-01 Thread Marco Giusti
Hello, I have a few question about the use of color. Starting with the simpler: - can I use `underline` with color? I think not, I tried but I failed but I also found on Internet some config files with this configuration; - does exist a non greedy version of * (0 or more) in mutt's regexp (In