From: Stefan Kangas <stefan@marxist.se>
To: Eli Zaretskii <eliz@gnu.org>
Cc: demisbalbach@googlemail.com,
"Clément Pit-Claudel" <cpitclaudel@gmail.com>,
40124-done@debbugs.gnu.org
Subject: bug#40124: Bad interaction between before-string and :box faces
Date: Tue, 25 Aug 2020 15:35:26 -0700 [thread overview]
Message-ID: <CADwFkmm8rYDc3EhZsNmsdKbtEK3tCn-HmaKeGhNLxRj-dmQfGQ@mail.gmail.com> (raw)
In-Reply-To: <83wo7ge6fg.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 19 Mar 2020 17:00:03 +0200")
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Clément Pit-Claudel <cpitclaudel@gmail.com>
>> Date: Wed, 18 Mar 2020 15:26:38 -0400
>> Cc: demisbalbach@googlemail.com
>>
>> In the following sample, the word "test" should have its letters "e" and "s" in a box; but instead they display with just a bar above and below. Removing the before-string property fixes the issue.
>>
>> (with-current-buffer (get-buffer-create "box-test")
>> (erase-buffer)
>> (insert "test")
>> (let ((ov (make-overlay 2 4)))
>> (overlay-put ov 'face '(:box t))
>> (overlay-put ov 'before-string
>> (propertize ">" 'display
>> '(left-fringe right-arrow))))
>> (pop-to-buffer (current-buffer)))
>>
>> This was reported by Artemios (cc'd) in https://github.com/flycheck/flycheck/issues/1666.
>
> Thanks, I think I fixed this now on the master branch.
There has been no followup within 22 weeks, so I'm going to assume the
fix worked and close this bug now.
If this conclusion is incorrect, please reply to this email (use "Reply
to all" in your email client) and we can reopen the bug report.
Best regards,
Stefan Kangas
prev parent reply other threads:[~2020-08-25 22:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-18 19:26 bug#40124: Bad interaction between before-string and :box faces Clément Pit-Claudel
2020-03-19 15:00 ` Eli Zaretskii
2020-08-25 22:35 ` Stefan Kangas [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CADwFkmm8rYDc3EhZsNmsdKbtEK3tCn-HmaKeGhNLxRj-dmQfGQ@mail.gmail.com \
--to=stefan@marxist.se \
--cc=40124-done@debbugs.gnu.org \
--cc=cpitclaudel@gmail.com \
--cc=demisbalbach@googlemail.com \
--cc=eliz@gnu.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).