From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71890 Path: news.gmane.org!not-for-mail From: Knut Anders Hatlen Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with inlined unsupported image types Date: Sun, 26 Sep 2010 21:01:52 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285527743 32072 80.91.229.12 (26 Sep 2010 19:02:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Sep 2010 19:02:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20263@lists.math.uh.edu Sun Sep 26 21:02:21 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OzwUM-0006Bf-I0 for ding-account@gmane.org; Sun, 26 Sep 2010 21:02:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OzwUE-00016y-Rs; Sun, 26 Sep 2010 14:02:10 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OzwUD-00016j-7s for ding@lists.math.uh.edu; Sun, 26 Sep 2010 14:02:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OzwU9-0007Ue-2k for ding@lists.math.uh.edu; Sun, 26 Sep 2010 14:02:09 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OzwU8-0003aZ-00 for ; Sun, 26 Sep 2010 21:02:04 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OzwU4-00067U-79 for ding@gnus.org; Sun, 26 Sep 2010 21:02:00 +0200 Original-Received: from gw2.mysql.com ([213.136.52.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Sep 2010 21:02:00 +0200 Original-Received: from kahatlen by gw2.mysql.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Sep 2010 21:02:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: gw2.mysql.com User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (usg-unix-v) Cancel-Lock: sha1:iY9/VQzzjAnvjCMZPHSavZ0LFRk= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71890 Archived-At: Lars Magne Ingebrigtsen writes: > Knut Anders Hatlen writes: > >> Debugger entered--Lisp error: (error "Invalid image type `gif'") >> signal(error ("Invalid image type `gif'")) >> error("Invalid image type `%s'" gif) >> image-type("GIF89ar...." nil t) >> create-image("GIF89ar...." nil t) >> apply(create-image "GIF89ar...." nil t nil) >> gnus-create-image("GIF89ar...." nil t) > > Ok; I've just slapped an `ignore-errors' around the `create-image' call. That did the trick. Thanks! -- Knut Anders