From xemacs-m  Tue Apr 15 07:55:27 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 HAA22804
	for <xemacs-beta@xemacs.org>; Tue, 15 Apr 1997 07:55:26 -0500 (CDT)
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 OAA03651; Tue, 15 Apr 1997 14:55:07 +0200
Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id OAA11644; Tue, 15 Apr 1997 14:55:19 +0200
Sender: abraham@dina.kvl.dk
To: xemacs-beta@xemacs.org, emacs-custom@sunsite.auc.dk
Subject: Re: Specifiers in custom
References: <kigzpv3xjqu.fsf@jagor.srce.hr> <rj912mj446.fsf@zuse.dina.kvl.dk> <kigiv1qyjyr.fsf@jagor.srce.hr> <rjzpv2ho21.fsf@zuse.dina.kvl.dk> <kigohbgh9t8.fsf@jagor.srce.hr> <rj912kfu45.fsf@zuse.dina.kvl.dk> <kign2r0h6z5.fsf@jagor.srce.hr> <rj67xofpjo.fsf@zuse.dina.kvl.dk>
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: 15 Apr 1997 14:55:19 +0200
In-Reply-To: Per Abrahamsen's message of 15 Apr 1997 14:17:47 +0200
Message-ID: <rjzpv0e98o.fsf@zuse.dina.kvl.dk>
Lines: 12
X-Mailer: Gnus v5.4.37/Emacs 19.34
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


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

> - How about initialization?  If the user saves an option with a :set
>   or :get argument, should the file with the defcustom then be
>   loaded at upstart to get at them?  Or should the get/set functions
>   be saved in the users .emacs file?

I forgot that custom usually don't set saved options until the
declaration is found, so this is not really a problem.

I'll need to think a little about the namespace problem.

