From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Beckman Subject: Straight recursive fact prints in floating-point in org-babel but not in REPL Date: Fri, 4 Dec 2015 16:18:34 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4t4Z-0004Cm-1M for emacs-orgmode@gnu.org; Fri, 04 Dec 2015 11:19:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4t4U-0004rP-1A for emacs-orgmode@gnu.org; Fri, 04 Dec 2015 11:19:03 -0500 Received: from plane.gmane.org ([80.91.229.3]:42265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4t4T-0004rL-Qo for emacs-orgmode@gnu.org; Fri, 04 Dec 2015 11:18:57 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a4t4P-00021R-41 for emacs-orgmode@gnu.org; Fri, 04 Dec 2015 17:18:53 +0100 Received: from 71-212-16-54.tukw.qwest.net ([71.212.16.54]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Dec 2015 17:18:53 +0100 Received: from bc.beckman by 71-212-16-54.tukw.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Dec 2015 17:18:53 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Org-babel seems to print SLIME / SBCL bignums as floating point, at least in this gist (please see https://gist.github.com/rebcabin/f73cecd3c9b7da6218e9). I'd like to be able to control whether bignums are printed out in full. Any advice for me?