From xemacs-m  Thu Jul 17 20:46:02 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id UAA28585
	for <xemacs-beta@xemacs.org>; Thu, 17 Jul 1997 20:46:00 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.6/8.8.6) id SAA01672;
	Thu, 17 Jul 1997 18:49:10 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: customize string value bug
References: <rwxen8xir60.fsf@kopernik.npac.syr.edu>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: `'%\i;ySOu]g?NlziJSk_$&@]KP`}~PEQPjZ5;nxSaDW_o$4+4%Ab]%Ifw3ZR;7TIT3,O,'
 @2{L;]ox6kc;$_5kU'n**9vFg-]eV~GbxSVCx|(s%uR[],*:^WKmC`B}(;|k9/m]gwt?&`t;^rfCJg
 khHH>pP1W\)xM0U@!FNDD72{3fDP$PkBhx^7Z?-WxH6DbFN:QOnT`llzW}VGdYv;n9lzljQvKTIBhQ
 YuV
X-Attribution: sb
From: Steven L Baur <steve@xemacs.org>
In-Reply-To: Remek Trzaska's message of "17 Jul 1997 12:23:19 -0400"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 17 Jul 1997 18:49:09 -0700
Message-ID: <m2bu41cep6.fsf@altair.xemacs.org>
Lines: 13
X-Mailer: Gnus v5.4.63/XEmacs 20.3(beta14) - "Vienna"

Remek Trzaska <remek@npac.syr.edu> writes:

> M-x customize-apropos gnus-no-group-message

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

Position the cursor onto the `No news is no news' string and hit
M-: (nth 11 (extent-properties (extent-at (point))))

It starts out:
(string :to #<marker at 408 in *Customize Option: Gnus No Groups Message*> :from #<marker at 388 in *Customize Option: Gnus No Groups Message*> :field-overlay #<extent [389, 408] local-map keymap field overlay 0x88cdc2c in buffer *Customize Option: Gnus No Groups Message*> :indent 0 :parent (custom-variable :to #<marker at 556 in *Customize Option: Gnus No Groups Message*> :from #<marker at 363 in *Customize Option: Gnus No Groups Message*> :children ((string :to #<marker at 408 in *Customize Option: Gnus No Groups Message*> ...

