From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bojohan@gnu.org (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.devel Subject: Re: Next pretest, and branching plans Date: Fri, 05 Mar 2010 01:31:22 +0100 Message-ID: <87wrxrr4md.fsf@gnu.org> References: <4B8147A9.7030504@gmail.com> <87ljemdzxo.fsf@stupidchicken.com> <4B83682D.5010804@gnu.org> <87vddmpw4s.fsf@stupidchicken.com> <87hbp2fwoi.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1267778484 11233 80.91.229.12 (5 Mar 2010 08:41:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 5 Mar 2010 08:41:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 05 09:41:20 2010 connect(): Connection refused 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 1NnSvV-0005AE-Gc for ged-emacs-devel@m.gmane.org; Fri, 05 Mar 2010 09:30:29 +0100 Original-Received: from localhost ([127.0.0.1]:55022 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NnSvT-000629-Gb for ged-emacs-devel@m.gmane.org; Fri, 05 Mar 2010 03:30:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NnLS2-0000uG-KM for emacs-devel@gnu.org; Thu, 04 Mar 2010 19:31:34 -0500 Original-Received: from [140.186.70.92] (port=33072 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NnLRx-0000qz-PB for emacs-devel@gnu.org; Thu, 04 Mar 2010 19:31:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NnLRt-0000I6-6k for emacs-devel@gnu.org; Thu, 04 Mar 2010 19:31:29 -0500 Original-Received: from smtprelay-h21.telenor.se ([195.54.99.196]:57389) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NnLRt-0000Hn-0J for emacs-devel@gnu.org; Thu, 04 Mar 2010 19:31:25 -0500 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-h21.telenor.se (Postfix) with ESMTP id DD803E994A for ; Fri, 5 Mar 2010 01:31:23 +0100 (CET) X-SMTPAUTH-B2: X-SENDER-IP: 85.228.203.95 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsI3AM/fj0tV5MtfPGdsb2JhbACDCpg6DAEBAQE3LacFkEmBNYJdagQ X-IronPort-AV: E=Sophos;i="4.49,584,1262559600"; d="scan'208";a="45960189" Original-Received: from c-5fcbe455.04-211-6c6b701.cust.bredbandsbolaget.se (HELO muon.localdomain) ([85.228.203.95]) by ipb1.telenor.se with ESMTP; 05 Mar 2010 01:31:23 +0100 Original-Received: by muon.localdomain (Postfix, from userid 1000) id BEBDF4840AB; Fri, 5 Mar 2010 01:31:22 +0100 (CET) Mail-Copies-To: never In-Reply-To: (Glenn Morris's message of "Tue, 02 Mar 2010 22:52:17 -0500") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Mailman-Approved-At: Fri, 05 Mar 2010 03:24:10 -0500 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:121653 Archived-At: Glenn Morris writes: > Johan Bockg=C3=A5rd wrote: > >> The Emacs Lisp manual hasn't been updated with 30-bit integers (only the >> Emacs manual has (max buffer size)). >> >> 2.3.1 Integer Type >> 3.1 Integer Basics >> 3.8 Bitwise Operations on Integers > > Thanks, I tried to update this. It would be great if you could check it. Looks fine. However, there is another small complication. In 2.3.1 Integer Type: > 1073741825 ; Also the integer 1 on a 30-bit implementation. In 3.1 Integer Basics: > 1073741825 ; Also the integer 1, due to overflow. When in fact (type-of 1073741825) =3D> float! Is this even documented?