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 21:51:17 +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 1285962893 17826 80.91.229.12 (1 Oct 2010 19:54:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2010 19:54:53 +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 21:54:51 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 1P1lgv-0001EA-RV for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 21:54:50 +0200 Original-Received: from localhost ([127.0.0.1]:34334 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1lgu-0006mx-0P for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 15:54:48 -0400 Original-Received: from [140.186.70.92] (port=35901 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1leE-0004oB-Jj for emacs-devel@gnu.org; Fri, 01 Oct 2010 15:52:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1leC-0001az-Ge for emacs-devel@gnu.org; Fri, 01 Oct 2010 15:52:02 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:54546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1leC-0001ao-E6 for emacs-devel@gnu.org; Fri, 01 Oct 2010 15:52:00 -0400 Original-Received: by gyf3 with SMTP id 3so895046gyf.0 for ; Fri, 01 Oct 2010 12:51:59 -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=ey1RdgyqHE3S2FSbxQTxiCMXGb0YJ9g/maH9w2xewps=; b=RwBpfAWNzCFVNiEPC91XWABNjcPsMbOb5ZvOtV+Rl+t1v+v34jFH0owAWhTGt9+ypt K85T2pR6vAEikuZfo/USEtSQ691CoxaPdSgcOa1mzlNhghWNHAW01kn9rneXAWTVXEjP 4OgS+DTYSZTcP8KXVUAcjrYWLEF8Vgek/mU18= 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=sn0q8ZQmBX5GEwSh/YWeI4FdqLjmflyjt+LhZdRnRX6iLv73Oi6PK1z+e6y6j1d9bu BhPB0wu18C0GIvlZ8Cqnp6d/te3KlnxwLlhAOFITFizRcr3CjGVf+rHqTAyezsjOtHi1 J8h+PMLgzgAH3gPMTJD52xcgdDfTKh3jgmw4g= Original-Received: by 10.231.33.12 with SMTP id f12mr6214748ibd.31.1285962719233; Fri, 01 Oct 2010 12:51:59 -0700 (PDT) Original-Received: by 10.231.196.71 with HTTP; Fri, 1 Oct 2010 12:51:17 -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:131181 Archived-At: On Fri, Oct 1, 2010 at 13:36, wrote: > I'm not sure what the original question was, but I intended for > ImageMagick support to live alongside the other image loaders. OK. > There is, (imagemagick-types). You dont know for certain at compile time > which formats are available, because imagemagick supports a plugin > mechanism for new formats. How does that integrate with image-types and image-type-available-p? > so when jpeg > support is compiled in, and imagemagick support is compiled in, the jpeg > loader wins by default. Seems sensible. Thanks for explaining this, =C2=A0 =C2=A0 Juanma