From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Consolidation of image support (was Re: Emacs on MAC OS X 10.3) Date: Thu, 18 Dec 2003 22:57:00 +0900 Organization: Faculty of Science, Chiba University Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1071755969 14228 80.91.224.253 (18 Dec 2003 13:59:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Dec 2003 13:59:29 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Dec 18 14:59:13 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 1AWygK-0006KZ-00 for ; Thu, 18 Dec 2003 14:59:12 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AWygJ-0005zm-00 for ; Thu, 18 Dec 2003 14:59:12 +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 1AWzca-0007aB-Mq for emacs-devel@quimby.gnus.org; Thu, 18 Dec 2003 09:59:24 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AWzcH-0007Th-Hz for emacs-devel@gnu.org; Thu, 18 Dec 2003 09:59:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AWzbk-0007AQ-Mt for emacs-devel@gnu.org; Thu, 18 Dec 2003 09:59:04 -0500 Original-Received: from [133.82.132.2] (helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AWzbj-00076b-FO for emacs-devel@gnu.org; Thu, 18 Dec 2003 09:58:31 -0500 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id A2C381A638E for ; Thu, 18 Dec 2003 22:57:00 +0900 (JST) Original-To: emacs-devel@gnu.org User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) 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:18736 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18736 >>>>> On 18 Dec 2003 01:53:20 +0100, Kim F. Storm said: > 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. Actually, I've been porting the image support code to Carbon Emacs, and I think it's almost ready now although some features are not implemented yet. I was planning to send the patch as soon as my assignment paper is accepted, and currently I'm waiting for the form to be delivered to me. Should I send the patch now? Many parts in macfns.c is almost identical with those in xfns.c. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp