From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62219 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: defcustom :version Date: Sun, 12 Mar 2006 07:47:16 -0500 Message-ID: References: <15499.1142047137@olgas.newt.com> <200603110447.k2B4lbt10750@raven.dms.auburn.edu> <9584.1142109654@olgas.newt.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1142167670 21645 80.91.229.2 (12 Mar 2006 12:47:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Mar 2006 12:47:50 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 12 13:47:49 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 1FIPz5-0006u8-J6 for ged-emacs-devel@m.gmane.org; Sun, 12 Mar 2006 13:47:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FIPz4-0008Gh-Nv for ged-emacs-devel@m.gmane.org; Sun, 12 Mar 2006 07:47:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FIPyg-0008Fl-8y for emacs-devel@gnu.org; Sun, 12 Mar 2006 07:47:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FIPyf-0008FE-G2 for emacs-devel@gnu.org; Sun, 12 Mar 2006 07:47:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FIPyf-0008F7-A6 for emacs-devel@gnu.org; Sun, 12 Mar 2006 07:47:17 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FIQ2P-0000Mz-Dq for emacs-devel@gnu.org; Sun, 12 Mar 2006 07:51:09 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FIPye-0003zu-D7; Sun, 12 Mar 2006 07:47:16 -0500 Original-To: Bill Wohler In-reply-to: <9584.1142109654@olgas.newt.com> (message from Bill Wohler on Sat, 11 Mar 2006 12:40:54 -0800) 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:51519 gmane.emacs.gnus.general:62219 Archived-At: 3. Refactor customize-changed to accept two new optional arguments which is the prefix of the package and the version symbol to use ('custom-version by default). I don't like that idea, because I don't want to expose version numbers of parts of Emacs to the user. What could be acceptable is to have :package-version for use in defcustom, and provide a table to translate that into Emacs versions, so that customize-changed can deduce from :package-version which options have changed since the previous Emacs release.