From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?S=E9bastien_Kirche?= Newsgroups: gmane.emacs.devel Subject: Re: emacs (un)stability under osx 10.3 Date: Tue, 10 Feb 2004 10:34:17 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <4BBD7487-5BAC-11D8-AD3D-000393861220@sage.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1076406235 24914 80.91.224.253 (10 Feb 2004 09:43:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Feb 2004 09:43:55 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Feb 10 10:43:47 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 1AqUQl-0002NU-00 for ; Tue, 10 Feb 2004 10:43:47 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AqUQl-0001yW-00 for ; Tue, 10 Feb 2004 10:43:47 +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 1AqUP5-0003uB-Ev for emacs-devel@quimby.gnus.org; Tue, 10 Feb 2004 04:42:03 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AqUO9-0003m6-BD for emacs-devel@gnu.org; Tue, 10 Feb 2004 04:41:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AqUNb-0003bZ-QC for emacs-devel@gnu.org; Tue, 10 Feb 2004 04:41:03 -0500 Original-Received: from [195.25.216.129] (helo=Mis.sage.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AqUJe-0003AM-Kx for emacs-devel@gnu.org; Tue, 10 Feb 2004 04:36:26 -0500 Original-Received: from [172.18.3.54] (172.18.3.54 [172.18.3.54]) by Mis.sage.fr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id 1NJN1X12; Tue, 10 Feb 2004 10:37:07 +0100 Original-To: emacs-devel X-Mailer: Apple Mail (2.612) 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:19848 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19848 Le 9 f=E9vr. 2004, =E0 22:00, Piet van Oostrum a =E9crit : > By the way, how did you enable image support? The configure script = only > includes image support when X11 is selected. Is it possible to have=20 > image > support with Carbon? Yes, images can be displayed by emacs-carbon :^) For image support, I applied both patches from Mitsuharu Yamamoto : - emacs-carbon-image-20040113.diff.bz2=20 (http://mail.gnu.org/archive/html/emacs-devel/2004-01/msg00230.html) - additional patch=20 (http://mail.gnu.org/archive/html/emacs-devel/2004-01/msg00257.html) These patches work great : i.e i can now see the graphical gnus logo,=20 smillies (only the monochrome version, but iirc xpm format is not=20 supported) and xfaces. Btw, i have not used any other emacs feature that would display a=20 picture - the startup screen does not display any pic. For the 3 mouse button emulation i applied the recent patch=20 (http://mail.gnu.org/archive/html/emacs-devel/2004-02/msg00156.html)=20 that works flawlessly and adds great handling improvement to my mac=20 Emacs (Thanks!) :^) To build my version, i use to launch "mac/make-package=20 --self-contained" that must define a --enable-carbon-app and a=20 --without-x and builds a mac installer with a "compact" application. Regards, S=E9bastien Kirche