From: Leo <sdl.web@gmail.com>
To: emacs-devel@gnu.org
Subject: Same 'face' spec initialized to different values for x and terminal
Date: Sun, 03 Jun 2007 21:56:18 +0100 [thread overview]
Message-ID: <m2d50c4v0t.fsf@sl392.st-edmunds.cam.ac.uk> (raw)
Hi Emacs developers,
The following 'face' is extracted from 'dictem.el¹'
(defface dictem-database-description-face
'((((background light)) (:bold t :foreground "darkblue"))
(((background dark)) (:bold t :foreground "white")))
"The face that is used for displaying a database description"
:group 'dictem-faces)
In X, start 'emacs -q -l dictem.el':
dictem-database-description-face is initialized to:
......
Weight: bold
Slant: unspecified
Foreground: darkblue
......
In Xterm, start 'emacs -nw -q -l dictem.el':
......
Weight: bold
Slant: unspecified
Foreground: white
......
*NB*: emacs has a light background in both x and xterm. Thus it looks
very weird the aforementioned face is initialized to the dark
background value.
Tested in GNU Emacs 23.0.0.6 (i686-pc-linux-gnu, X toolkit) of
2007-05-31.
Footnotes:
¹ http://mova.org/~cheusov/pub/dictem
--
Leo <sdl.web AT gmail.com> (GPG Key: 9283AA3F)
next reply other threads:[~2007-06-03 20:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-03 20:56 Leo [this message]
2007-06-03 21:05 ` Same 'face' spec initialized to different values for x and terminal Eli Zaretskii
2007-06-03 21:20 ` Leo
2007-06-03 21:23 ` Juri Linkov
2007-06-03 21:34 ` Andreas Schwab
2007-06-03 21:57 ` Juri Linkov
2007-06-03 22:35 ` Andreas Schwab
2007-06-04 15:40 ` Leo
2007-06-04 16:16 ` Dan Nicolaescu
2007-09-13 16:43 ` Leo
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=m2d50c4v0t.fsf@sl392.st-edmunds.cam.ac.uk \
--to=sdl.web@gmail.com \
--cc=emacs-devel@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.