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: defvar -> defcustom Date: Sun, 10 Oct 2004 19:58:55 -0500 (CDT) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200410110058.i9B0wt212953@raven.dms.auburn.edu> References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1097456426 14624 80.91.229.6 (11 Oct 2004 01:00:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Oct 2004 01:00:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 11 03:00:17 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 1CGoXx-0001G0-00 for ; Mon, 11 Oct 2004 03:00:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGoer-00051h-Rg for ged-emacs-devel@m.gmane.org; Sun, 10 Oct 2004 21:07:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CGoel-00051O-0P for emacs-devel@gnu.org; Sun, 10 Oct 2004 21:07:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CGoej-00050k-Qn for emacs-devel@gnu.org; Sun, 10 Oct 2004 21:07:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGoej-00050a-NL for emacs-devel@gnu.org; Sun, 10 Oct 2004 21:07:17 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CGoXd-0002HA-KO for emacs-devel@gnu.org; Sun, 10 Oct 2004 20:59:57 -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 i9B0xriU014381; Sun, 10 Oct 2004 19:59:53 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id i9B0wt212953; Sun, 10 Oct 2004 19:58:55 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: Reiner.Steib@gmx.de In-reply-to: (message from Reiner Steib on Sat, 09 Oct 2004 15:24:05 +0200) 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:28208 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28208 Reiner Steib wrote: BTW, which :version should be added to variables that have been there for a long time, but have been made customizable, say for 21.4? I had the same problem when I converted `query-replace-interactive', a ten year old variable, to a defcustom. I decided not to add a `:version "21.4"' and sent a message to emacs-devel saying that I had not done so and asking whether that was OK. Nobody complained. Sincerely, Luc.