From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62448 Path: news.gmane.org!not-for-mail From: Bill Wohler Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: defcustom :version Date: Thu, 30 Mar 2006 09:28:58 -0800 Organization: Newt Software Message-ID: <1666.1143739738@olgas.newt.com> References: <15499.1142047137@olgas.newt.com> <200603110447.k2B4lbt10750@raven.dms.auburn.edu> <9584.1142109654@olgas.newt.com> <17232.1142195412@olgas.newt.com> <6274.1143596753@olgas.newt.com> <87zmj8zm7x.fsf@olgas.newt.com> <200603300311.k2U3BCa12687@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1143745916 23098 80.91.229.2 (30 Mar 2006 19:11:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Mar 2006 19:11:56 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 30 21:11:54 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FP2Yj-0005um-4O for ged-emacs-devel@m.gmane.org; Thu, 30 Mar 2006 21:11:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FP2Yi-0000sO-In for ged-emacs-devel@m.gmane.org; Thu, 30 Mar 2006 14:11:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FP2YX-0000rS-3r for emacs-devel@gnu.org; Thu, 30 Mar 2006 14:11:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FP2YU-0000pC-DR for emacs-devel@gnu.org; Thu, 30 Mar 2006 14:11:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FP2YU-0000p5-Ap for emacs-devel@gnu.org; Thu, 30 Mar 2006 14:11:38 -0500 Original-Received: from [207.69.195.65] (helo=pop-scotia.atl.sa.earthlink.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FP2ai-0005nk-NR for emacs-devel@gnu.org; Thu, 30 Mar 2006 14:13:56 -0500 Original-Received: from h-68-166-37-206.snvacaid.dynamic.covad.net ([68.166.37.206] helo=olgas.newt.com) by pop-scotia.atl.sa.earthlink.net with esmtp (Exim 3.36 #10) id 1FP2YN-0000cU-00; Thu, 30 Mar 2006 14:11:31 -0500 Original-Received: by olgas.newt.com (Postfix, from userid 1000) id 5C72E16FEA; Thu, 30 Mar 2006 09:28:58 -0800 (PST) Original-Received: from olgas.newt.com (localhost [127.0.0.1]) by olgas.newt.com (Postfix) with ESMTP id 586E616F9B; Thu, 30 Mar 2006 09:28:58 -0800 (PST) Original-To: Luc Teirlinck In-reply-to: <200603300311.k2U3BCa12687@raven.dms.auburn.edu> Comments: In-reply-to Luc Teirlinck message dated "Wed, 29 Mar 2006 21:11:12 -0600." X-Mailer: MH-E 7.93+cvs; nmh 1.1; GNU Emacs 22.0.50.19 X-Image-URL: http://www.newt.com/wohler/images/bill-diving.png Mail-Followup-To: emacs-devel@gnu.org, ding@gnus.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:52226 gmane.emacs.gnus.general:62448 Archived-At: Luc Teirlinck wrote: > The problem is that the :version for > `foo' gets stored in the custom-version property of the symbol 'foo. > But `foo' could be two or three of a customizable variable, a custom > group and a face. I didn't realize that a face could have a version as the defface docstring doesn't indicate it. Sure enough, defface, as well as defgroup, call custom-handle-all-keywords so :version is supported. Why then, are not all the keywords documented in all three macros? -- Bill Wohler http://www.newt.com/wohler/ GnuPG ID:610BD9AD Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian! If you're passed on the right, you're in the wrong lane.