emacs-devel
[Top][All Lists]
Advanced

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

Re: Diff mode faces


From: Eli Zaretskii
Subject: Re: Diff mode faces
Date: Sun, 10 Jul 2005 06:34:06 +0300

> From: Juri Linkov <address@hidden>
> Cc: address@hidden
> Date: Sat, 09 Jul 2005 23:56:19 +0300
> 
>  (defface diff-context
> -  '((t :inherit shadow))
> +  '((((type tty pc) (class color)))
> +    (t :inherit shadow))
>    "`diff-mode' face used to highlight context and other side-information."
>    :group 'diff-mode)
>  ;; backward-compatibility alias

This part affects non-TTY platforms, while leaving the TTY colors
intact.  Why?  I don't think there's any problem with Diff-mode colors
on displays that support many colors, are there?

I will try the suggested colors on a TTY later, when I have time.




reply via email to

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