From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: integer overflow Date: Sun, 07 Mar 2010 02:52:02 -0500 Message-ID: References: <4B8147A9.7030504@gmail.com> <87ljemdzxo.fsf@stupidchicken.com><4B83682D.5010804@gnu.org> <87vddmpw4s.fsf@stupidchicken.com> <87hbp2fwoi.fsf@gnu.org> <87wrxrr4md.fsf@gnu.org><3vsk8ecg6a.fsf@fencepost.gnu.org> <873a0euot4.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: dough.gmane.org 1267962838 29018 80.91.229.12 (7 Mar 2010 11:53:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 7 Mar 2010 11:53:58 +0000 (UTC) Cc: eller.helmut@gmail.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 07 08:52:57 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NoBIG-00068p-04 for ged-emacs-devel@m.gmane.org; Sun, 07 Mar 2010 08:52:56 +0100 Original-Received: from localhost ([127.0.0.1]:45322 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoBIF-0000Z6-Ao for ged-emacs-devel@m.gmane.org; Sun, 07 Mar 2010 02:52:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoBHS-0000KR-06 for emacs-devel@gnu.org; Sun, 07 Mar 2010 02:52:06 -0500 Original-Received: from [199.232.76.173] (port=50870 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoBHR-0000K5-Dz for emacs-devel@gnu.org; Sun, 07 Mar 2010 02:52:05 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NoBHP-0005sB-Mj for emacs-devel@gnu.org; Sun, 07 Mar 2010 02:52:04 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:34093) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NoBHP-0005s4-3x for emacs-devel@gnu.org; Sun, 07 Mar 2010 02:52:03 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NoBHO-0004dg-GZ; Sun, 07 Mar 2010 02:52:02 -0500 In-reply-to: (drew.adams@oracle.com) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:121685 Archived-At: I have heard that Guile now supports Emacs Lisp. And it has bignums. So if we make Emacs use Guile, that will automatically provide bignums.