From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: documentation of integers, fixnums and bignums Date: Sat, 08 Sep 2018 22:33:10 -0400 Message-ID: References: <0f632217-27ad-4f54-8ce0-480301fa2a86@cs.ucla.edu> <83pnxorm37.fsf@gnu.org> <92915cae-21d5-c365-89f2-3a15fc9114c4@cs.ucla.edu> <7f7411eb-32c8-9ea6-8ead-2aaf603d3901@cs.ucla.edu> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1536461329 10113 195.159.176.226 (9 Sep 2018 02:48:49 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 9 Sep 2018 02:48:49 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 09 04:48:45 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fypmG-0002Ws-SS for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2018 04:48:44 +0200 Original-Received: from localhost ([::1]:45864 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fypoN-0008JZ-EL for ged-emacs-devel@m.gmane.org; Sat, 08 Sep 2018 22:50:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fypo4-0008Eu-RZ for emacs-devel@gnu.org; Sat, 08 Sep 2018 22:50:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fypXF-0007Py-CI for emacs-devel@gnu.org; Sat, 08 Sep 2018 22:33:18 -0400 Original-Received: from pmta11.teksavvy.com ([76.10.157.34]:43909) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1fypXF-0007P5-67 for emacs-devel@gnu.org; Sat, 08 Sep 2018 22:33:13 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2FVBQCMhZRb/+SpCkxbDgwBAQEBAQIBA?= =?us-ascii?q?QEBCAEBAQGDTkKBEBKISIREi0MBggwTIAGXeguEYgQEAgKDYiI4FAECAQEBAQE?= =?us-ascii?q?BAgICaSiFOgEEAVYjBQsLNBIUGA0khS4IqT2JeYp8ggCEJIo0IgKcCAmQGYEyA?= =?us-ascii?q?YcWhieUAQyBWSKBVTMaCDCDKJAYViOPMQEB?= X-IPAS-Result: =?us-ascii?q?A2FVBQCMhZRb/+SpCkxbDgwBAQEBAQIBAQEBCAEBAQGDTkK?= =?us-ascii?q?BEBKISIREi0MBggwTIAGXeguEYgQEAgKDYiI4FAECAQEBAQEBAgICaSiFOgEEA?= =?us-ascii?q?VYjBQsLNBIUGA0khS4IqT2JeYp8ggCEJIo0IgKcCAmQGYEyAYcWhieUAQyBWSK?= =?us-ascii?q?BVTMaCDCDKJAYViOPMQEB?= X-IronPort-AV: E=Sophos;i="5.53,349,1531800000"; d="scan'208";a="46285878" Original-Received: from 76-10-169-228.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([76.10.169.228]) by smtp.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Sep 2018 22:33:11 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id E5FD1AE1F5; Sat, 8 Sep 2018 22:33:10 -0400 (EDT) In-Reply-To: <7f7411eb-32c8-9ea6-8ead-2aaf603d3901@cs.ucla.edu> (Paul Eggert's message of "Sat, 8 Sep 2018 16:37:26 -0700") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.10.157.34 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:229533 Archived-At: >> Can it, really? > I don't know of any way it could happen. So what you're saying is that we > should install something like the attached patch? I'm not 100% sure, but I think so, yes. > Also, how about glyph-ids returned by font-variation-glyphs? Can they exceed > fixnum range? If not, font-variation-glyphs could see a similar speedup. Sorry, not familiar enough with these to know for sure. Stefan