> From: Juri Linkov <[EMAIL PROTECTED]> > Cc: emacs-devel@gnu.org > 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. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel