emacs-devel
[Top][All Lists]
Advanced

[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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]