From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Edward Lilley Newsgroups: gmane.emacs.help Subject: Doc-view failing to generate image Date: Mon, 29 Oct 2012 00:02:57 +0000 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1351469409 24336 80.91.229.3 (29 Oct 2012 00:10:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2012 00:10:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 29 01:10:18 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1TScvn-0002BQ-Ks for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Oct 2012 01:10:15 +0100 Original-Received: from localhost ([::1]:40189 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TScvc-0001KT-VA for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Oct 2012 20:10:04 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TScvX-0001KJ-4g for help-gnu-emacs@gnu.org; Sun, 28 Oct 2012 20:09:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TScvW-0000X2-CZ for help-gnu-emacs@gnu.org; Sun, 28 Oct 2012 20:09:59 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:54680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TScvW-0000Wn-5k for help-gnu-emacs@gnu.org; Sun, 28 Oct 2012 20:09:58 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TScvb-00023G-I7 for help-gnu-emacs@gnu.org; Mon, 29 Oct 2012 01:10:03 +0100 Original-Received: from delta.chu.cam.ac.uk ([131.111.202.56]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Oct 2012 01:10:03 +0100 Original-Received: from ejlilley by delta.chu.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Oct 2012 01:10:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: delta.chu.cam.ac.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:0vIspBeDrNuvH9zsnc+cgXzzCJM= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87476 Archived-At: Hi all I'm getting a funny error when trying to open (simple C-x C-f) PDF files in doc-view mode. The png appears in /tmp/docview500/foo, but then the image doesn't actually appear in the buffer -- and then *Messages* shows the error: ImageMagick error: NoDecodeDelegateForThisImageFormat \ `/tmp/docview500/obsmltest.pdf-07534b262c8761286817c76762acef2c/page-1.png' \ @ error/constitute.c/ReadImage/550 [2 times] (line breaks added) ...which is a bit baffling. Any ideas? Poking around in doc-view.el left me none the wiser (it seems the above is an ImageMagick error, but I can't see exactly where doc-view calls an ImageMagick program) Using: GNU Emacs 24.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.4.4) thanks, Edward