From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.bugs Subject: Re: [21.2]: M-x customize-group offers non-groups for customisation Date: 11 Apr 2002 14:06:17 -0400 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <5lvgay6rfq.fsf@rum.cs.yale.edu> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1018665441 2322 127.0.0.1 (13 Apr 2002 02:37:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 13 Apr 2002 02:37:21 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16wDPl-0000bL-00 for ; Sat, 13 Apr 2002 04:37:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16wDPl-0004BV-00; Fri, 12 Apr 2002 22:37:21 -0400 Original-Received: from dimail.epfl.ch ([128.178.79.31]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16wDMO-0003x3-00 for ; Fri, 12 Apr 2002 22:33:52 -0400 Original-Received: from dinews.epfl.ch (news@disunds1 [128.178.79.23]) by dimail.epfl.ch (8.8.X/EPFL-8.1g) with SMTP id EAA01180 for ; Sat, 13 Apr 2002 04:33:50 +0200 (MET DST) Original-To: gnu-emacs-bug@gnu.org Original-Newsgroups: gnu.emacs.bug Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 X-Original-NNTP-Posting-Host: rum.cs.yale.edu X-Original-Trace: 11 Apr 2002 14:06:17 -0400, rum.cs.yale.edu Original-Path: rum.cs.yale.edu!rum.cs.yale.edu Original-NNTP-Posting-Host: liasun13.epfl.ch X-Original-NNTP-Posting-Host: liasun13.epfl.ch Original-X-Trace: 13 Apr 2002 04:33:42 +0100, liasun13.epfl.ch Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:628 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:628 >>>>> "Marshall," == Marshall, Simon writes: > where auto-compression-mode has a non-nil custom-loads property (its > custom-group property is nil). > How hard is it to make custom only offer genuine groups? Presumably too > hard. Couldn't we decide that the `custom-loads' property should only contain a list of elements if the object is a group, otherwise it should just contain a single string (or symbol). After all, why should a `defcustom' require loading of more than a single file/feature ? Stefan