From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.help Subject: About fixnums Date: Sat, 2 Mar 2013 09:56:45 +0800 Organization: The Church of Emacs Message-ID: <20130302095645.1fd28dc21cf6e010a561daf3@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1362189426 32765 80.91.229.3 (2 Mar 2013 01:57:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Mar 2013 01:57:06 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 02 02:57:26 2013 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 1UBbhV-0002ky-By for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Mar 2013 02:57:25 +0100 Original-Received: from localhost ([::1]:57486 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBbhA-0000cV-Aq for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Mar 2013 20:57:04 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:56375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBbh0-0000c6-1T for help-gnu-emacs@gnu.org; Fri, 01 Mar 2013 20:56:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBbgy-0003bI-V9 for help-gnu-emacs@gnu.org; Fri, 01 Mar 2013 20:56:53 -0500 Original-Received: from mail-pa0-f46.google.com ([209.85.220.46]:47600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBbgy-0003b8-P8 for help-gnu-emacs@gnu.org; Fri, 01 Mar 2013 20:56:52 -0500 Original-Received: by mail-pa0-f46.google.com with SMTP id kp14so2139058pab.33 for ; Fri, 01 Mar 2013 17:56:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:organization:x-mailer :mime-version:content-type:content-transfer-encoding; bh=Wnee7Z0EJiQcjZea5u99oaoXtbaYKH6n795FgOV1pIM=; b=sX92JCBW9HnRdepJPa8XlsgHB8iADG8IXbcjhklwhcEaSnwFo+QaanlKiB8oKzWdYV zkahzVJBZ/I8+HCQCmeD+mzX8jjvwozpjsehmJRI8dR7bg5E37gtxF70mxScbEVwykmX oSq1mPtbON6bXfqII0jnx/cJm/n7h3Z11ZFRiikrNogtvAncWIv8n84vC/ta/sXkqdKs YgDNaSPJBawnocMMHkhDMn3J7dbjdxDvIw+a3lPOPOHRHYXMIL9tKmwiREbicmCYumr6 nr+SsmDgWzS0qWRxRFxMcjrJ14Sj3irT4ZZEopQUplSTt/hXZbMjlhXX6d/Eaijj41jB oo7g== X-Received: by 10.66.218.2 with SMTP id pc2mr12706692pac.150.1362189411769; Fri, 01 Mar 2013 17:56:51 -0800 (PST) Original-Received: from Emacs ([123.114.122.252]) by mx.google.com with ESMTPS id ab1sm13801848pbd.37.2013.03.01.17.56.48 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 01 Mar 2013 17:56:50 -0800 (PST) X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.13; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.220.46 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:89315 Archived-At: In (info "(elisp) C Integer Types"): * Prefer the Emacs-defined type `EMACS_INT' for representing values converted to or from Emacs Lisp fixnums, as fixnum arithmetic is based on `EMACS_INT'. What does the "Emacs Lisp fixnum" mean here? I had searched the manual and web, but I didn't find anything useful. Can anybody help? Thanks. -- Best regards, Xue Fuqiao. http://www.emacswiki.org/emacs/XueFuqiao