The string "Invalid or undefined bitmap" is output by line #1193 in
xfaces.c in function load_pixmap():
add_to_log ("Invalid or undefined bitmap %s", name, Qnil);
What is the value of NAME there? It should be a string, and I wonder
why the string does not appear in the message.
Basically, the two questions are
1. Why and how did it get here? (Because the bug is probably BEFORE
it gets here.)
2. Why did the error message fail to state a name?
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug