From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Consolidation of image support (was Re: Emacs on MAC OS X 10.3) Date: 18 Dec 2003 01:53:20 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <3FE021B2.90602@siol.net> <97283ED8-30BB-11D8-8859-000A95D9C74C@fugue.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1071705558 23737 80.91.224.253 (17 Dec 2003 23:59:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Dec 2003 23:59:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Dec 18 00:59:15 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AWlZT-00067g-00 for ; Thu, 18 Dec 2003 00:59:15 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AWlZT-0005iQ-00 for ; Thu, 18 Dec 2003 00:59:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AWmSX-0006fD-Lw for emacs-devel@quimby.gnus.org; Wed, 17 Dec 2003 19:56:09 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AWmRz-0006bv-7s for emacs-devel@gnu.org; Wed, 17 Dec 2003 19:55:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AWmRP-0006Ci-NW for emacs-devel@gnu.org; Wed, 17 Dec 2003 19:55:32 -0500 Original-Received: from [195.41.46.237] (helo=pfepc.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AWmRN-00069M-K8 for emacs-devel@gnu.org; Wed, 17 Dec 2003 19:54:57 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepc.post.tele.dk (Postfix) with SMTP id E7E5D2629D4; Thu, 18 Dec 2003 00:53:21 +0100 (CET) Original-To: Ted Lemon In-Reply-To: <97283ED8-30BB-11D8-8859-000A95D9C74C@fugue.com> Original-Lines: 29 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18732 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18732 Ted Lemon writes: > On Dec 17, 2003, at 4:56 AM, Benjamin Riefenstahl wrote: > > Sadly, there is no maintainer for the Aqua Emacs at the moment. > > I volunteered to do it, but what with all the savannah hassles, I > think that's fallen into a black hole. However, it's not really Aqua > emacs - it's Carbon emacs. There are a lot of stubs in the carbon > module (macterm.c) that need to be filled in, and that might help out > a bit, but it would be quite a challenge to make it work with X-style > font names, because the font names in Carbon are the Mac font names, > not the X font names. > > I'd actually like to add an experimental set of Aqua stubs, although > given that the Carbon code is quite stable now and also works on MacOS > 9, I don't think it's time to switch to Aqua yet. Be aware that I plan (in the near future) to take out the image support code from xfns.c, w32fns.c and macfns.c and consolidate it in a new image.c file. That should reduce 15000 lines of code to approx 5500 lines. It seems that most of the image code in macfns.c isn't actually used/ported yet, so it would be a good thing to consolidate the code before finishing the image support for MAC. -- Kim F. Storm http://www.cua.dk