From xemacs-m  Sat Mar  8 04:04:01 1997
Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228])
	by xemacs.org (8.8.5/8.8.5) with SMTP id EAA01460
	for <xemacs-beta@xemacs.org>; Sat, 8 Mar 1997 04:04:00 -0600 (CST)
Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id KAA03035; Sat, 8 Mar 1997 10:53:24 +0100
Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id LAA17444; Sat, 8 Mar 1997 11:02:15 +0100
Sender: abraham@dina.kvl.dk
To: xemacs-beta@xemacs.org
Subject: Re: more fonst madness! [WAS Re: 20.1-b5: Setting fonts?]
References: <199703062143.QAA07193@spacely.icd.teradyne.com> 	<m3afog31we.fsf@jens.metrix.de> <199703071540.KAA05372@anthem.CNRI.Reston.Va.US> <yvtybbz82il.fsf@corona.pixar.com> <m24tenvv2t.fsf@altair.xemacs.org> <yvtvi737xh7.fsf_-_@corona.pixar.com>
Organization: The Church of Emacs
X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM<U{B+4e{k79.Ya{~':DblFPCg$
 @60,BfLv2@SKZ19cMWK0/C'v;tM:|6B'R}U1rp6CL&kN({9<zF/V{:JCg27yC)9oZjeqcQawzKfiNL
 t9}`vjmK["dRQC/qGFQq"%u|Q`:6{"Rz}b(dnl_"3$Jtqimi>|8MBp/
From: Per Abrahamsen <abraham@dina.kvl.dk>
Date: 08 Mar 1997 11:02:15 +0100
In-Reply-To: Hunter Kelly's message of 07 Mar 1997 21:40:20 -0800
Message-ID: <rjendqvh08.fsf@zuse.dina.kvl.dk>
Lines: 13
X-Mailer: Gnus v5.4.17/Emacs 19.34
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


Hunter Kelly <retnuh@corona.pixar.com> writes:

> +		      (if (not (or (get face 'saved-face)

Prevents edit-faces from saving faces that have also been explicitly
modified and saved by the user with customize.  Obviously a good
thing.

> +				   (get face 'factory-face)))

Prevents edit-faces from saving any face that has been declared with
the `defface' macro.  I'm not sure what the benefit of this will be.

