From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jose E. Marchesi" Newsgroups: gmane.emacs.devel Subject: Re: bignum support + calc + GNU Emacs Date: Mon, 21 May 2007 19:51:00 +0200 Message-ID: <18001.56324.576577.897026@gargle.gargle.HOWL> References: <18000.42749.988254.341456@gargle.gargle.HOWL> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1179770412 5036 80.91.229.12 (21 May 2007 18:00:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 May 2007 18:00:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 21 20:00:10 2007 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.50) id 1HqCAx-0000ZW-QB for ged-emacs-devel@m.gmane.org; Mon, 21 May 2007 20:00:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqCAw-0000jR-8v for ged-emacs-devel@m.gmane.org; Mon, 21 May 2007 14:00:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HqCAr-0000hq-LO for emacs-devel@gnu.org; Mon, 21 May 2007 14:00:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HqCAp-0000eZ-KL for emacs-devel@gnu.org; Mon, 21 May 2007 14:00:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqCAp-0000eH-Hq for emacs-devel@gnu.org; Mon, 21 May 2007 13:59:59 -0400 Original-Received: from [217.168.3.246] (helo=termi.gnu.org) by monty-python.gnu.org with esmtpa (Exim 4.60) (envelope-from ) id 1HqCAo-0000hK-3z; Mon, 21 May 2007 13:59:58 -0400 In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.97.1 X-detected-kernel: Genre and OS details not recognized. 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:71534 Archived-At: If we really want bignums, we may as well do it through libgmp. I shall take a look to the branch Stefan pointed out. I am a bit curious about how to interface the garbage collector to a library like libgmp.