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

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

bug#24006: 24.5; w3 package create a nil face


From: 刘湃
Subject: bug#24006: 24.5; w3 package create a nil face
Date: Sat, 16 Jul 2016 21:26:59 +0800

In `w3` package the file `w3-display.el` create a *nil* face.

`(defvar w3-display-nil-face (w3-make-face nil "Stub face... don't ask."
t))`

This make `(facep nil)` not work properly, cause package `pos-tip` 's
function `pos-tip-show' unable to build the correct face when parameter
`tip-color' is *nil*.

reply via email to

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