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

"Drew Adams" <drew.adams@oracle.com> writes:

> Look at any `defcustom'.  The doc string and the keywords (e.g. :type)
> appear to have the same face.  In fact, they are only very slightly
> different.
>
> This is a regression wrt 23.1 (and prior).  Please revert this mistake.
> There is no reason for these two faces to be so close.
>
> Previously, `font-lock-builtin-face' had an Orchid foreground.  That was
> *much* better than having two faces that are essentially
> indistinguishable.

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


-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





  reply	other threads:[~2011-07-03 13:06 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 [this message]
2011-07-03 13:58   ` Drew Adams
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=m37h7zpl74.fsf@quimbies.gnus.org \
    --to=larsi@gnus.org \
    --cc=6693@debbugs.gnu.org \
    --cc=drew.adams@oracle.com \
    /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.