unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Bug#464940: assuming light or dark background
       [not found] <mailman.7131.1202439195.18990.bug-gnu-emacs@gnu.org>
@ 2008-02-09 23:32 ` jidanni
  0 siblings, 0 replies; only message in thread
From: jidanni @ 2008-02-09 23:32 UTC (permalink / raw)
  To: submit

Package: emacs-goodies-el
Version: 29.0-1
File: /usr/share/emacs/site-lisp/emacs-goodies-el/rfcview.el

RMS> What Emacs version is this?

Oops, none. Sending to Debian instead.

>>>>> "JR" == Jason Rumney <jasonr@gnu.org> writes:

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

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

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

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

OK, I put that snippet in .emacs, pending change in Debian etc. Looks good.






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-09 23:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.7131.1202439195.18990.bug-gnu-emacs@gnu.org>
2008-02-09 23:32 ` Bug#464940: assuming light or dark background jidanni

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).