From xemacs-m  Wed Aug 20 07:50:44 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 HAA18903
	for <xemacs-beta@xemacs.org>; Wed, 20 Aug 1997 07:50:43 -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 OAA26969; Wed, 20 Aug 1997 14:45:56 +0200
Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id OAA22462; Wed, 20 Aug 1997 14:50:40 +0200
To: XEmacs BETA <xemacs-beta@xemacs.org>
Subject: Re: [patch] info fix, stringp nil: prim/packages.el
References: <199708191236.FAA13597@bittersweet.inetarena.com> <m2iux29cz3.fsf@altair.xemacs.org> <87zpqdrwhc.fsf@bittersweet.inetarena.com>
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: 20 Aug 1997 14:50:40 +0200
In-Reply-To: karlheg@inetarena.com's message of "20 Aug 1997 03:15:43 -0700"
Message-ID: <rjpvr9t3vj.fsf@zuse.dina.kvl.dk>
Lines: 10
X-Mailer: Gnus v5.4.64/Emacs 19.34
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


karlheg@inetarena.com (Karl M. Hegbloom) writes:

> Q: Is there a way to make customize-variable reverse the list before
> display and again prior to saving the setting, so that internally,
> it's in the correct order?

You can use `:value-to-internal' and `:value-to-external' in type
specification to reverse the list.  See the definition of
`gnus-visible-headers' in `gnus-art.el' for an example.

