emacs-devel
[Top][All Lists]
Advanced

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

Re: Global Font Lock by default


From: Stefan Monnier
Subject: Re: Global Font Lock by default
Date: Mon, 31 Oct 2005 17:21:54 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> !      (:inherit default))

Inheriting from default is rarely what you want to do.  Here it's just
a workaround.  The only case I can think of where it makes sense to inherit
from `default' is in cases where you want this face to override the effects
of other faces, e.g. if you want to override the background color of the
header-line on some part of the header-line text, you can place on that text
a face that inherits from `default'.


        Stefan




reply via email to

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