From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: missing Custom :versions Date: Sat, 30 Oct 2004 15:57:32 -0500 (CDT) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200410302057.i9UKvWM03308@raven.dms.auburn.edu> References: <20041030183945.IOIU44.mxfep02.bredband.com@coolsville.localdomain> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099169891 4783 80.91.229.6 (30 Oct 2004 20:58:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Oct 2004 20:58:11 +0000 (UTC) Cc: fx@gnu.org, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 30 22:57:58 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CO0IQ-0007eg-00 for ; Sat, 30 Oct 2004 22:57:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CO0QL-000626-AF for ged-emacs-devel@m.gmane.org; Sat, 30 Oct 2004 17:06:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CO0QE-0005yY-Bl for emacs-devel@gnu.org; Sat, 30 Oct 2004 17:06:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CO0QD-0005xg-IM for emacs-devel@gnu.org; Sat, 30 Oct 2004 17:06:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CO0QD-0005xO-GI for emacs-devel@gnu.org; Sat, 30 Oct 2004 17:06:01 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CO0IC-0000iF-48; Sat, 30 Oct 2004 16:57:44 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i9UKvhFu029806; Sat, 30 Oct 2004 15:57:43 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id i9UKvWM03308; Sat, 30 Oct 2004 15:57:32 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: jan.h.d@swipnet.se In-reply-to: <20041030183945.IOIU44.mxfep02.bredband.com@coolsville.localdomain> (jan.h.d@swipnet.se) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29188 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29188 Jan D. wrote: Here is a list, it is rather long, 1222 new variables. I guess that this is a list of all new defcustoms, not a list of new defcustoms missing a :version keyword. Note that when looking at this, one has to be careful. From `(elisp)Group Definitions': `:version VERSION' This option specifies that the group was first introduced in Emacs version VERSION. The value VERSION must be a string. Tag the group with a version like this when it is introduced, rather than the individual members (*note Variable Definitions::). In other words, the defcustoms that are defined during the same version as their group should not have a :version keyword. The defgroup should. This is especially relevant for files that are new in "21.4". Sincerely, Luc.