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

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

bug#23330: 25.1.50; Foreground color stuck on new fringe bitmaps


From: Eli Zaretskii
Subject: bug#23330: 25.1.50; Foreground color stuck on new fringe bitmaps
Date: Thu, 21 Apr 2016 19:28:41 +0300

> From: Lionel Henry <lionel.hry@gmail.com>
> Date: Thu, 21 Apr 2016 18:04:34 +0200
> 
> (defface test-face1 '((t :foreground "red")) "test1")
> (defface test-face2 '((t :foreground "green")) "test2")
> 
> (let ((text1 (propertize "!" 'display '(left-fringe right-arrow test-face1)))
>       (text2 (propertize "!" 'display '(left-fringe right-arrow test-face2)))
>       (o1 (make-overlay 1 1))
>       (o2 (make-overlay 100 100)))
>   (overlay-put o1 'before-string text1)
>   (overlay-put o2 'before-string text2))
> 
> 
> Instead of getting a red and a green arrow, this produces two red arrows.

Doesn't reproduce on MS-Windows.  Could be Darwin-specific.





reply via email to

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