From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: 64-bit lossage Date: Sun, 4 Aug 2002 17:24:42 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200208042324.g74NOgn03228@aztec.santafe.edu> References: <200207310555.g6V5t4X16532@aztec.santafe.edu> <200208012119.g71LJfE28426@green.twinsun.com> <200208022213.g72MDa201780@aztec.santafe.edu> <200208030003.g7303g815713@green.twinsun.com> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1028503472 7978 127.0.0.1 (4 Aug 2002 23:24:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 4 Aug 2002 23:24:32 +0000 (UTC) Cc: raeburn@raeburn.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17bUjf-00024Z-00 for ; Mon, 05 Aug 2002 01:24:31 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17bV42-0005fs-00 for ; Mon, 05 Aug 2002 01:45:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17bUkC-0005uZ-00; Sun, 04 Aug 2002 19:25:04 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17bUk0-0005rt-00; Sun, 04 Aug 2002 19:24:52 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g74NOu502193; Sun, 4 Aug 2002 17:24:56 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g74NOgn03228; Sun, 4 Aug 2002 17:24:42 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: eggert@twinsun.com In-Reply-To: <200208030003.g7303g815713@green.twinsun.com> (message from Paul Eggert on Fri, 2 Aug 2002 17:03:42 -0700 (PDT)) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6285 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6285 To represent Elisp integers that do not fit in 28 bits, we could use floating point. That is a possible approach for many kinds of data, that are used in only a few places in the C code, but it would not be feasible to do this for buffer indices. There are lots many places in the code that convert buffer position from Lisp integers and C ints and back.