> From: Richard Stallman <[EMAIL PROTECTED]>
> CC: [email protected]
> 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.


_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to