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

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

Re: Problem with disappearing "table-cell" face.


From: Stefan Monnier
Subject: Re: Problem with disappearing "table-cell" face.
Date: Wed, 27 Mar 2019 08:00:23 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> Is this normal behaviour, do modes with syntax highlighting
> override(?) faces from other environment like table?

Yes: font-lock takes over control of the `face` property.
Modes which don't want their faces erased by font-lock can use the
`font-lock-face` property instead.


        Stefan




reply via email to

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