GNU bug report logs - #23330
25.1.50; Foreground color stuck on new fringe bitmaps

Previous Next

Package: emacs;

Reported by: Lionel Henry <lionel.hry <at> gmail.com>

Date: Thu, 21 Apr 2016 16:05:02 UTC

Severity: normal

Tags: confirmed

Found in version 25.1.50

Done: Alan Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Lionel Henry <lionel.hry <at> gmail.com>
Cc: 23330 <at> debbugs.gnu.org
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 <at> 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.




This bug report was last modified 5 years and 161 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.