bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Crash when having malformed PBM image on screen and viewing *Message


From: Michael Schierl
Subject: Re: Crash when having malformed PBM image on screen and viewing *Messages* buffer (on Windows)
Date: Fri, 15 Jun 2007 23:12:23 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.0

Michael Schierl schrieb:

> It was a bit hard to reproduce. In fact, I tried to make up a valid xbm
> :data chunk, and failed (any hints for a working example
> appreciated...), because my Emacs crashed too often.

Sorry, this should have been xpm (and not xbm and not pbm in the
subject). And also in the bug report below it should be :type xpm,
although it crashes with :type pbm as well.

(I want to create a color image "on the fly", and thought that xpm
should be easiest and best supported)

> (progn
>   (put-image '(image :type xpm :data "") 0)
>   (pop-to-buffer "*Messages*")
>   (goto-char (point-max)))
> 
> Now press <down> <right> <down> <right>.


Sorry for the confusion,

Michael




reply via email to

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