From: Sebastian Fischmeister Date: Mon, 18 Aug 2014 20:21:31 +0000 (+2000) Subject: Re: SVG attachment crashes emacs X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cd636b518ea9f572e5a8999daa8611a71846663b;p=notmuch-archives.git Re: SVG attachment crashes emacs --- diff --git a/41/3b78ac62ae404acfd7a13d554a1a9249f2d0df b/41/3b78ac62ae404acfd7a13d554a1a9249f2d0df new file mode 100644 index 000000000..5f775e205 --- /dev/null +++ b/41/3b78ac62ae404acfd7a13d554a1a9249f2d0df @@ -0,0 +1,91 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 1A8D4431FBF + for ; Mon, 18 Aug 2014 13:21:48 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -2.3 +X-Spam-Level: +X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id NkLg-QjUxPlg for ; + Mon, 18 Aug 2014 13:21:40 -0700 (PDT) +Received: from mailchk-m05.uwaterloo.ca (mailservices.uwaterloo.ca + [129.97.128.141]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 30D7B431FAE + for ; Mon, 18 Aug 2014 13:21:40 -0700 (PDT) +Received: from connect.uwaterloo.ca (connhub4.connect.uwaterloo.ca + [129.97.149.122]) + by mailchk-m05.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id + s7IKLSaJ002683 + (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=OK); + Mon, 18 Aug 2014 16:21:37 -0400 +Received: from uwaterloo.ca (85.13.1.187) by connhub4.connect.uwaterloo.ca + (129.97.149.122) with Microsoft SMTP Server (TLS) id 14.3.195.1; + Mon, 18 Aug 2014 16:21:31 -0400 +From: Sebastian Fischmeister +To: David Bremner +Subject: Re: SVG attachment crashes emacs +In-Reply-To: <87r40e7zt9.fsf@maritornes.cs.unb.ca> +References: <8738cvck2g.fsf@uwaterloo.ca> + <87tx5b7yen.fsf@maritornes.cs.unb.ca> <87egwe9vkq.fsf@uwaterloo.ca> + <87r40e7zt9.fsf@maritornes.cs.unb.ca> +User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Homepage: http://esg.uwaterloo.ca +Date: Mon, 18 Aug 2014 16:21:31 -0400 +Message-ID: <87wqa5czwq.fsf@uwaterloo.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-UUID: a9394d3d-d9f4-461c-a11c-97d714d7c6be +X-Miltered: at mailchk-m05 with ID 53F26048.000 by Joe's j-chkmail + (http://j-chkmail.ensmp.fr)! +X-Virus-Scanned: clamav-milter 0.98.3 at mailchk-m05 +X-Virus-Status: Clean +X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 + (mailchk-m05.uwaterloo.ca [129.97.128.141]); + Mon, 18 Aug 2014 16:21:38 -0400 (EDT) +Cc: Notmuch Mail +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +Reply-To: sfischme@uwaterloo.ca +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Mon, 18 Aug 2014 20:21:48 -0000 + +GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2) of +2014-06-11 on var-lib-archbuild-staging-x86_64-jgc + +~$ notmuch --version +notmuch 0.18.1 + +What happens is that emacs invokes inkscape to do something to the svg. + + Sebastian + +David Bremner writes: + +> Sebastian Fischmeister writes: +> +>> For example, the attached svg file causes a crash. +>> +>> Sebastian +>> +> +> It displays ok for me. What version of emacs are you using? +> +> d