[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Intervals crash
From: |
Stephen J. Turnbull |
Subject: |
Re: Intervals crash |
Date: |
Fri, 24 Sep 2010 17:52:28 +0900 |
Eli Zaretskii writes:
> If you really need the full range of size_t or EMACS_UINT, there's
> little you can do in practice.
Practically speaking, Emacs doesn't ever *really* need the full range
of size_t, since Lisp can't represent it in a fixnum. It might be
nice to have a way to store them, but you can use conses of fixnums,
floats, or the occasionally-requested bignums for that.
- Intervals crash, Chong Yidong, 2010/09/23
- Re: Intervals crash, Eli Zaretskii, 2010/09/23
- Re: Intervals crash, Stephen J. Turnbull, 2010/09/24
- Re: Intervals crash, Eli Zaretskii, 2010/09/24
- Re: Intervals crash,
Stephen J. Turnbull <=
- Re: Intervals crash, Eli Zaretskii, 2010/09/24
- Re: Intervals crash, Stephen J. Turnbull, 2010/09/25
- Re: Intervals crash, Eli Zaretskii, 2010/09/25
- Re: Intervals crash, Stephen J. Turnbull, 2010/09/25
- Re: Intervals crash, Eli Zaretskii, 2010/09/25
- Re: Intervals crash, Stephen J. Turnbull, 2010/09/26
- Re: Intervals crash, Miles Bader, 2010/09/26
- Re: Intervals crash, David Kastrup, 2010/09/26
- Re: Intervals crash, Stephen J. Turnbull, 2010/09/27
- Re: Intervals crash, David Kastrup, 2010/09/27