From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: e and pi Date: Thu, 16 Sep 2010 22:44:43 +0800 Message-ID: <8762y53fz8.fsf@home.jasonrumney.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284659638 28477 80.91.229.12 (16 Sep 2010 17:53:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Sep 2010 17:53:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 16 19:53:57 2010 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.69) (envelope-from ) id 1OwIeh-0006Cu-Ss for ged-emacs-devel@m.gmane.org; Thu, 16 Sep 2010 19:53:56 +0200 Original-Received: from localhost ([127.0.0.1]:49395 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwGL1-0002Ro-GU for ged-emacs-devel@m.gmane.org; Thu, 16 Sep 2010 11:25:27 -0400 Original-Received: from [140.186.70.92] (port=53108 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwGGa-00059p-Is for emacs-devel@gnu.org; Thu, 16 Sep 2010 11:21:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OwFhl-0005eS-EP for emacs-devel@gnu.org; Thu, 16 Sep 2010 10:44:59 -0400 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:50207) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OwFhl-0005dh-9E for emacs-devel@gnu.org; Thu, 16 Sep 2010 10:44:53 -0400 Original-Received: by pwj6 with SMTP id 6so1052419pwj.0 for ; Thu, 16 Sep 2010 07:44:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:from:to:cc :subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=l9IFTfI0OJTXT5zszg4v60GpXj9rnAhSxg3cudMQMTw=; b=LL0CPjcpmVqFgBfl1bJebzdRdGb76BSjV53WAvIjxfJ9ev5OE6OrTo/iLpAkp5/1hv yO1bbK85Bi7Mo93PglWxXwjx+EonXnlz5wM6C+/t4JEeulb8Gdqts8v5c+e/O6NYlHuj fARKJtFTDxYrliYdSj4vssYSxs8xDeHG+HWD0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=ipI6QUf/uXUBSogumdkgU3RYo9YHv+u96yaIvlJlBSBAwnt9X68SyzJxDCPxng28hZ /Lo320RyFkn46a35BDQYbAQyk8LRfZZdpQ7YWc9Tge6tNIJvclfC+UUwjplJRntbToc1 CH+TT1ndYfvPEuNgFTMtd4iKIQ6pASn8o8ZHw= Original-Received: by 10.142.3.41 with SMTP id 41mr2921259wfc.71.1284648288638; Thu, 16 Sep 2010 07:44:48 -0700 (PDT) Original-Received: from home.jasonrumney.net ([202.87.221.130]) by mx.google.com with ESMTPS id c14sm1429247wfe.14.2010.09.16.07.44.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 16 Sep 2010 07:44:47 -0700 (PDT) Original-Received: by home.jasonrumney.net (Postfix, from userid 1000) id 7068CF08; Thu, 16 Sep 2010 22:44:43 +0800 (MYT) In-Reply-To: (Stefan Monnier's message of "Thu, 16 Sep 2010 15:25:57 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:130259 Archived-At: Stefan Monnier writes: > Now, we have a lot of offending (defvar ) in Emacs currently, so we > will want to fix them, and to get things started, we want to fix the two > predefined float constants `e' and `pi'. They shouldn't be defvars at all. They are constants.