emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Image support for Carbon Emacs (Re: Consolidation of image support)


From: YAMAMOTO Mitsuharu
Subject: Re: Image support for Carbon Emacs (Re: Consolidation of image support)
Date: Wed, 21 Apr 2004 10:10:27 +0900
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)

>>>>> On 20 Apr 2004 10:28:44 -0400, Stefan Monnier <address@hidden> said:

> libXpm is very easy to get on Mac OS X, so maybe it'd be better to
> try and support libXpm in Carbon Emacs (tho it may depend much too
> much on the rest of the X11 libraries).

That's why I didn't use libXpm.  Unlike other image libraries, it is
heavily dependent on X11 functions and data structures.  Linking X11
libraries is definitely not an option.  I thought implementing
emulation of X11 functions and data structures was overkill for our
purpose, and it actually conflicts with the existing ones in Carbon
Emacs.

XPM itself is not difficult to implement if we restrict ourselves to
version 3.  For example, ImageMagick also uses its own implementation
of XPM functions rather than libXpm.

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]