From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: djc Newsgroups: gmane.emacs.help Subject: Inconsistency: sometimes an integer, sometimes a float Date: Thu, 23 Jan 2014 02:39:07 -0800 (PST) Message-ID: <4ce73e74-a069-4e8d-b606-5aa76b848940@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1390490041 30844 80.91.229.3 (23 Jan 2014 15:14:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jan 2014 15:14:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 23 16:14:08 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 1W6Lyq-0007NX-7w for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Jan 2014 16:14:08 +0100 Original-Received: from localhost ([::1]:41733 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6Lyp-00021B-PI for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Jan 2014 10:14:07 -0500 X-Received: by 10.182.112.231 with SMTP id it7mr2765360obb.22.1390473547252; Thu, 23 Jan 2014 02:39:07 -0800 (PST) X-Received: by 10.140.21.135 with SMTP id 7mr22809qgl.17.1390473547189; Thu, 23 Jan 2014 02:39:07 -0800 (PST) Original-Path: usenet.stanford.edu!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.glorb.com!uq10no2682690igb.0!news-out.google.com!gg4ni939qab.0!nntp.google.com!k15no457487qaq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=81.221.158.148; posting-account=W7YkKQoAAACBK5oRU_iH-VD6YfJuNxe9 Original-NNTP-Posting-Host: 81.221.158.148 User-Agent: G2/1.0 Injection-Date: Thu, 23 Jan 2014 10:39:07 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:203293 X-Mailman-Approved-At: Thu, 23 Jan 2014 10:13:54 -0500 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:95573 Archived-At: "(/ 536870911 1000000)" is an integer. "(/ 536870912 1000000)" is a float. I know why, but it's still unpleasant to have to program around it. I suppose this begs the question of when there will be a supported 64-bit release of Emacs. GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) djc