From xemacs-m  Thu Apr  3 17:04:29 1997
Received: from corona.pixar.com (corona.pixar.com [138.72.20.84])
	by xemacs.org (8.8.5/8.8.5) with SMTP id RAA29577
	for <xemacs-beta@xemacs.org>; Thu, 3 Apr 1997 17:04:29 -0600 (CST)
Received: by corona.pixar.com (Smail3.1.29.1 #2)
	id m0wCvX0-0001apC; Thu, 3 Apr 97 15:02 PST
Sender: retnuh@pixar.com (Hunter Kelly)
Sender: retnuh@corona
To: Per Abrahamsen <abraham@dina.kvl.dk>
Cc: Kyle Jones <kyle_jones@wonderworks.com>, xemacs-beta@xemacs.org
Subject: Re: migrating from .xemacs-options to customize
References: <199703280336.UAA20369@branagh.ta52.lanl.gov> 	<rjiv2c5pnv.fsf@zuse.dina.kvl.dk> 	<199703281643.JAA21648@branagh.ta52.lanl.gov> 	<rjd8sj517y.fsf@zuse.dina.kvl.dk> <QQciwv29198.199703290016@crystal.WonderWorks.COM> <rjragz2dws.fsf@zuse.dina.kvl.dk>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
From: Hunter Kelly <retnuh@corona.pixar.com>
Date: 03 Apr 1997 15:02:57 -0800
In-Reply-To: Per Abrahamsen's message of 29 Mar 1997 12:25:23 +0200
Message-ID: <yvt4tdn7lr2.fsf@corona.pixar.com>
Lines: 22
X-Mailer: Gnus v5.4.37/XEmacs 19.15(beta104)

Looks like I didn't read enough of the thread.

I have the function(s) that Kyle describes.  Just doesn't work for
backgrounds and inherited stuff.

Hunter

Per Abrahamsen <abraham@dina.kvl.dk> writes:

> Kyle Jones <kyle_jones@wonderworks.com> writes:
> 
> > How hard could it be?  What we need is something that takes a face as
> > an argument and generates the spec list that custom-set-faces wants.
> 
> Yes.
> 
> > We then declare all the relevant faces with custom-declare-face, call
> > custome-set-faces with this list and then call whatever the custom
> > save function is.  Yes?
> 
> No.  That is not the way to do it, but if you have the function you
> described above, the rest would be easy.

