Re: mm-image-fit-p: Invalid image specification

Subject: Re: mm-image-fit-p: Invalid image specification

Date: Sat, 25 Jan 2014 14:54:45 -0400

To: Michal Sojka, notmuch

Cc:

From: David Bremner


Michal Sojka <sojkam1@fel.cvut.cz> writes:

> Hello,
>
> in emacs, I have a problem displaying an email that contain the
> following part (--format=json):
>
>     {
>        "content-type" : "image/svg+xml",
>        "filename" : "xxxx_logo.svg",
>        "id" : 4
>     }
>
> I see this message "mm-image-fit-p: Invalid image specification" and no
> other emails after this one in the thread are shown. This happens in GNU
> Emacs 24.2.1 (Debian). Emacs 23 works correctly.
>

Hi Michal;

I just tried to duplicate this old bug on emacs 24.3 and I couldn't. Can
you still duplicate it? If so, a test message would be appreciated. I
think if it's 24.2.1 specific, we can call it fixed.

The relevant part of my test image json is 


            {
                  "content-charset" : "utf-8",
                  "content-length" : 3619,
                  "filename" : "spiral.svg",
                  "content-type" : "image/svg+xml",
                  "content-transfer-encoding" : "base64",
                  "id" : 1
               }

d

Thread: