#elisp
Variable:
most-positive-fixnumThe value of this variable is the largest integer that Emacs Lisp can
handle. Typical values are
2**29 - 1
on 32-bit and
2**61 - 1
on 64-bit platforms.
If you want to change selection, open document below and click on "Move attachment"
GNU Emacs Lisp Reference Manual: Integer Basicskers.) Since the actual
arguments to such functions may be either numbers or markers, we often
give these arguments the name number-or-marker . When the argument
value is a marker, its position value is used and its buffer is ignored.
<span>Variable: most-positive-fixnum The value of this variable is the largest integer that Emacs Lisp can
handle. Typical values are
2**29 - 1
on 32-bit and
2**61 - 1
on 64-bit platforms.
Variable: most-negative-fixnum The value of this variable is the smallest integer that Emacs Lisp can
handle. It is negative. Typical values are
-2**29
on 32-bit and
-2**61
on 64-bit Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details