From: jidanni@jidanni.org
To: bug-gnu-emacs@gnu.org
Cc: fx@gnu.org
Subject: assuming light or dark background
Date: Fri, 08 Feb 2008 07:45:34 +0800 [thread overview]
Message-ID: <87sl048h5t.fsf@jidanni.org> (raw)
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 ...
next reply other threads:[~2008-02-07 23:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-07 23:45 jidanni [this message]
2008-02-08 2:53 ` assuming light or dark background Jason Rumney
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=87sl048h5t.fsf@jidanni.org \
--to=jidanni@jidanni.org \
--cc=bug-gnu-emacs@gnu.org \
--cc=fx@gnu.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.