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: Default custom group Date: Sat, 14 May 2005 11:12:38 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1116084078 27188 80.91.229.2 (14 May 2005 15:21:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 May 2005 15:21:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 14 17:21:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DWyRu-0004Gn-Bz for ged-emacs-devel@m.gmane.org; Sat, 14 May 2005 17:21:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DWyTX-0006Be-S2 for ged-emacs-devel@m.gmane.org; Sat, 14 May 2005 11:22:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DWyLn-00005h-ML for emacs-devel@gnu.org; Sat, 14 May 2005 11:14:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DWyLi-0008UY-MR for emacs-devel@gnu.org; Sat, 14 May 2005 11:14:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DWyLh-0008Rv-Qj for emacs-devel@gnu.org; Sat, 14 May 2005 11:14:41 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DWyQv-0003jC-NG for emacs-devel@gnu.org; Sat, 14 May 2005 11:20:05 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DWyJi-0003yb-Td; Sat, 14 May 2005 11:12:38 -0400 Original-To: emacs-devel@gnu.org 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:37129 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37129 While cleaning up etc/NEWS I was reminded that the feature if the default group in defcustom is new in this release. I have never been happy with this default, and the best time to change things is now, before we make a release with it. So I just made the byte compiler warn whenever a custom definition fails to specify a group. At some time in the future we should make them get errors at run time if they don't specify a group, but not right away. This default feature was not documented in the Lisp Manual, so I had no change to make there.