domtronn / spaceline-all-the-icons.el

A Spaceline Mode Line theme using All The Icons for Emacs
MIT License
235 stars 25 forks source link

Invalid face attribute spam #38

Closed wyuenho closed 7 years ago

wyuenho commented 7 years ago

I get a lot of this in my *Messages* buffer:

Invalid face reference: unknown?
Invalid face reference: if
Invalid face attribute :height (\, (spaceline-all-the-icons--height 0.8))
Invalid face reference: `
Invalid face attribute :family (\, (all-the-icons-faicon-family))
Invalid face reference: unknown?
Invalid face reference: if

Any idea what they are?

domtronn commented 7 years ago

Yep, it was coming from the which-function segment, I'd just messed up some of my backquoting in the segment!

Should be all fixed now though 👍