From: Kenichi Handa <handa@m17n.org>
To: MON KEY <monkey@sandpframing.com>
Cc: 7244@debbugs.gnu.org
Subject: bug#7244: `characterp' signals overflow-error
Date: Thu, 21 Oct 2010 11:26:37 +0900 [thread overview]
Message-ID: <tl7aam846xu.fsf@m17n.org> (raw)
In-Reply-To: <AANLkTikH0Uv3R1W4BmDzPtS-3EaKtCjHPpK2nvP8wrcM@mail.gmail.com> (message from MON KEY on Wed, 20 Oct 2010 11:15:45 -0400)
In article <AANLkTikH0Uv3R1W4BmDzPtS-3EaKtCjHPpK2nvP8wrcM@mail.gmail.com>, MON KEY <monkey@sandpframing.com> writes:
> OK. I didn't realize this.
> This said, I am not understanding _where_ the overflow boundary is,
> e.g. following doesn't signal:
> most-positive-fixnum
> ;=> 536870911 (#o3777777777, #x1fffffff)
> (characterp 536870913)
> ;=> nil
Lisp reader reads "536870913" as a float.
(type-of 536870913) => float
---
Kenichi Handa
handa@m17n.org
prev parent reply other threads:[~2010-10-21 2:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-19 0:23 bug#7244: `characterp' signals overflow-error MON KEY
2010-10-19 2:47 ` Kenichi Handa
2010-10-20 15:15 ` MON KEY
2010-10-20 16:56 ` Lawrence Mitchell
2010-10-21 2:26 ` Kenichi Handa [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tl7aam846xu.fsf@m17n.org \
--to=handa@m17n.org \
--cc=7244@debbugs.gnu.org \
--cc=monkey@sandpframing.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.