* John Iverson <[EMAIL PROTECTED]> [2002-05-15 23:15]:
> With different colors set for different quote levels:
> 
>   color quoted  blue     default
>   color quoted1 magenta  default
>   color quoted2 red      default
> 
> and using the default $quote_regexp and Mutt's built-in pager,
> why do the following lines show up in different colors?
> 
> > This is in "quoted" color
> | This is in "quoted1" color
> : This is in "quoted2" color
> } This is in "quoted" color
> # This is in "quoted1" color
> > This is in "quoted" color again
> 
> Shouldn't they all use the "quoted" (first level)
> color, since they are all first-level quotes?

mutt behaves the way you expect it to,
that is the follwoing lines show up in
"blue on default":

> This is in "quoted" color
> This is in "quoted" color again

the follwoing lines however
are not shown in the colors
you wrote:

| This is in "quoted1" color
: This is in "quoted2" color
} This is in "quoted" color
# This is in "quoted1" color

I'm sure there must be something else
in your setup which changes this.

> It seems when the _leading_ quote prefix changes,
> the color sequence is not reset, but continues
> where it left off, and going back to the first
> leading quote prefix ("> " above), resets it again.

any hooks involved?  check your setup.
or try again with *no* setup at all!

  mutt -F /dev/null

does it work as expected now?
if not - did you compile with
ncurses or slang?  (see "mutt -v")

> Vim, for example, seems to display this correctly,
> although it uses different quote prefixes by default.

comparing apples with oranges?  ;-)

Sven

-- 
Sven Guckes [EMAIL PROTECTED] -- Setting up mutt? Read this:
MUTT SETUP TIPS    http://www.math.fu-berlin.de/~guckes/mutt/setup.html

Reply via email to