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 Cygwin Date: Tue, 24 Aug 2010 08:04:51 +0200 Message-ID: References: <4C6DB4F8.9090003@alice.it> <8339u9r72y.fsf@gnu.org> <4C6F00AE.40500@alice.it> <4C7246A8.80906@alice.it> <4C725C89.8000209@alice.it> <4C7266B4.4010009@alice.it> <4C727B9E.50407@cornell.edu> <4C72F0AF.9070009@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282629976 27889 80.91.229.12 (24 Aug 2010 06:06:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 Aug 2010 06:06:16 +0000 (UTC) Cc: Andreas Schwab , Ken Brown , "emacs-devel@gnu.org" To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 24 08:06:13 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 1OnmeB-0007AE-8o for ged-emacs-devel@m.gmane.org; Tue, 24 Aug 2010 08:06:12 +0200 Original-Received: from localhost ([127.0.0.1]:52171 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Onme4-0003Km-CI for ged-emacs-devel@m.gmane.org; Tue, 24 Aug 2010 02:06:04 -0400 Original-Received: from [140.186.70.92] (port=47920 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Onmdt-0003J1-T9 for emacs-devel@gnu.org; Tue, 24 Aug 2010 02:05:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Onmdl-0007gU-C9 for emacs-devel@gnu.org; Tue, 24 Aug 2010 02:05:46 -0400 Original-Received: from smtprelay-h32.telenor.se ([213.150.131.5]:38795) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Onmdl-0007fg-7B for emacs-devel@gnu.org; Tue, 24 Aug 2010 02:05:45 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-h32.telenor.se (Postfix) with ESMTP id 4F126E8E24 for ; Tue, 24 Aug 2010 08:05:36 +0200 (CEST) X-SENDER-IP: [83.227.138.150] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: An8wAJ/+ckxT44qWPGdsb2JhbACHaZhTDAEBAQE1LblahTcEiXiCfw X-IronPort-AV: E=Sophos;i="4.56,261,1280700000"; d="scan'208";a="122694330" Original-Received: from ua-83-227-138-150.cust.bredbandsbolaget.se (HELO www.verona.se) ([83.227.138.150]) by ipb1.telenor.se with ESMTP; 24 Aug 2010 08:04:53 +0200 Original-Received: from localhost.localdomain (unknown [192.168.201.6]) by www.verona.se (Postfix) with ESMTP id 44CDB46AFF; Tue, 24 Aug 2010 08:04:52 +0200 (CEST) In-Reply-To: <4C72F0AF.9070009@alice.it> (Angelo Graziosi's message of "Tue, 24 Aug 2010 00:05:35 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:129114 Archived-At: Angelo Graziosi writes: > Il 23/08/2010 15.56, joakim@verona.se ha scritto: >> >> Yes, I noticed. Thanks Andreas! > > Now that Emacs (rev.101175) builds, say OB, with imagemagick support, > what are the *simple* steps with which we can verify that it works as > expected? Try this: M-X ielm RET (imagemagick-register-types) RET (imagemagick-types) RET The last line will show you which formats happen to be enabled in your particular imagemagick install. Pick a file format not previously supported by emacs, now open such a file with image-mode. I usualy test with djvu files, since that was my original use-case. djvu-files, however, are usualy supported by imagemagick plugins which require extra install steps. > Thanks, > Angelo. -- Joakim Verona