From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32964 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Checked in improved `mail-sources' :type Date: 25 Oct 2000 16:27:09 +0200 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169158 22695 80.91.224.250 (21 Oct 2002 02:59:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:59:18 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id A608FD049A for ; Wed, 25 Oct 2000 10:14:16 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB15735; Wed, 25 Oct 2000 09:13:19 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 25 Oct 2000 09:12:42 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA01775 for ; Wed, 25 Oct 2000 09:12:29 -0500 (CDT) Original-Received: from sheridan.dina.kvl.dk (sheridan.dina.kvl.dk [130.225.40.227]) by mailhost.sclp.com (Postfix) with ESMTP id CBC6ED049A for ; Wed, 25 Oct 2000 10:12:52 -0400 (EDT) Original-Received: from ssv2.dina.kvl.dk (ssv2.dina.kvl.dk [130.225.40.226]) by sheridan.dina.kvl.dk (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id QAA25430; Wed, 25 Oct 2000 16:12:49 +0200 Original-Received: from abraham by ssv2.dina.kvl.dk with local (Exim 3.12 #1 (Debian)) id 13oRWH-000742-00; Wed, 25 Oct 2000 16:27:09 +0200 Original-To: ding@gnus.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ Original-Lines: 30 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32964 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32964 Please test that M-x customize-option RET mail-sources RET looks reasonable with the latest CVS. It does have a rather complex and long type, so I can easily have made an error. PS: Someone wrote (in the old :type): ;; This specification should be tidied up, particularly to avoid ;; constant items appearing. (Perhaps there's scope for improvment ;; in the widget code.) The trick is to use :format "" to make invisible entries. Also, checklist :greedy t is a great way to present something that is essentially an property list with a fixed set of properties (if we want to allow arbitrary properties, the `plist' widget is even better. Hmm... Maybe using `plist' would be better in any case, it would make the customization type more robust over unknown properties. The command `M-x widget-browse RET' is good for examining the properties of the widgets you use. It is particularly nice for inspecting the :format value.