From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38427 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: message-subject-re Date: Wed, 29 Aug 2001 21:51:45 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174291 22333 80.91.224.250 (21 Oct 2002 04:24:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:24:51 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 8951 invoked from network); 29 Aug 2001 19:52:19 -0000 Original-Received: from dolk.extundo.com (195.42.214.242) by gnus.org with SMTP; 29 Aug 2001 19:52:19 -0000 Original-Received: from barbar.josefsson.org (slipsten.extundo.com [195.42.214.241]) (authenticated) by dolk.extundo.com (8.11.6/8.11.6) with ESMTP id f7TJqQh25531 for ; Wed, 29 Aug 2001 21:52:26 +0200 Original-To: ding@gnus.org In-Reply-To: (Simon Josefsson's message of "Wed, 29 Aug 2001 21:33:19 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Mail-Copies-To: nobody Original-Lines: 16 Xref: main.gmane.org gmane.emacs.gnus.general:38427 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38427 Simon Josefsson writes: > + :type '(radio (function-item message-strip-subject-re) > + (function-item message-strip-list-identifiers) > + (repeat :tag "List of functions" function))) This :type isn't perfect, replacing `radio' with `checklist' would be better (if `checklist' existed..), but the following seem to be as close as you can get: :type '(repeat :tag "List of functions" function)) Wouldn't it be nice if the `function' behaved like `function-item' and displayed the documentation for the function currently entered? (Maybe there is a Custom list for this..)