From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: wrong behaviour of Date: Thu, 02 Dec 2010 10:45:10 +0100 Message-ID: <4CF76AA6.8050607@gmx.at> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1291306226 15722 80.91.229.12 (2 Dec 2010 16:10:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 2 Dec 2010 16:10:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: alin soare Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 02 17:10:22 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 1POBjh-0004X3-Jl for ged-emacs-devel@m.gmane.org; Thu, 02 Dec 2010 17:10:21 +0100 Original-Received: from localhost ([127.0.0.1]:33459 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POBjg-0001hZ-9e for ged-emacs-devel@m.gmane.org; Thu, 02 Dec 2010 11:10:20 -0500 Original-Received: from [140.186.70.92] (port=53825 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POAU9-0001Ll-FP for emacs-devel@gnu.org; Thu, 02 Dec 2010 09:50:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PO5iz-0006sq-3Y for emacs-devel@gnu.org; Thu, 02 Dec 2010 04:45:13 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:52445 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PO5iy-0006sV-J6 for emacs-devel@gnu.org; Thu, 02 Dec 2010 04:45:13 -0500 Original-Received: (qmail invoked by alias); 02 Dec 2010 09:45:10 -0000 Original-Received: from 62-47-47-13.adsl.highway.telekom.at (EHLO [62.47.47.13]) [62.47.47.13] by mail.gmx.net (mp018) with SMTP; 02 Dec 2010 10:45:10 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19SK7IjPXdS1wm8zKpxRfXe4xZR/Uo6uq7HZyCvPO QkPokX+lee/AIb User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:133315 Archived-At: > I wish to ask you to suggest me if you can, what happens when I define the var. > 'ct' inside the struct frame. Lisp objects (objects handled by the GC) should appear above this line /* Beyond here, there should be no more Lisp_Object components. */ and non-Lisp objects (objects not handled by the GC) below. martin