GNU bug report logs -
#6693
24.0.50; font-lock-(builtin|doc) faces are *way* too close
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Wed, 21 Jul 2010 17:33:02 UTC
Severity: minor
Found in version 24.0.50
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> This is the definition of `font-lock-builtin-face'. Which of these
> cases is causing the confusion for you?
>
> (defface font-lock-builtin-face
> '((((class grayscale) (background light)) (:foreground
> "LightGray" :weight bold))
> (((class grayscale) (background dark)) (:foreground
> "DimGray" :weight bold))
> (((class color) (min-colors 88) (background light))
> (:foreground "MediumOrchid4"))
> (((class color) (min-colors 88) (background dark))
> (:foreground "LightSteelBlue"))
> (((class color) (min-colors 16) (background light))
> (:foreground "Orchid"))
> (((class color) (min-colors 16) (background dark))
> (:foreground "LightSteelBlue"))
> (((class color) (min-colors 8)) (:foreground "blue" :weight bold))
> (t (:weight bold)))
I guess it would be this one, since that is what emacs -Q gives on my machine, I
assume (light background, many colors):
(((class color) (min-colors 88) (background light))
(:foreground "MediumOrchid4"))
As I said, previously the value was "Orchid", and that was better.
This bug report was last modified 13 years and 326 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.