From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani
> Date: Sun, 4 Oct 2015 23:12:16 +0200
> From: Aur=C3=A9lien Aptel <aurelien.aptel+emacs@gmail.com>
> Cc: Daniel Colascione <dancol@dancol.org>, Eli Zaretskii <eliz@gnu.org>,
>=C2=A0 =C2=A0 =C2=A0 =C2=A0Stephen Leake <stephen_leake@stephe-leake.org>,
>=C2=A0 =C2=A0 =C2=A0 =C2=A0Emacs development discussions <emacs-devel@gnu.org><= br> >
> On Sun, Oct 4, 2015 at 9:47 PM, Philipp Stephani <p.stephani2@gmail.com> wro= te:
> > Aur=C3=A9lien, is that something you agree with and could impleme= nt?
>
> I'm not sure I understood what you wanted.. I've commited this= , but it
> assumes Lisp_Object are the same size as pointers...
That assumption is false in an Emacs built --with-wide-int.
If you need to wrap a pointer in a Lisp_Object, we have XIL and XLI
macros for that.