emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Some images make Emacs behave strangely


From: Lars Magne Ingebrigtsen
Subject: Some images make Emacs behave strangely
Date: Sun, 29 Aug 2010 17:20:39 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Here's an image from the pheedo web tracking ad thingie whatever:

address@hidden ~/pgnus]$ file /tmp/a
/tmp/a: GIF image data, version 89a, 1 x 1

However:

(image-size (create-image "/tmp/a") t)
=> (30 . 30)

And inserting that image into the buffer yields an empty 30x30 box:

(put-image (create-image "/tmp/a") (point))

In addition, the rest of the text in entire buffer starts shaking and
shivering, and the cursor disappears.

So something is just not right, I think.

Here's the GIF in question:

Attachment: a
Description: GIF image

-- 
(domestic pets only, the antidote for overdose, milk.)
  address@hidden * Lars Magne Ingebrigtsen

reply via email to

[Prev in Thread] Current Thread [Next in Thread]