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: Alan Third
Subject: bug#23330: 25.1.50; Foreground color stuck on new fringe bitmaps
Date: Tue, 24 May 2016 20:42:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (darwin)

Lionel Henry <lionel.hry@gmail.com> writes:

> Eval this in the scratch buffer:
>
>
> (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.

Confirmed using the master branch NS port.
-- 
Alan Third





reply via email to

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