From xemacs-m  Tue Aug 26 11:47:53 1997
Received: from inf.enst.fr (CftS/dlW8gqNTnhSMJStqIEMGKnRHiwx@inf.enst.fr [137.194.2.81])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA24344
	for <xemacs-beta@xemacs.org>; Tue, 26 Aug 1997 11:47:50 -0500 (CDT)
Received: from metheny.enst.fr (metheny.enst.fr [137.194.160.27])
          by inf.enst.fr (8.8.4/8.8.4) with ESMTP
	  id SAA02641 for <xemacs-beta@xemacs.org>; Tue, 26 Aug 1997 18:47:38 +0200 (MET DST)
Received: (from verna@localhost)
          by metheny.enst.fr (8.8.4/8.8.4)
	  id SAA07912; Tue, 26 Aug 1997 18:47:34 +0200 (MET DST)
To: xemacs-beta@xemacs.org
Subject: bug in customize
X-Attribution: DV
X-Url: http://www-inf.enst.fr/~verna/
From: Didier Verna <verna@inf.enst.fr>
X-Face: |j}\)O|k##MrRz#VK$Jy=0r=3Qc,,a/Tr6*JQbE73dy17]<u3$*$]4O\1|h\|O\EDT9d$n+
 MTB{U&>2YcmW$9Z&H21e}#~#pgc>dn(is5Bv1l!{1re+Q9suKIOUmOqZs2>QMxHlR;;}kaGYA@HR3D
 C6
X-Face: 6o|eiKqaHN.ANh8HXDzntcWUOCg\]RsOd.ctvm~*y}Y^R&*a+Co,\s#=HWsw3x$b_n2kJ#g
 (7u?J^@^xP)f,jUF|0Z'J:|G/bMA5O12*b,7`-Q`=pKsCRIpso07.Y>YB2H{7`?u&yh;C_ZtLHfj<!
 $J=.i&Al'?,ax]MZd4tcm)_wF3$n*:f/lgS.;?Jr3T;Fl^q<qP**'tw
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 26 Aug 1997 18:47:34 +0200
Message-ID: <qyj67ssopqx.fsf@metheny.enst.fr>
Lines: 26
X-Mailer: Gnus v5.4.65/XEmacs 20.3(beta18) - "Bratislava"


XEmacs 20.3 "Bratislava" [Lucid] (sparc-sun-solaris2.5, Mule)

	Hi again.

	There seems to be a bug in customize: when you edit something,
say a face, clicking on the [State] button gives you a popup menu. The 
entry called "Save for future sessions" doesn't actually write
options.el and the customized variable isn't "saved for future
sessions".

This menu button calls the function custom-variable-save. The point is 
that I don't know wether this function is bugged, or this is not the
good function to call because its help string doesn't speak about any
saving functionality:

(defun custom-variable-save (widget)
  "Set the default value for the variable being edited by WIDGET."

Well, looks like the same help string as for custom-variable-set ;-)

--
    /     /   _   _       Didier Verna        http://www-inf.enst.fr/~verna/
 - / / - / / /_/ /      E.N.S.T. INF C214        mailto:verna@inf.enst.fr
/_/ / /_/ / /__ /        46 rue Barrault        Tel.   (33) 01 45 81 80 72
                      75634 Paris  cedex 13

