Vincent Lefevre <[EMAIL PROTECTED]> wrote:
>
> But perhaps you have my $quote_regexp:
> 
> set quote_regexp="^(>[^F]|>F[^r]|>Fr[^o]|>Fro[^m]|[A-Za-z]+> )"

Nope, I have a very simple quote_regexp:

  set quote_regexp="^([ \t]?[ \t]?[>:|])+"

It makes no attempt to match From texts, yet it I see the following:

>For this line I see quoted colors.
>From this line I get standard (unquoted) colors.
> From this line, the colors return.

I cannot seem to find the place in the sources where the ">From" is
being recognized and handled specially, but it is definitely happening.

I think you will find that you can set quote_regexp="^(>|[a-z]+> )" and
see the same effect as your expression above.

-- 
David DeSimone   | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED]   |  that there is no man really clever who has not
Hewlett-Packard  |  found that he is stupid." -- Gilbert K. Chesterson
UX WTEC Engineer |    PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44

Reply via email to