bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#5502: compile.el uses non-mode-line faces in the mode line


From: Stefan Monnier
Subject: bug#5502: compile.el uses non-mode-line faces in the mode line
Date: Mon, 01 Feb 2010 10:54:34 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

> Here is invtest.el:

> (setq compilation-mode-hook 'k-inverse-video-hook)
> (defun k-inverse-video-hook ()
>   (set-face-attribute 'compilation-info    nil :inverse-video nil)
>   (set-face-attribute 'compilation-warning nil :inverse-video nil)
>   (set-face-attribute 'compilation-error   nil :inverse-video nil)
> )

Why do you set inverse-video to nil?  If you set it to `unspecified'
instead, it should work right.


        Stefan






reply via email to

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