From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.help Subject: Re: Inconsistency: sometimes an integer, sometimes a float Date: Thu, 23 Jan 2014 17:03:11 +0100 Message-ID: <87iotalm80.fsf@yahoo.fr> References: <4ce73e74-a069-4e8d-b606-5aa76b848940@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1390493009 5845 80.91.229.3 (23 Jan 2014 16:03:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jan 2014 16:03:29 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: djc Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 23 17:03:33 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W6Mke-0004f5-HC for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Jan 2014 17:03:32 +0100 Original-Received: from localhost ([::1]:41973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6Mkd-0003PM-PO for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Jan 2014 11:03:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6MkM-0003OH-6c for help-gnu-emacs@gnu.org; Thu, 23 Jan 2014 11:03:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6MkE-0002po-Uy for help-gnu-emacs@gnu.org; Thu, 23 Jan 2014 11:03:14 -0500 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:44407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6MkE-0002ow-Pc for help-gnu-emacs@gnu.org; Thu, 23 Jan 2014 11:03:06 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap4EABA84VKkD4Nx/2dsb2JhbABbwA2BJnSCJgEBBHkQCAMhJQ8BBA08E4dwAQMRqkCVFAFKDYVWF4d0hHiCFAeEOASWN4FshjCGLYU7gy47 Original-Received: from geodiff-mac3.ulb.ac.be (HELO geodiff-mac3) ([164.15.131.113]) by smtp.ulb.ac.be with ESMTP; 23 Jan 2014 17:03:04 +0100 In-Reply-To: <4ce73e74-a069-4e8d-b606-5aa76b848940@googlegroups.com> (djc's message of "Thu, 23 Jan 2014 02:39:07 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95576 Archived-At: djc writes: > "(/ 536870911 1000000)" is an integer. > > "(/ 536870912 1000000)" is a float. I can reproduce this () -- Nico.