From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] ImageMagick Support on Windows Date: Wed, 15 Oct 2014 14:02:20 +0200 Message-ID: References: <83siis71xq.fsf@gnu.org> <83siiq6e3v.fsf@gnu.org> <83r3ya65t0.fsf@gnu.org> <83h9z56fwy.fsf@gnu.org> <868ukhn04p.fsf@gmail.com> <83d29t62ok.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0158b7ea716fd8050574e7cf X-Trace: ger.gmane.org 1413374561 22817 80.91.229.3 (15 Oct 2014 12:02:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2014 12:02:41 +0000 (UTC) Cc: rzl24ozi@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 15 14:02:34 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XeNHl-0004ts-Sf for ged-emacs-devel@m.gmane.org; Wed, 15 Oct 2014 14:02:34 +0200 Original-Received: from localhost ([::1]:44326 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeNHl-0008Ft-Ha for ged-emacs-devel@m.gmane.org; Wed, 15 Oct 2014 08:02:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeNHi-0008F8-0S for emacs-devel@gnu.org; Wed, 15 Oct 2014 08:02:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XeNHh-0004sW-7U for emacs-devel@gnu.org; Wed, 15 Oct 2014 08:02:29 -0400 Original-Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:46910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeNHa-0004lh-Sl; Wed, 15 Oct 2014 08:02:23 -0400 Original-Received: by mail-la0-f52.google.com with SMTP id hz20so870488lab.39 for ; Wed, 15 Oct 2014 05:02:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/p7zkQ4C59LWhdTl0/YCo7mmHmszggYvAh84lbQTJq4=; b=EfM3VzOgQea8xzDJRcg6dCHWcBWhMOipTYekkQF6AVHRXwpudaHNI449vt93/yVnw/ BIS+uOOtshFQm52mGroxXDQtXBoSrCeiMZ2pU+y/C9cwcDq/7Kz2VR4H6T5dwoj2gvWL oun2sg+vLjfq/hK286e6lEnP7/FGrDlGEidRZXhNXTeHTkmOGgeNulhZMeaWrauqlNtS s5ht4oRA3xGzN6tlwtP9K18f/FHqOOFT8e/hsx8ayZVSGOe3wE7rt2mKIT0kbVKeBIA8 cErxYHkyHVxYq7fyCibWSq2zE4xBpAUA1BLAurJ7NiHx6un2mDBrnX9NLOLBVE2t1Kzg Cnkw== X-Received: by 10.152.36.33 with SMTP id n1mr2330758laj.95.1413374540867; Wed, 15 Oct 2014 05:02:20 -0700 (PDT) Original-Received: by 10.112.202.106 with HTTP; Wed, 15 Oct 2014 05:02:20 -0700 (PDT) In-Reply-To: <83d29t62ok.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::234 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175402 Archived-At: --089e0158b7ea716fd8050574e7cf Content-Type: text/plain; charset=UTF-8 > > Yuck! I think it's much better to teach w32-win.el and > w32_delayed_load to load more than one library for a certain image > type. > Note that although such modification would be reasonable, still '(magickwand "libMagickWand-6.Q16-2.dll") '(magickcore "libMagickCore-6.Q16-2.dll") is consistent with what you already have for RSVG: '(svg "librsvg-2-2.dll") '(gdk-pixbuf "libgdk_pixbuf-2.0-0.dll") '(glib "libglib-2.0-0.dll") '(gobject "libgobject-2.0-0.dll") --089e0158b7ea716fd8050574e7cf Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Yuck!=C2=A0 I think it's much better to teach w32-win.el a= nd
w32_delayed_load to load more than one library for a certain image
type.

Note that although = such modification would be reasonable, still

'(magickwand "libMagickWand= -6.Q16-2.dll")
'(magickcore "libMagickCore-6.Q16-2.dll")

is consistent wit= h what you already have for RSVG:

'(svg "libr= svg-2-2.dll")
'(gdk-pixbuf "l= ibgdk_pixbuf-2.0-0.dll")
'(glib &q= uot;libglib-2.0-0.dll")
'(gobject = "libgobject-2.0-0.dll")


--089e0158b7ea716fd8050574e7cf--