From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: constant `e' Date: Fri, 9 Feb 2007 16:19:09 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1171034366 7551 80.91.229.12 (9 Feb 2007 15:19:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Feb 2007 15:19:26 +0000 (UTC) Cc: Emacs-Devel To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 09 16:19:24 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HFXX0-0001B1-VF for ged-emacs-devel@m.gmane.org; Fri, 09 Feb 2007 16:19:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFXX0-0003tV-9x for ged-emacs-devel@m.gmane.org; Fri, 09 Feb 2007 10:19:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HFXWp-0003rX-9C for emacs-devel@gnu.org; Fri, 09 Feb 2007 10:19:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HFXWo-0003q7-KS for emacs-devel@gnu.org; Fri, 09 Feb 2007 10:19:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFXWo-0003pg-Cx for emacs-devel@gnu.org; Fri, 09 Feb 2007 10:19:10 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.239]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HFXWo-00078u-5h for emacs-devel@gnu.org; Fri, 09 Feb 2007 10:19:10 -0500 Original-Received: by wr-out-0506.google.com with SMTP id 68so953555wri for ; Fri, 09 Feb 2007 07:19:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KLYD3BKyWzEHWbckQqADWXJClLfsolLDXlUPBxKnAJGFeHl3XHyhLyMjdbtV6I+KcHn7HMRVCLroE/jLX4dqRIEzrq5DWQPVP/KjzZQZ9OOSNeugE0WvKjEttLZaVIsFIzD7bWHFKwzXDW75DKbgrEqyurMNrWNQ3g04oHZBmVg= Original-Received: by 10.114.72.1 with SMTP id u1mr4915279waa.1171034349190; Fri, 09 Feb 2007 07:19:09 -0800 (PST) Original-Received: by 10.114.234.16 with HTTP; Fri, 9 Feb 2007 07:19:09 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:66172 Archived-At: On 2/9/07, Stefan Monnier wrote: > I discovered the problem thanks to my local hack that makes > `defconst' into immutable variables Aha! :) > but the reason why I propagated this to > the repository is that even tho the current implementation of `defconst' > does not currently make variables immutable, it is its intention. Curious; I was under the idea that having immutable variables in elisp was considered unnecessary. > In any case I completely agree that `e' should be renamed, maybe to > something like `math-e'. Yes. I like this one better than exp1. /L/e/k/t/u