From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Default custom group Date: Wed, 18 May 2005 01:20:39 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1116425820 20811 80.91.229.2 (18 May 2005 14:17:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 May 2005 14:17:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 18 16:16:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYPJf-0001Jw-1A for ged-emacs-devel@m.gmane.org; Wed, 18 May 2005 16:14:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYPM6-0003IU-RU for ged-emacs-devel@m.gmane.org; Wed, 18 May 2005 10:17:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DYHMF-0006g0-Jz for emacs-devel@gnu.org; Wed, 18 May 2005 01:44:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DYHME-0006fe-Fz for emacs-devel@gnu.org; Wed, 18 May 2005 01:44:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYHKs-0005e4-OZ for emacs-devel@gnu.org; Wed, 18 May 2005 01:43:14 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DYH7R-0003Bc-F7 for emacs-devel@gnu.org; Wed, 18 May 2005 01:29:21 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DYGz1-0003eZ-AL; Wed, 18 May 2005 01:20:39 -0400 Original-To: Katsumi Yamaoka In-reply-to: (message from Katsumi Yamaoka on Mon, 16 May 2005 14:56:55 +0900) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:37256 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37256 I got many warnings when compiling Gnus. For instance: smime.el:123:1:Warning: defgroup for `smime' fails to specify containing group I think that is a real bug. This group should surely be put in a logical place in the hierarchy. I think there might be customization groups which don't belong to any parent groups except `emacs'. There should not be any such groups, except the first-level groups defined in cus-edit.el specifically for that purpose.