From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yavor Doganov Newsgroups: gmane.emacs.devel Subject: Re: Emacs on GNUstep (was: Release update) Date: Mon, 04 May 2009 01:45:51 +0300 Organization: The GNU Emacs Church (Bulgarian eparchy) Message-ID: <87skjl24bk.GNU's_Not_Unix!%yavor@gnu.org> References: <87ej0rs3ey.fsf@cyd.mit.edu> <87tz9j6f76.GNU's_Not_Unix!%yavor@gnu.org> <200812052044154371169@foxmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1241390790 21939 80.91.229.12 (3 May 2009 22:46:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 May 2009 22:46:30 +0000 (UTC) Cc: Yavor Doganov , emacs-devel , Stefan Monnier , richardeng , rms To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 04 00:46:20 2009 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.50) id 1M0kRt-0001iq-9w for ged-emacs-devel@m.gmane.org; Mon, 04 May 2009 00:46:17 +0200 Original-Received: from localhost ([127.0.0.1]:35812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0kRs-0006I2-Hz for ged-emacs-devel@m.gmane.org; Sun, 03 May 2009 18:46:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0kRn-0006F5-IY for emacs-devel@gnu.org; Sun, 03 May 2009 18:46:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0kRi-00064P-IH for emacs-devel@gnu.org; Sun, 03 May 2009 18:46:10 -0400 Original-Received: from [199.232.76.173] (port=33653 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0kRi-00064H-EV for emacs-devel@gnu.org; Sun, 03 May 2009 18:46:06 -0400 Original-Received: from server1.f7.net ([64.34.169.74]:33729 helo=f7.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0kRg-0003LC-3r; Sun, 03 May 2009 18:46:04 -0400 X-Envelope-From: yavor@gnu.org X-Envelope-To: emacs-devel@gnu.org Original-Received: from yavor.doganov.org (92_245.btc-net.bg [213.91.245.92] (may be forged)) by f7.net (8.11.7-20030920/8.11.7) with ESMTP id n43Mjsr03191; Sun, 3 May 2009 17:45:54 -0500 Original-Received: from gana.yavor.doganov.org ([192.168.0.5]) by yavor.doganov.org with esmtp (Exim 4.69) (envelope-from ) id 1M0kRT-0005X8-VB; Mon, 04 May 2009 01:45:53 +0300 Original-Received: from localhost ([127.0.0.1] helo=gana.yavor.doganov.org) by gana.yavor.doganov.org with esmtp (Exim 4.69) (envelope-from ) id 1M0kRT-0005m1-QY; Mon, 04 May 2009 01:45:51 +0300 In-Reply-To: Mail-Followup-To: YAMAMOTO Mitsuharu , Stefan Monnier , "richardeng" , rms , emacs-devel , Yavor Doganov User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI) X-Jabber-ID: doganov@jabber.minus273.org X-SA-Exim-Connect-IP: 192.168.0.5 X-SA-Exim-Mail-From: yavor@gnu.org X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:14:11 +0000) X-SA-Exim-Scanned: Yes (on yavor.doganov.org) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:110623 Archived-At: YAMAMOTO Mitsuharu wrote: > I just tried copying ObjC-related information in the .data section > not from the dumping process but from the original temacs file so as > to avoid some confusion during the startup time of the dumped > executable. Thank you very much! This looks like a much simpler and more straightforward approach than trying to duplicate the whole logic using NSZone functions. > It seems to work for me at least on GNU/Linux (Ubuntu 9.04). I confirm it works fine on gNewSense DeltaH (with fairly old GCC/GNUstep versions) and Debian GNU/kFreeBSD. What a relief, I bet this fixes a lot of issues in the GNUstep port.