[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.
- e and pi, Stefan Monnier, 2010/09/16
- Re: e and pi, Deniz Dogan, 2010/09/16
- Re: e and pi, Leo, 2010/09/16
- Re: e and pi, Helmut Eller, 2010/09/16
- Re: e and pi, Jason Rumney, 2010/09/16
- Re: e and pi,
Chong Yidong <=
- Re: e and pi, Deniz Dogan, 2010/09/16
- Re: e and pi, Wojciech Meyer, 2010/09/16
- Re: e and pi, David Kastrup, 2010/09/17
- Re: e and pi, Simon Leinen, 2010/09/17
- Re: e and pi, Helmut Eller, 2010/09/17
- Re: e and pi, Stefan Monnier, 2010/09/17