From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alin Soare Newsgroups: gmane.emacs.devel Subject: Re: wrong behaviour of Date: Thu, 2 Dec 2010 11:14:19 +0200 Message-ID: References: <4CF762ED.2030104@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0ce071fcc5f143049669d8ef X-Trace: dough.gmane.org 1291308175 24875 80.91.229.12 (2 Dec 2010 16:42:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 2 Dec 2010 16:42:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?UTF-8?Q?Jan_Dj=C3=A4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 02 17:42:50 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1POCF8-0005QM-B3 for ged-emacs-devel@m.gmane.org; Thu, 02 Dec 2010 17:42:50 +0100 Original-Received: from localhost ([127.0.0.1]:40879 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POCF7-0003EM-Ok for ged-emacs-devel@m.gmane.org; Thu, 02 Dec 2010 11:42:49 -0500 Original-Received: from [140.186.70.92] (port=51751 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POAbe-0000oW-4M for emacs-devel@gnu.org; Thu, 02 Dec 2010 09:58:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PO5F6-0005zP-0x for emacs-devel@gnu.org; Thu, 02 Dec 2010 04:14:20 -0500 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:58305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PO5F5-0005zG-Us for emacs-devel@gnu.org; Thu, 02 Dec 2010 04:14:19 -0500 Original-Received: by yxl31 with SMTP id 31so18468824yxl.0 for ; Thu, 02 Dec 2010 01:14:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=oHz45WvTbjjt6WbHP81+9Swu6l/hbp3GNB1jAufZ0Eg=; b=ubVdEOVry7uygb5xKqphAJmoYthOW7PFxV1vNN8j2Xq1k1EbYfT771nMMxCdOnIaNz 6qX20XuKitLDQvGYcL8GG404QM/kgsbMNkkGKWAOgwTuNRF8dHo7XgKJeZ91afmgv98N IqNsKNfFQ6RYzRvVRDriU/U21twF0jAjI9L80= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=qrl3jY5IVdxQvqzgVd2Awf/7nveB3Hoy7D4rMi34pCXUrqCoiO1uyljth31rdafRFV 3520mZWv3asEkdEtPmY9o9Q5LAn5WAfi1KvjJgz6n0SR5kb1KF+aQBlJuwOg7PSGC7sU Tur2al+24IbNL3cISVTZP9V5RlEJ06DPXjw/g= Original-Received: by 10.150.143.2 with SMTP id q2mr1116853ybd.46.1291281259424; Thu, 02 Dec 2010 01:14:19 -0800 (PST) Original-Received: by 10.150.95.21 with HTTP; Thu, 2 Dec 2010 01:14:19 -0800 (PST) In-Reply-To: <4CF762ED.2030104@swipnet.se> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:133319 Archived-At: --000e0ce071fcc5f143049669d8ef Content-Type: text/plain; charset=UTF-8 > > /* All Lisp_Object components must come first. > That ensures they are all aligned normally. */ > > and > > /* Beyond here, there should be no more Lisp_Object components. */ > > Also see allocate_frame in alloc.c and make_frame in frame.c. > Great!. Pfff, I did not see it :(. Alin. --000e0ce071fcc5f143049669d8ef Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

=C2=A0/* All Lisp_Object components must come first.
=C2=A0 =C2=A0 That ensures they are all aligned normally. =C2=A0*/

and

=C2=A0/* Beyond here, there should be no more Lisp_Object components. =C2= =A0*/

Also see allocate_frame in alloc.c and make_frame in frame.c.


Great!. Pfff, I did not see it :(.


Alin.
--000e0ce071fcc5f143049669d8ef--