From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: imagemagick patch v1 Date: Sun, 02 Aug 2009 00:04:53 +0300 Message-ID: <837hxnp7nu.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1249160708 22567 80.91.229.12 (1 Aug 2009 21:05:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Aug 2009 21:05:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 01 23:05:01 2009 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.50) id 1MXLlE-0007hT-VU for ged-emacs-devel@m.gmane.org; Sat, 01 Aug 2009 23:05:01 +0200 Original-Received: from localhost ([127.0.0.1]:55252 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXLlE-0000sm-5k for ged-emacs-devel@m.gmane.org; Sat, 01 Aug 2009 17:05:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXLl9-0000sR-6E for emacs-devel@gnu.org; Sat, 01 Aug 2009 17:04:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXLl8-0000s9-IV for emacs-devel@gnu.org; Sat, 01 Aug 2009 17:04:54 -0400 Original-Received: from [199.232.76.173] (port=44871 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXLl8-0000s5-Eg for emacs-devel@gnu.org; Sat, 01 Aug 2009 17:04:54 -0400 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:58092) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXLl7-0006EV-S7 for emacs-devel@gnu.org; Sat, 01 Aug 2009 17:04:54 -0400 Original-Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KNP00600UJW9F00@i-mtaout6.012.net.il> for emacs-devel@gnu.org; Sun, 02 Aug 2009 00:04:52 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.126.255.147]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KNP00MVBUK3UK90@i-mtaout6.012.net.il>; Sun, 02 Aug 2009 00:04:52 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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:113532 Archived-At: > From: joakim@verona.se > Date: Sat, 01 Aug 2009 21:47:04 +0200 > > The attached patch is a 1st stab at making it possible to use the > imagemagick library to load images in emacs. Thanks. > (The 1st part of the patch are merely changes to "configure", ignore > those please. Could you please not post the hunks for `configure' at all? > The patch was generated with "git diff imagemagick master > >imagemagick1.patch" and configure is a managed file for some reason.) The patch looks backwards, i.e. "diff NEW OLD" rather than the other way around.