From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Thu, 05 Mar 2015 09:37:34 -0800 Organization: UCLA Computer Science Department Message-ID: <54F8945E.8050705@cs.ucla.edu> References: <83pp9cwky8.fsf@gnu.org> <85a90ggf2d.fsf@stephe-leake.org> <54E0A40F.5080603@dancol.org> <83sie7un20.fsf@gnu.org> <54E0D181.2080802@dancol.org> <83r3trulse.fsf@gnu.org> <54E0D7E0.305@87.69.4.28> <83h9unukbg.fsf@gnu.org> <54E0DEF8.7020901@dancol> <83egpruiyp.fsf@gnu.org> <54E0FF93.2000104@dancol.org> <833865vp4d.fsf@gnu.org> <54E2355A.90@87.69.4.28> <83vbj1u020.fsf@gnu.org> <54E24CA4.9020601@dancol.org> <83h9uk7ddb.fsf@gnu.org> <54E382A5.5030408@dancol.org> <54F789B2.6030105@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1425577097 10542 80.91.229.3 (5 Mar 2015 17:38:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Mar 2015 17:38:17 +0000 (UTC) Cc: Emacs development discussions To: =?UTF-8?B?QXVyw6lsaWVuIEFwdGVs?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 05 18:38:10 2015 Return-path: Envelope-to: ged-emacs-devel@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 1YTZip-0000Ke-Qg for ged-emacs-devel@m.gmane.org; Thu, 05 Mar 2015 18:38:07 +0100 Original-Received: from localhost ([::1]:53357 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTZip-00066s-3I for ged-emacs-devel@m.gmane.org; Thu, 05 Mar 2015 12:38:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTZiS-00065B-HT for emacs-devel@gnu.org; Thu, 05 Mar 2015 12:37:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTZiN-0007S9-HM for emacs-devel@gnu.org; Thu, 05 Mar 2015 12:37:44 -0500 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:53170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTZiN-0007S3-B9 for emacs-devel@gnu.org; Thu, 05 Mar 2015 12:37:39 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id F0E58A6002F; Thu, 5 Mar 2015 09:37:37 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4uH+TnqR0rch; Thu, 5 Mar 2015 09:37:37 -0800 (PST) Original-Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id AD85FA6002C; Thu, 5 Mar 2015 09:37:37 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 131.179.128.62 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:183675 Archived-At: On 03/05/2015 05:12 AM, Aur=C3=A9lien Aptel wrote: > typedef void* emacs_value; > > To convert a Lisp_Objet to an emacs_value I simply cast I don't see how this can work reliably if EMACS_INT and 'void *' have=20 different widths. You should be able to reproduce the problem on x86=20 with 'configure --with-wide-int'.