From xemacs-m  Tue Jul  1 00:54:19 1997
Received: from iria.mines.u-nancy.fr (galibert@iria.mines.u-nancy.fr [193.49.140.100])
	by xemacs.org (8.8.5/8.8.5) with SMTP id AAA01341
	for <xemacs-beta@xemacs.org>; Tue, 1 Jul 1997 00:54:18 -0500 (CDT)
Received: (from galibert@localhost) by iria.mines.u-nancy.fr (950413.SGI.8.6.12/950213.SGI.AUTOCF) id HAA05854; Tue, 1 Jul 1997 07:53:09 +0200
Message-ID: <19970701075309.18225@iria.mines.u-nancy.fr>
Date: Tue, 1 Jul 1997 07:53:09 +0200
From: Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
To: Xemacs-beta ML <xemacs-beta@xemacs.org>
Subject: Weirdnesses with faces
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.74

I'm hacking around trying to find the cause for my failure,
and ended up debug_print()ing parameters passed to Fsignal.

While doing this, I saw some interesting signalling from
faces on loadup, which probably have something to do with
the crash of temacs -l loadup. All are Qerror:

("Face-boolean instantiator must be nil, t, or vector" (global . t))
("Face-boolean instantiator must be nil, t, or vector" global)
("Invalid color instantiator" ((color) . "red"))
("Invalid color instantiator" ((color) . "green"))
("Invalid color instantiator" ((color) . "blue"))
("Invalid color instantiator" ((color) . "yellow"))
("Face-boolean instantiator must be nil, t, or vector" (global (tty) . t))
("Face-boolean instantiator must be nil, t, or vector" global)
("Face-boolean instantiator must be nil, t, or vector" ((tty) . t))
("Face-boolean instantiator must be nil, t, or vector" (global (tty) . t))
("Face-boolean instantiator must be nil, t, or vector" global)
("Face-boolean instantiator must be nil, t, or vector" ((tty) . t))
("Face-boolean instantiator must be nil, t, or vector" (global (tty) . t))
("Face-boolean instantiator must be nil, t, or vector" global)
("Face-boolean instantiator must be nil, t, or vector" ((tty) . t))
("Face-boolean instantiator must be nil, t, or vector" (global (tty) . t))
("Face-boolean instantiator must be nil, t, or vector" global)
("Face-boolean instantiator must be nil, t, or vector" ((tty) . t))
("Face-boolean instantiator must be nil, t, or vector" (global (tty) . t))
("Face-boolean instantiator must be nil, t, or vector" global)
("Face-boolean instantiator must be nil, t, or vector" ((tty) . t))
("Face-boolean instantiator must be nil, t, or vector" (global (tty) . t))
("Face-boolean instantiator must be nil, t, or vector" global)
("Face-boolean instantiator must be nil, t, or vector" ((tty) . t))
("Face-boolean instantiator must be nil, t, or vector" (global (tty) . t))
("Face-boolean instantiator must be nil, t, or vector" global)
("Face-boolean instantiator must be nil, t, or vector" ((tty) . t))
("Face-boolean instantiator must be nil, t, or vector" (global (tty) . t))
("Face-boolean instantiator must be nil, t, or vector" global)
("Face-boolean instantiator must be nil, t, or vector" ((tty) . t))
("Face-boolean instantiator must be nil, t, or vector" (global (tty) . t))
("Face-boolean instantiator must be nil, t, or vector" global)
("Face-boolean instantiator must be nil, t, or vector" ((tty) . t))
("Face-boolean instantiator must be nil, t, or vector" (global (tty) . t))
("Face-boolean instantiator must be nil, t, or vector" global)
("Face-boolean instantiator must be nil, t, or vector" ((tty) . t))

  OG.

