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

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

bug#7847: insert-sliced-image bug on darwin


From: Eli Zaretskii
Subject: bug#7847: insert-sliced-image bug on darwin
Date: Wed, 14 Oct 2015 19:31:23 +0300

> From: Antonio Santos <antonio@santosvelasco.com>
> Date: Wed, 14 Oct 2015 13:32:13 +0200
> 
> It appears I've experienced this (or a very similar issue) recently.
> 
> The order of the sliced images is reversed when evaluating
> 
> (progn
>   (let ((image (find-image '((:type xpm :file "delete.xpm")))))
>      (insert "\ntop: ")
>      (insert (propertize " " 'display `(,image (slice .0 .0 1.0 0.5))))
>      (insert "\nbuttom: ")
>      (insert (propertize " " 'display `(,image (slice .0 .5 1.0 1.0))))))
> 
> I'm using OS X as well.

Looks NS or OS X specific, I cannot reproduce this on MS-Windows.





reply via email to

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