From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Keiichiro Nagano (=?ISO-2022-JP?B?GyRCMUpMbjc9MGxPOhsoQg==?=) Newsgroups: gmane.emacs.devel Subject: portable dumper (Re: window.c initialization fix) Date: Mon, 22 Apr 2002 19:19:53 +0900 Organization: Team Sodan (http://sodan.org/) Sender: emacs-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1019470884 4926 127.0.0.1 (22 Apr 2002 10:21:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 22 Apr 2002 10:21:24 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16zawl-0001HL-00 for ; Mon, 22 Apr 2002 12:21:23 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16zaxQ-00013h-00 for ; Mon, 22 Apr 2002 12:22:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zawc-0007e4-00; Mon, 22 Apr 2002 06:21:14 -0400 Original-Received: from fw1280219.kitanet.ne.jp ([210.237.128.219] helo=omni-engine.com) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16zavM-0007V6-00 for ; Mon, 22 Apr 2002 06:19:56 -0400 Original-Received: from bed.omni-engine.com (localhost [127.0.0.1]) by omni-engine.com (Postfix) with ESMTP id EDB77E54D0; Mon, 22 Apr 2002 19:19:53 +0900 (JST) Original-To: Pavel@Janik.cz (Pavel =?ISO-8859-2?Q?Jan=EDk?=) In-Reply-To: User-Agent: Wanderlust/2.9.9 (Unchained Melody) EMY/1.13.9 (Art is long, life is short) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3017 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3017 Hi, At Mon, 22 Apr 2002 11:01:56 +0200, Pavel Jan=EDk wrote: > > (Now I'm working for 'portable dumper', a new feature for Emacs. I > > was troubled by this bug, bacause, with portable dumper, all basic > > Lisp_Objects (Qnil, Qt, Vobarray and so on) are relocated to unusual > > address.) >=20 > can you tell us more about that feature, please? The aim of the portable dumper is to solve the same problem as the system-specific dumper, that is to be able to reload quickly, using only a small number of files, the fully initialized lisp part of the editor, without any system-specific hacks. (XEmacs Internals Manual) I have done with the portable dumper for Meadow, and now we (Meadow developers) are testing it. Soon I will make a patch for FSF Emacs. --=20 Keiichiro Nagano