From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: imagemagick support on W32 Date: Fri, 01 Oct 2010 22:41:57 +0200 Message-ID: References: <4CA53CE5.1020702@gmail.com> <4CA54727.6010900@gmail.com> <4CA54834.4020106@gmail.com> <4CA54E67.5040703@gmail.com> <4CA560A0.50901@gmail.com> <4CA5D033.5010503@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1285965731 30518 80.91.229.12 (1 Oct 2010 20:42:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2010 20:42:11 +0000 (UTC) Cc: Christoph , emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 01 22:42:10 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 1P1mQj-00052V-1j for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 22:42:09 +0200 Original-Received: from localhost ([127.0.0.1]:37058 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1mQh-0001jx-TI for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 16:42:07 -0400 Original-Received: from [140.186.70.92] (port=36127 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1mQc-0001jq-IZ for emacs-devel@gnu.org; Fri, 01 Oct 2010 16:42:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1mQb-0003w5-Aw for emacs-devel@gnu.org; Fri, 01 Oct 2010 16:42:02 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:33918 helo=gate.verona.se) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1mQb-0003vt-00 for emacs-devel@gnu.org; Fri, 01 Oct 2010 16:42:01 -0400 Original-Received: from localhost.localdomain (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id o91KfvYX000508; Fri, 1 Oct 2010 22:41:57 +0200 In-Reply-To: (Juanma Barranquero's message of "Fri, 1 Oct 2010 21:57:03 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:131190 Archived-At: Juanma Barranquero writes: > On Fri, Oct 1, 2010 at 14:38, wrote: > >> On w32 something different seems to happen, but no real effort seems to >> be done to avoid errors if the desired library isnt there. I might be >> wrong. > > Run-time or compile-time? Run-time > If the library support is compiled in, > failing to load the desired library at run time is not an error; the > image type will just be unavailable. Ok. > =A0 =A0 Juanma --=20 Joakim Verona