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

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

bug#47094: 27.1; emacs dies with XBM display


From: Eli Zaretskii
Subject: bug#47094: 27.1; emacs dies with XBM display
Date: Fri, 12 Mar 2021 14:42:36 +0200

> From: ynyaaa@gmail.com
> Date: Fri, 12 Mar 2021 19:19:32 +0900
> 
> Try to evaluate the form below, emacs dies before displaying the image.
> 
> (let* ((w 256)
>        (h 256)
>        (s (make-string (* (/ w 8) h) #x55)))
>   (insert-image (create-image s 'xbm t :width w :height h)))

I can reproduce in Emacs 27, but not on the current master branch.  So
I guess this has been fixed already, and I'm closing the bug.





reply via email to

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