all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
To: jidanni@jidanni.org
Cc: bug-gnu-emacs@gnu.org, fx@gnu.org
Subject: Re: assuming light or dark background
Date: Fri, 08 Feb 2008 02:53:01 +0000	[thread overview]
Message-ID: <47ABC40D.4030302@gnu.org> (raw)
In-Reply-To: <87sl048h5t.fsf@jidanni.org>

jidanni@jidanni.org wrote:
> RFCs are unreadable now for me. Must be due to
>
>   (defface rfcview-headlink-face
>     '((t (:foreground "blue"))
>       (t (:bold t)))
>     "Face used for hyperlinks to headings."
>     :group 'rfcview)
>   

This doesn't appear to be part of Emacs. Probably a better way of 
defining that face is

(defface rfcview-headlink-face
    '((t (:inherit 'link)))
    "Face used for hyperlinks to headngs."
    :group 'rfcview)

That way it will take advantage of any variations that already exist for 
the built-in link face, such as light, dark, grayscale, or user 
customizations.






  reply	other threads:[~2008-02-08  2:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-07 23:45 assuming light or dark background jidanni
2008-02-08  2:53 ` Jason Rumney [this message]
2008-02-22 17:19   ` Dave Love
2008-02-23  0:41     ` jidanni

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=47ABC40D.4030302@gnu.org \
    --to=jasonr@gnu.org \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=fx@gnu.org \
    --cc=jidanni@jidanni.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.