From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: Compiling (development) Emacs with MSVC Date: Tue, 04 Jan 2011 00:12:40 +0900 Message-ID: <87vd26hvh3.fsf@uwakimon.sk.tsukuba.ac.jp> References: <83sjy5279e.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1294067870 12284 80.91.229.12 (3 Jan 2011 15:17:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2011 15:17:50 +0000 (UTC) Cc: Eli Zaretskii , Andreas Schwab , emacs-devel@gnu.org To: Fabrice Popineau Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 03 16:17:45 2011 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 1PZmAK-00084D-7N for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2011 16:17:44 +0100 Original-Received: from localhost ([127.0.0.1]:56838 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZmAJ-0004Tg-Ij for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2011 10:17:43 -0500 Original-Received: from [140.186.70.92] (port=49960 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZmAD-0004T6-0W for emacs-devel@gnu.org; Mon, 03 Jan 2011 10:17:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZmAB-0002an-RO for emacs-devel@gnu.org; Mon, 03 Jan 2011 10:17:36 -0500 Original-Received: from mgmt1.sk.tsukuba.ac.jp ([130.158.97.223]:56602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZmAA-0002a3-4M; Mon, 03 Jan 2011 10:17:34 -0500 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mgmt1.sk.tsukuba.ac.jp (Postfix) with ESMTP id 17EDE3FA0534; Tue, 4 Jan 2011 00:17:25 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id AD07E120684; Tue, 4 Jan 2011 00:12:40 +0900 (JST) In-Reply-To: X-Mailer: VM undefined under 21.5 (beta29) "garbanzo" ed3b274cc037 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:134216 Archived-At: Fabrice Popineau writes: > 2010/12/18 Andreas Schwab > > > Fabrice Popineau writes: > > > > > The portable dumper (once written for emacs 21 and avalaible in xemacs) > > > would be a very good idea. AFAIK Emacs's portable dumper and XEmacs's share no code. > > Except that it isn't portable, it mixes function pointers with data > > pointers which is a no-no. Point taken. But in practice it has worked everywhere except some 64-bit Intel platform which is sufficiently rare that nobody in XEmacs core dev circles has access to one, and maybe with SELinux cranked up to maximum orneriness.