[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: e and pi
From: |
Chong Yidong |
Subject: |
Re: e and pi |
Date: |
Thu, 16 Sep 2010 18:54:17 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
> So I intend to do the following:
> - in Emacs-23.3, define `e', `float-e', `pi', and `float-pi' and declare
> `e' and `pi' obsolete, but without a make-obsolete-variable
> (i.e. only in NEWS and in docstrings).
> - in Emacs-24 keep float-e and float-pi but get rid of `e' and `pi'.
>
> Can anyone think of a better solution?
I don't like the idea of `float-e' and `float-pi'.
What is the problem with dynamically scoping `e' and `pi'? If it's only
the compiler warning, we can give the compiler a whitelist of variables
not to complain about.