all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Lars Magne Ingebrigtsen'" <larsi@gnus.org>
Cc: 6693@debbugs.gnu.org
Subject: bug#6693: 24.0.50; font-lock-(builtin|doc) faces are *way* too close
Date: Sun, 3 Jul 2011 06:58:49 -0700	[thread overview]
Message-ID: <05CB9D294C4646D5A2F574AB5A9DFA55@us.oracle.com> (raw)
In-Reply-To: <m37h7zpl74.fsf@quimbies.gnus.org>

> 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.






  reply	other threads:[~2011-07-03 13:58 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-21 17:32 bug#6693: 24.0.50; font-lock-(builtin|doc) faces are *way* too close Drew Adams
2011-07-03 13:06 ` Lars Magne Ingebrigtsen
2011-07-03 13:58   ` Drew Adams [this message]
2011-07-03 14:05     ` Lars Magne Ingebrigtsen
2011-07-03 14:34       ` Drew Adams
2011-07-03 14:46         ` Lars Magne Ingebrigtsen
2011-07-03 15:09           ` Drew Adams
2011-07-04  0:52         ` David De La Harpe Golden
2011-07-04  2:32           ` Chong Yidong
2011-07-04  5:15             ` Drew Adams
2011-07-04  5:27               ` Chong Yidong
2011-07-04  5:02           ` Drew Adams
2011-07-04 10:04             ` David De La Harpe Golden
2011-07-04 16:12               ` Drew Adams
2011-07-04 17:01           ` Stefan Monnier
2011-07-05 14:24             ` Lars Magne Ingebrigtsen
2011-07-05 15:24               ` Chong Yidong
2011-07-05 15:29                 ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=05CB9D294C4646D5A2F574AB5A9DFA55@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=6693@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.