unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* "Invalid face reference" msg logged to *Messages* (but no error)
@ 2009-05-05 18:54 Drew Adams
  2009-05-06  0:12 ` Drew Adams
  0 siblings, 1 reply; 8+ messages in thread
From: Drew Adams @ 2009-05-05 18:54 UTC (permalink / raw)
  To: emacs-devel

In GNU Emacs 23.0.93.1 (i386-mingw-nt5.1.2600) of 2009-05-02 on SOFT-MJASON, I
am seeing this logged to *Messages* at various points, with N = various
integers:

"Invalid face reference: quote [N times]"

Haven't been able to figure out where it's coming from yet. No error is raised
(why not?), so debug-on-error doesn't help. I assume that some code has (quote
foo) where Emacs is expecting just foo, and so it tries to interpret `quote' as
a face. But I haven't been able to track this down, to see if it is a problem
with my code or something else. I haven't noticed this in earlier builds of
Emacs 23 (or in other releases).

The only src directory I have for Emacs 23 dates from 2007. There I see this in
merge_face_ref:

      /* FACE_REF ought to be a face name.  */
      ok = merge_named_face (f, face_ref, to, named_merge_points);
      if (!ok && err_msgs)
	add_to_log ("Invalid face reference: %s", face_ref, Qnil);

Anyone have a clue about this error? Have you seen it?


[FWIW (no doubt unrelated), I've also seen this logged in *Messages*:
"Error during redisplay: (quit)". And of course I too still get this:
"Emergency (alloc): Warning: past 75% of memory limit"]






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

end of thread, other threads:[~2009-05-06 18:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-05 18:54 "Invalid face reference" msg logged to *Messages* (but no error) Drew Adams
2009-05-06  0:12 ` Drew Adams
2009-05-06  1:25   ` Stefan Monnier
2009-05-06  2:29     ` Drew Adams
2009-05-06  3:01       ` Miles Bader
2009-05-06  3:26       ` Stefan Monnier
2009-05-06  5:54         ` Drew Adams
2009-05-06 18:38       ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).