all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Third <alan@idiocy.org>
To: Lionel Henry <lionel.hry@gmail.com>
Cc: 23330@debbugs.gnu.org
Subject: bug#23330: 25.1.50; Foreground color stuck on new fringe bitmaps
Date: Tue, 24 May 2016 20:42:59 +0100	[thread overview]
Message-ID: <m237p78cos.fsf@breton.holly.idiocy.org> (raw)
In-Reply-To: <4D721CEF-B84F-452B-B8E1-30D6778B3311@ulb.ac.be> (Lionel Henry's message of "Thu, 21 Apr 2016 18:04:34 +0200")

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





  parent reply	other threads:[~2016-05-24 19:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-21 16:04 bug#23330: 25.1.50; Foreground color stuck on new fringe bitmaps Lionel Henry
2016-04-21 16:28 ` Eli Zaretskii
2016-05-24 19:42 ` Alan Third [this message]
2019-12-15 21:34 ` Alan Third

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m237p78cos.fsf@breton.holly.idiocy.org \
    --to=alan@idiocy.org \
    --cc=23330@debbugs.gnu.org \
    --cc=lionel.hry@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.