#elisp
Variable:
most-negative-fixnumThe 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 platforms.
If you want to change selection, open document below and click on "Move attachment"
GNU Emacs Lisp Reference Manual: Integer Basicsition value is used and its buffer is ignored.
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.
<span>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 platforms.
In Emacs Lisp, text characters are represented by integers. Any
integer between zero and the value of (max-char) , inclusive, is
considered to be valid as a character. See Character C Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details