[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: issues with recent doprnt-related changes
From: |
Paul Eggert |
Subject: |
Re: issues with recent doprnt-related changes |
Date: |
Fri, 06 May 2011 07:41:42 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 |
On 05/06/11 06:33, Stefan Monnier wrote:
> I'm not sure I understand the details more than you do. AFAIK the
> MOST_POSITIVE_FIXNUM limit only comes into play when the number goes
> through Lisp_Object somewhere. And we never show "length, including
> terminating nul-byte" to Elisp, so the nul-byte shouldn't matter: while
> the C array will have size MOST_POSITIVE_FIXNUM + 1, this will only be
> represented in EMACS_INT which can accommodate it just fine.
First, you say you're not sure you understand the details;
then, you explain the situation perfectly! :-)
Thanks.
- Re: issues with recent doprnt-related changes, Paul Eggert, 2011/05/04
- Re: issues with recent doprnt-related changes, Eli Zaretskii, 2011/05/05
- Re: issues with recent doprnt-related changes, Stefan Monnier, 2011/05/06
- Re: issues with recent doprnt-related changes,
Paul Eggert <=
- Re: issues with recent doprnt-related changes, Eli Zaretskii, 2011/05/06
- Re: issues with recent doprnt-related changes, Stefan Monnier, 2011/05/06
- Re: issues with recent doprnt-related changes, Eli Zaretskii, 2011/05/06
- Re: issues with recent doprnt-related changes, Stefan Monnier, 2011/05/06
- Re: issues with recent doprnt-related changes, Eli Zaretskii, 2011/05/07