From xemacs-m  Fri Jul 18 10:39:55 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 KAA08294
	for <xemacs-beta@xemacs.org>; Fri, 18 Jul 1997 10:39:30 -0500 (CDT)
Received: from kolmogorov.dina.kvl.dk (kolmogorov.dina.kvl.dk [130.225.40.209]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id RAA27563; Fri, 18 Jul 1997 17:35:20 +0200
Received: (abraham@localhost) by kolmogorov.dina.kvl.dk (8.6.12/8.6.4) id RAA01688; Fri, 18 Jul 1997 17:38:53 +0200
To: xemacs-beta@xemacs.org
Subject: Re: customize string value bug
References: <rwxen8xir60.fsf@kopernik.npac.syr.edu> <m2bu41cep6.fsf@altair.xemacs.org>
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: 18 Jul 1997 17:38:53 +0200
In-Reply-To: Steven L Baur's message of "17 Jul 1997 18:49:09 -0700"
Message-ID: <rjyb74xtde.fsf@kolmogorov.dina.kvl.dk>
Lines: 21
X-Mailer: Gnus v5.4.62/Emacs 19.34
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Steven L Baur <steve@xemacs.org> writes:

> Remek Trzaska <remek@npac.syr.edu> writes:
> 
> > M-x customize-apropos gnus-no-group-message
                                    ~~~^~~~ i assume an `s' is missing there
> 
> This is reproducible.  

Not by me on XEmacs 20.1.

But try to disable `widget-field-use-before-change'.

> The property list of the string extent looks
> corrupted.  The value of the `field' property is what appears to be a
> circular list.

It is almost always circular, since widgets have both `parent' and
`children' links.  `widget-browse' and `widget-browse-at' allows you
to examine them anyway.

