From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: imagemagick support on W32 Date: Fri, 1 Oct 2010 22:53:22 +0200 Message-ID: References: <4CA53CE5.1020702@gmail.com> <4CA54727.6010900@gmail.com> <4CA54834.4020106@gmail.com> <4CA54E67.5040703@gmail.com> <4CA560A0.50901@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1285966460 1081 80.91.229.12 (1 Oct 2010 20:54:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2010 20:54:20 +0000 (UTC) Cc: Christoph , emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 01 22:54:19 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P1mcT-0007qw-Cq for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 22:54:19 +0200 Original-Received: from localhost ([127.0.0.1]:39642 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1mcP-0007lR-Le for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 16:54:13 -0400 Original-Received: from [140.186.70.92] (port=60960 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1mcI-0007iG-63 for emacs-devel@gnu.org; Fri, 01 Oct 2010 16:54:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1mcG-0006T2-8R for emacs-devel@gnu.org; Fri, 01 Oct 2010 16:54:05 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:41659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1mcG-0006Sp-5O for emacs-devel@gnu.org; Fri, 01 Oct 2010 16:54:04 -0400 Original-Received: by iwn33 with SMTP id 33so6643311iwn.0 for ; Fri, 01 Oct 2010 13:54:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=RSylmW73fFPFoqhMpAzjLS6qUeYJ7B2OpwvpNwey7cE=; b=rnDpE5BQMs4aQRLaWq6U0ph4qnMSnNtXMwTdoMWClV+UTBHF17D1UGfd2vhfgiDAZs JeYscJs5JCilneeb4KBEiSs8lYg29KV/gPF0qwaLv5linmAQGKN4i5Ib69dqhWcEv9gz SOKk13GjWLPMpr4+MJ+hgyHouwWDwE7A6DMb4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=vvHTn1eysAznF/FuTfm+cwIV+UF1tJ1seD2EZjxm9s2S3kIgeaRGV2GBi8FAU6a5f1 GfUHE5ry6j6iO+rKvwRtmdyPyVKSmllHJD3kiAnCeAxblnZuwhuR3bbCS9AtzFfXRvZV J/DlHkEqVNfnBNlBu1GX4dJDS00KCHK8WYSGs= Original-Received: by 10.231.166.9 with SMTP id k9mr6252578iby.127.1285966442604; Fri, 01 Oct 2010 13:54:02 -0700 (PDT) Original-Received: by 10.231.196.71 with HTTP; Fri, 1 Oct 2010 13:53:22 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131192 Archived-At: On Fri, Oct 1, 2010 at 22:44, wrote: > Uhm, aparently not at all? Something must have gotten lost somewhere... The current interface, pre-ImageMagick patch, is that image-types says which image types are supported (i.e., compiled in) by Emacs, and image-type-available-p says which types are really available in the running Emacs (of course for statically linked libraries these are equivalent). The ImageMagick code should IMHO plug into the same interface. =C2=A0 =C2=A0 Juanma