[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: e
From: |
Random832 |
Subject: |
Re: e |
Date: |
Thu, 29 Oct 2015 09:58:19 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Jean-Christophe Helary <address@hidden> writes:
> yes, but I was doing tests in ielm and I'm pretty sure I did not type
> float-e. It was clearly e, and after seeing e evaluated, I tried pi
> (which worked then and works still).
(describe-variable 'pi) says it's "Obsolete since Emacs-23.3".
The actual removal of e is here:
http://git.savannah.gnu.org/cgit/emacs.git/commit?id=993687
And it was marked obsolete here:
http://git.savannah.gnu.org/cgit/emacs.git/commit?id=9e0d4f
But you can see from the comments that the writing was always in the
wall, since here:
http://git.savannah.gnu.org/cgit/emacs.git/commit?id=9a0fc3
>+;; It's too inconvenient to make `e' a constant because it's used as
>+;; a temporary variable all the time.
- e, Jean-Christophe Helary, 2015/10/29
- Re: e, Andreas Schwab, 2015/10/29
- Re: e, Jean-Christophe Helary, 2015/10/29
- Re: e,
Random832 <=
- Re: e, Jean-Christophe Helary, 2015/10/30
- Re: e, Stephen J. Turnbull, 2015/10/31
- Re: e, Random832, 2015/10/31
- Re: e, Jean-Christophe Helary, 2015/10/31
- Re: e, Xue Fuqiao, 2015/10/31
- RE: e, Drew Adams, 2015/10/29