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: Sun, 31 Oct 2004 13:06:01 -0600 (CST) Message-ID: <200410311906.i9VJ61B05801@raven.dms.auburn.edu> References: <20041031185750.YWUJ44.mxfep02.bredband.com@coolsville.localdomain> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099249668 12360 80.91.229.6 (31 Oct 2004 19:07:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2004 19:07:48 +0000 (UTC) Cc: emacs-devel@gnu.org, d.love@dl.ac.uk, rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 31 20:07:39 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 1COL3D-0006Eb-00 for ; Sun, 31 Oct 2004 20:07:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COLBB-0006U4-95 for ged-emacs-devel@m.gmane.org; Sun, 31 Oct 2004 14:15:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1COLAy-0006Tp-I6 for emacs-devel@gnu.org; Sun, 31 Oct 2004 14:15:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1COLAy-0006TZ-2K for emacs-devel@gnu.org; Sun, 31 Oct 2004 14:15:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COLAx-0006TP-WC for emacs-devel@gnu.org; Sun, 31 Oct 2004 14:15:40 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1COL1y-0002Hg-33; Sun, 31 Oct 2004 14:06:22 -0500 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 i9VJ6DFu004156; Sun, 31 Oct 2004 13:06:13 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id i9VJ61B05801; Sun, 31 Oct 2004 13:06:01 -0600 (CST) 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: <20041031185750.YWUJ44.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: , 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: main.gmane.org gmane.emacs.devel:29240 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29240 Jan D. wrote: Okay, I did that, and I've appended the list of symbols that don't have a version or whose group don't have a version. It is only slightly smaller, 834 symbol vs. 1222. First of all, the group does not only need a :version, The :version should be "21.4". Secondly, you must have made a mistake somewhere, because your list contains: help-at-pt-display-when-idle help-at-pt-timer-delay whose :group is help-at-pt and: (defgroup help-at-pt nil "Features for displaying local help." :group 'help :version "21.4")