emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fontification of citations in mail-Mode


From: Eli Zaretskii
Subject: Re: Fontification of citations in mail-Mode
Date: Wed, 20 Apr 2005 19:48:56 +0300

> From: Richard Stallman <address@hidden>
> CC: address@hidden
> Date: Wed, 20 Apr 2005 10:57:25 -0400
> 
> Maybe hardly anyone used font lock on Rmail buffers in text consoles.

I doubt that this is the case.  (I certainly used Rmail on text
consoles many times, but that's just me.)

> I don't know how to try changing this, because I can't even tell
> which clause in the defface is used.  How would I find that out?

I'm guessing that you use a standard terminal that supports 8 colors.
If so, look here:

>     (((class color) (min-colors 8) (background light))
>      (:foreground "red"))
>     (((class color) (min-colors 8) (background dark))
>      (:foreground "red1"))

Depending on your background mode, one of these 2 clauses is yours.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]