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: Antonio Santos
Subject: bug#7847: insert-sliced-image bug on darwin
Date: Thu, 15 Oct 2015 08:50:44 +0200

In case it helps, I've done a bit more testing and can't reproduce it
in the emacs-mac port:
http://www.math.s.chiba-u.ac.jp/~mituharu/emacs-mac.git/

On Wed, Oct 14, 2015 at 6:31 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> 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]