all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Invalid face reference
@ 2008-11-19 22:28 Francesc Rocher
  2008-11-19 22:40 ` Drew Adams
  0 siblings, 1 reply; 2+ messages in thread
From: Francesc Rocher @ 2008-11-19 22:28 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 144 bytes --]

Hi,

In '*Messages*' buffer I have:

      Invalid face reference: quote [11 times]

What causes it?
How could I debug this error?

-- Francesc

[-- Attachment #2: Type: text/html, Size: 212 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: Invalid face reference
  2008-11-19 22:28 Invalid face reference Francesc Rocher
@ 2008-11-19 22:40 ` Drew Adams
  0 siblings, 0 replies; 2+ messages in thread
From: Drew Adams @ 2008-11-19 22:40 UTC (permalink / raw)
  To: 'Francesc Rocher', emacs-devel

> 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...).





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-19 22:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-19 22:28 Invalid face reference Francesc Rocher
2008-11-19 22:40 ` Drew Adams

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.