mm-image-fit-p: Invalid image specification
David Bremner
david at tethera.net
Sat Jan 25 10:54:45 PST 2014
Michal Sojka <sojkam1 at 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
More information about the notmuch
mailing list