all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* assuming light or dark background
@ 2008-02-07 23:45 jidanni
  2008-02-08  2:53 ` Jason Rumney
  0 siblings, 1 reply; 4+ messages in thread
From: jidanni @ 2008-02-07 23:45 UTC (permalink / raw)
  To: bug-gnu-emacs; +Cc: fx

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)

making some assumptions about the users' screen background color or
something. This points to a general emacs bug that there needs to be
an additional layer of indirection to soften the collision between
what the lisp author wants to do, and the environment where it ends up
getting done... without the user having to customize again for each
program... Indeed, I bet the half of all the .el authors in the world
assumed dark backgrounds and half assumed light backgrounds too!

There the problem should be attacked at its root, not by just telling
the user to

> Type M-x customize ...




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-02-23  0:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-07 23:45 assuming light or dark background jidanni
2008-02-08  2:53 ` Jason Rumney
2008-02-22 17:19   ` Dave Love
2008-02-23  0:41     ` jidanni

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.