emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

A bug set-face-background


From: 山本和彦
Subject: A bug set-face-background
Date: Thu, 07 Nov 2013 09:39:43 +0900 (JST)

Hi,

Recent changes to Emacs HEAD made set-face-background strange.

The following function sets the foreground of mode-line to "white":

        (set-face-foreground 'mode-line "white")

But then the following function does not set the background of
mode-lien to "white" and turns the foreground to the original.

        (set-face-background 'mode-line "white")

This bug does not exist at least on Nov 1.

--Kazu




reply via email to

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