From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.devel Subject: Re: Status of MAC/W32/X consolidation -- third major patch committed. Date: Mon, 31 Mar 2003 18:13:06 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <5xadg38lnj.fsf@kfs2.cua.dk> <5xheaaq93k.fsf@kfs2.cua.dk> <5xbs0bq8en.fsf_-_@kfs2.cua.dk> <5x8yv8ah7w.fsf_-_@kfs2.cua.dk> <5xwuif6v2o.fsf_-_@kfs2.cua.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1049159665 15929 80.91.224.249 (1 Apr 2003 01:14:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 1 Apr 2003 01:14:25 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Apr 01 03:14:24 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 190AM4-00048n-00 for ; Tue, 01 Apr 2003 03:14:24 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 190AMQ-0003DO-00 for ; Tue, 01 Apr 2003 03:14:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 190ALn-0000mI-04 for emacs-devel@quimby.gnus.org; Mon, 31 Mar 2003 20:14:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 190ALM-0000bJ-00 for emacs-devel@gnu.org; Mon, 31 Mar 2003 20:13:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 190ALD-0000HV-00 for emacs-devel@gnu.org; Mon, 31 Mar 2003 20:13:32 -0500 Original-Received: from shawidc-mo1.cg.shawcable.net ([24.71.223.10] helo=pd5mo3so.prod.shaw.ca) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 190AKs-0008NR-00 for emacs-devel@gnu.org; Mon, 31 Mar 2003 20:13:10 -0500 Original-Received: from pd2mr3so.prod.shaw.ca (pd2mr3so-ser.prod.shaw.ca [10.0.141.108])2002)) with ESMTP id <0HCN00K8Q4PXCZ@l-daemon> for emacs-devel@gnu.org; Mon, 31 Mar 2003 18:13:09 -0700 (MST) Original-Received: from pn2ml5so.prod.shaw.ca (pn2ml5so-qfe0.prod.shaw.ca [10.0.121.149]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0HCN00CFV4PXT9@l-daemon> for emacs-devel@gnu.org; Mon, 31 Mar 2003 18:13:09 -0700 (MST) Original-Received: from owlbear.local.shawmail (h68-144-207-94.cg.shawcable.net [68.144.207.94]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0HCN006MG4PWX4@l-daemon> for emacs-devel@gnu.org; Mon, 31 Mar 2003 18:13:09 -0700 (MST) In-reply-to: <5xwuif6v2o.fsf_-_@kfs2.cua.dk> Original-To: storm@cua.dk (Kim F. Storm) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Lines: 11 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12787 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12787 storm@cua.dk (Kim F. Storm) writes: > I have now consolidated the common code related to frame-parameter > handling from xfns.c, w32fns.c, and macfns.c into frame.c. > > Again, I have only been able to test this on X (under GNU/Linux), so > there may be some problems compiling (and running) the consolidated > code on W32 and MAC. [...] A few small changes were required to build on Mac OS X with Carbon. I have just checked these in.