[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 23.0.50; face-problems with multy-tty
From: |
Johan Bockgård |
Subject: |
Re: 23.0.50; face-problems with multy-tty |
Date: |
Wed, 26 Sep 2007 18:35:14 +0200 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) |
Eli Zaretskii <address@hidden> writes:
> You mean, even though there are different customizations for light and
> dark background, say, only one of them is used for both background
> modes? Can you show a short recipe to reproduce that?
Yes.
Try this in Emacs 21, or in CVS Emacs older than 2007-09-06.
$ emacs -q -bg white
(global-font-lock-mode 1)
(custom-set-faces
'(font-lock-string-face
((((class color) (background light)) (:foreground "red"))
(((class color) (background dark)) (:foreground "blue")))))
(make-frame '((background-color . "black")))
--
Johan Bockgård
- RE: 23.0.50; face-problems with multy-tty, (continued)
- RE: 23.0.50; face-problems with multy-tty, Drew Adams, 2007/09/13
- Re: 23.0.50; face-problems with multy-tty, Richard Stallman, 2007/09/14
- overriding a face [was: 23.0.50; face-problems with multy-tty], Drew Adams, 2007/09/30
- Re: 23.0.50; face-problems with multy-tty, Richard Stallman, 2007/09/16
- Re: 23.0.50; face-problems with multy-tty, Johan Bockgård, 2007/09/18
- Re: 23.0.50; face-problems with multy-tty, Richard Stallman, 2007/09/23
- Re: 23.0.50; face-problems with multy-tty, Johan Bockgård, 2007/09/23
- Re: 23.0.50; face-problems with multy-tty, Eli Zaretskii, 2007/09/24
- Re: 23.0.50; face-problems with multy-tty, Johan Bockgård, 2007/09/24
- Re: 23.0.50; face-problems with multy-tty, Eli Zaretskii, 2007/09/24
- Re: 23.0.50; face-problems with multy-tty,
Johan Bockgård <=
- Re: 23.0.50; face-problems with multy-tty, Richard Stallman, 2007/09/25
- Re: 23.0.50; face-problems with multy-tty, Johan Bockgård, 2007/09/26
- Re: 23.0.50; face-problems with multy-tty, Richard Stallman, 2007/09/27
- Re: 23.0.50; face-problems with multy-tty, Johan Bockgård, 2007/09/27
- Re: 23.0.50; face-problems with multy-tty, Richard Stallman, 2007/09/28
- RE: 23.0.50; face-problems with multy-tty, Drew Adams, 2007/09/23
- Re: 23.0.50; face-problems with multy-tty, Eli Zaretskii, 2007/09/24
- Re: 23.0.50; face-problems with multy-tty, Glenn Morris, 2007/09/24
- Re: 23.0.50; face-problems with multy-tty, Richard Stallman, 2007/09/25
- Re: 23.0.50; face-problems with multy-tty, Davis Herring, 2007/09/24