From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Brown Newsgroups: gmane.emacs.devel Subject: Re: What's your version of Imagemagick? (was M-x eww performance) Date: Fri, 23 Oct 2015 11:27:36 -0400 Message-ID: <562A51E8.1020209@cornell.edu> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1445614134 9147 80.91.229.3 (23 Oct 2015 15:28:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Oct 2015 15:28:54 +0000 (UTC) To: Kaushal Modi , Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 23 17:28:44 2015 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 1ZpeGk-0000P7-Rj for ged-emacs-devel@m.gmane.org; Fri, 23 Oct 2015 17:28:38 +0200 Original-Received: from localhost ([::1]:39321 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpeGk-0004KS-6E for ged-emacs-devel@m.gmane.org; Fri, 23 Oct 2015 11:28:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpeFr-0003Kz-Uf for emacs-devel@gnu.org; Fri, 23 Oct 2015 11:27:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpeFo-0008QC-HL for emacs-devel@gnu.org; Fri, 23 Oct 2015 11:27:43 -0400 Original-Received: from limerock02.mail.cornell.edu ([128.84.13.242]:60450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpeFo-0008OA-EJ for emacs-devel@gnu.org; Fri, 23 Oct 2015 11:27:40 -0400 X-CornellRouted: This message has been Routed already. Original-Received: from authusersmtp.mail.cornell.edu (granite4.serverfarm.cornell.edu [10.16.197.9]) by limerock02.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id t9NFRY6Y024828; Fri, 23 Oct 2015 11:27:34 -0400 Original-Received: from [128.84.234.237] (dhcp237.math.cornell.edu [128.84.234.237]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id t9NFRY1b005022 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 23 Oct 2015 11:27:34 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.84.13.242 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:192496 Archived-At: On 10/23/2015 10:56 AM, Kaushal Modi wrote: > So the questions to emacs-devel are: > - Do you build your emacs with Imagemagick? Yes. > - Are able to successfully load the full web-page by doing "M-x eww > http://www.braveclojure.com/basic-emacs" in an "emacs -Q" session? Yes. > Is the answer to the above 2 questions is yes, what is your Imagemagick version? 6.9.1.3 > It might also be helpful to add the output you get from eval'ling the below: > > (message "Built on %s\nConfigure options: %s\nFeatures: %s" > system-configuration > system-configuration-options > system-configuration-features) Built on x86_64-unknown-cygwin Configure options: 'CFLAGS=-g3 -O0' Features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GCONF GSETTINGS NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 Ken