emacs-devel
[Top][All Lists]
Advanced

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

RE: Invalid face reference


From: Drew Adams
Subject: RE: Invalid face reference
Date: Wed, 19 Nov 2008 14:40:56 -0800

> In '*Messages*' buffer I have:
>   Invalid face reference: quote [11 times]
> What causes it? How could I debug this error?

[Please use plain text, not HTML, for this mailing list.]

Sounds like some code you evaluate (e.g. load via .emacs) is trying to treat
`quote' as a face. Look for some code involving faces that might have an extra
single-quote character: 'my-face or '(my-face...) instead of just my-face or
(my-face...).





reply via email to

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