[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: issues with recent doprnt-related changes
From: |
Eli Zaretskii |
Subject: |
Re: issues with recent doprnt-related changes |
Date: |
Fri, 06 May 2011 18:03:46 +0300 |
> From: Stefan Monnier <address@hidden>
> Cc: Paul Eggert <address@hidden>, address@hidden, address@hidden
> Date: Fri, 06 May 2011 10:33:21 -0300
>
> And we never show "length, including
> terminating nul-byte" to Elisp, so the nul-byte shouldn't matter
If you are sure of that, then I agree it's fine to use
MOST_POSITIVE_FIXNUM+1. I wasn't sure. I do see in C variables that
explicitly use the string position of the null byte; I was afraid that
they could somehow leak to Lisp.
- 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, 2011/05/06
- Re: issues with recent doprnt-related changes,
Eli Zaretskii <=
- 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