From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.help Subject: Re: breakpoint in eval.c Date: Thu, 22 Mar 2007 15:53:09 +0100 (CET) Message-ID: <10610951.518341174575189837.JavaMail.www@wwinf4005> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174575235 25004 80.91.229.12 (22 Mar 2007 14:53:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Mar 2007 14:53:55 +0000 (UTC) Cc: "Emacs Help \[help-gnu-emacs\]" To: "Kim F. Storm" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 22 15:53:45 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HUOfc-0002oy-Oj for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Mar 2007 15:53:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUOhQ-00021Z-1S for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Mar 2007 09:55:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HUOgz-0001h6-9s for help-gnu-emacs@gnu.org; Thu, 22 Mar 2007 10:55:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HUOgx-0001ej-IE for help-gnu-emacs@gnu.org; Thu, 22 Mar 2007 10:55:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUOgx-0001eg-Dq for help-gnu-emacs@gnu.org; Thu, 22 Mar 2007 09:55:03 -0500 Original-Received: from smtp1.voila.fr ([193.252.22.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HUOf9-0006DZ-AZ for help-gnu-emacs@gnu.org; Thu, 22 Mar 2007 10:53:11 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4003.voila.fr (SMTP Server) with ESMTP id DDA472400194; Thu, 22 Mar 2007 15:53:09 +0100 (CET) Original-Received: from wwinf4005 (wwinf4005 [172.22.157.32]) by mwinf4003.voila.fr (SMTP Server) with ESMTP id CFDF024001F6; Thu, 22 Mar 2007 15:53:09 +0100 (CET) X-ME-UUID: 20070322145309851.CFDF024001F6@mwinf4003.voila.fr X-Originating-IP: [89.34.170.37] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-CC: |~| X-WUM-REPLYTO: |~| X-detected-kernel: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42107 Archived-At: > numargs is a Lisp_Object; to use it as an integer > you must divide it by 8. :) You are right. Thanks a lot.