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: Sun, 23 Aug 2015 16:37:37 -0700 Organization: UCLA Computer Science Department Message-ID: <55DA5941.6020802@cs.ucla.edu> References: <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> <87egnel6ac.fsf@lifelogs.com> <87vbgpk1po.fsf@lifelogs.com> <85mw20gmeo.fsf@stephe-leake.org> <878u97nyjn.fsf@lifelogs.com> <86d1yirnqw.fsf@stephe-leake.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 1440376875 23651 80.91.229.3 (24 Aug 2015 00:41:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Aug 2015 00:41:15 +0000 (UTC) Cc: Daniel Colascione , Stephen Leake , Emacs development discussions To: =?UTF-8?B?QXVyw6lsaWVuIEFwdGVs?= , Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 24 02:41:06 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 1ZTfou-000167-5c for ged-emacs-devel@m.gmane.org; Mon, 24 Aug 2015 02:41:04 +0200 Original-Received: from localhost ([::1]:34623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTeq2-0007du-Mk for ged-emacs-devel@m.gmane.org; Sun, 23 Aug 2015 19:38:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTepc-0007ZV-Il for emacs-devel@gnu.org; Sun, 23 Aug 2015 19:37:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTepX-0002IS-JV for emacs-devel@gnu.org; Sun, 23 Aug 2015 19:37:44 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:48138) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTepX-0002IC-EP for emacs-devel@gnu.org; Sun, 23 Aug 2015 19:37:39 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 86C19160ED7; Sun, 23 Aug 2015 16:37:38 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id eoZAWt3twZL0; Sun, 23 Aug 2015 16:37:37 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id D9B4F160ED6; Sun, 23 Aug 2015 16:37:37 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Z8vmhbhMAKDR; Sun, 23 Aug 2015 16:37:37 -0700 (PDT) Original-Received: from [192.168.1.9] (pool-100-32-155-148.lsanca.fios.verizon.net [100.32.155.148]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id AA54C1604E3; Sun, 23 Aug 2015 16:37:37 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 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:189097 Archived-At: Aur=C3=A9lien Aptel wrote: > Ok, I'll keep casting Lisp_Object to void* then. That's not necessarily correct, as the cast could lose information, e.g.,= 32-bit=20 platforms configured --with-wide-int.