From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: defconst Date: Thu, 18 Nov 2004 21:25:38 -0500 Message-ID: References: <200411180021.iAI0LBK00437@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1100831269 2881 80.91.229.6 (19 Nov 2004 02:27:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Nov 2004 02:27:49 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 19 03:27:45 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 1CUyUx-0005ET-00 for ; Fri, 19 Nov 2004 03:27:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUydq-0004KL-1n for ged-emacs-devel@m.gmane.org; Thu, 18 Nov 2004 21:36:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUydg-0004HX-5z for emacs-devel@gnu.org; Thu, 18 Nov 2004 21:36:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUyde-0004GN-Ms for emacs-devel@gnu.org; Thu, 18 Nov 2004 21:36:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUyde-0004Fg-DC for emacs-devel@gnu.org; Thu, 18 Nov 2004 21:36:42 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CUyUH-00079F-K0 for emacs-devel@gnu.org; Thu, 18 Nov 2004 21:27:01 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CUySw-0004CE-SC; Thu, 18 Nov 2004 21:25:38 -0500 Original-To: Luc Teirlinck In-reply-to: <200411180021.iAI0LBK00437@raven.dms.auburn.edu> (message from Luc Teirlinck on Wed, 17 Nov 2004 18:21:11 -0600 (CST)) 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:30058 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30058 I believe it would be better if `defconst' behaved like `defconstant' in CLISP: throw an error if the user or a program tries to change the value through anything else but a second defconst. That is a drastic change, and I see no need for it. Practically speaking, nothing disastrous happens if you change it with setq. There is no need to make it an error. So I will not change this. Please don't suggest such major changes now. Our goal now is to aim for a release. Please let's direct effort at checking the documentation and fixing the bugs listed in FOR-RELEASE, so we can have a release.