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


Message #11 received at 23330 <at> debbugs.gnu.org (full text, mbox):

From: Alan Third <alan <at> idiocy.org>
To: Lionel Henry <lionel.hry <at> gmail.com>
Cc: 23330 <at> debbugs.gnu.org
Subject: Re: bug#23330: 25.1.50; Foreground color stuck on new fringe bitmaps
Date: Tue, 24 May 2016 20:42:59 +0100
Lionel Henry <lionel.hry <at> 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




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.