bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8525: Lisp reader and string-to-number bugs and inconsistencies


From: Eli Zaretskii
Subject: bug#8525: Lisp reader and string-to-number bugs and inconsistencies
Date: Wed, 20 Apr 2011 13:45:30 +0300

> Date: Wed, 20 Apr 2011 02:27:54 -0700
> From: Paul Eggert <eggert@cs.ucla.edu>
> 
> To fix (2), it's plausible to change the code in one of two ways:
> either silently treat large integers as floats, or signal an overflow.
> I don't care that much one way or another, but Emacs should be
> consistent.  I mildly prefer reporting the overflow

My preference is the other way around: convert it to a float.  I think
it is more in line with many Emacs features, like the values returned
by file-attributes.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]