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: Several suggestions for image support Date: Thu, 22 Apr 2004 10:18:57 +0900 Organization: Faculty of Science, Chiba University Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <16518.39193.186267.830456@Ordesa.local> 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 1082597051 13097 80.91.224.253 (22 Apr 2004 01:24:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2004 01:24:11 +0000 (UTC) Cc: Piet van Oostrum , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Apr 22 03:24:01 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGSwb-0008Eb-00 for ; Thu, 22 Apr 2004 03:24:01 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGSwb-00062D-00 for ; Thu, 22 Apr 2004 03:24:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGSto-00047k-6G for emacs-devel@quimby.gnus.org; Wed, 21 Apr 2004 21:21:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BGStN-00040Z-B2 for emacs-devel@gnu.org; Wed, 21 Apr 2004 21:20:41 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BGSsN-000350-Qf for emacs-devel@gnu.org; Wed, 21 Apr 2004 21:20:12 -0400 Original-Received: from [133.82.132.2] (helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGSrk-0002BD-Qr for emacs-devel@gnu.org; Wed, 21 Apr 2004 21:19:01 -0400 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 147201A6387; Thu, 22 Apr 2004 10:18:57 +0900 (JST) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: 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.4 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:22018 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22018 >>>>> On 22 Apr 2004 02:43:46 +0200, storm@cua.dk (Kim F. Storm) said: > Piet van Oostrum writes: >> With the last change to image support I can't compile Carbon emacs >> on MacOSX: (configured with --enable-carbon-app --without-x) > I'm sorry, but I cannot find a prototype for image_ascent in > macterm.h. Is your macterm.h up-to-date (rev 1.13)? I guess the patch in the following post is applied. http://mail.gnu.org/archive/html/emacs-devel/2004-04/msg00002.html In that case, please delete the line containing image_ascent in macterm.h. As far as I tested, image slicing works perfectly for the Mac port including sliced XPM images (with the XPM support patch). YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp