unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#70637: :box vertical bar artifacts at 'display boundaries
@ 2024-04-29  0:50 JD Smith
  2024-04-29 11:40 ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: JD Smith @ 2024-04-29  0:50 UTC (permalink / raw)
  To: 70637


I have identified a display bug related to placing :box face parameters within 'display strings.  Disable font-lock mode in *scratch* and evaluate:

(insert "\n"
 (propertize " " 'display (propertize "   " 'face '(:box t)))
 (propertize "middle" 'face '(:box t))
 (propertize " " 'display (propertize "   " 'face '(:box t))))

So far so good: the box is correctly merged across all three elements and wraps around them.  But now move point within and across the displayed boxed text.  Internal vertical divisions bars separating the 'display and normal :box regions appear.  

If you add a face box property to the blank flanking strings as well, this prevents the internal boundary from appearing. 






^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-05-18  9:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-29  0:50 bug#70637: :box vertical bar artifacts at 'display boundaries JD Smith
2024-04-29 11:40 ` Eli Zaretskii
2024-04-29 12:01   ` JD Smith
2024-04-29 13:12     ` Eli Zaretskii
2024-04-29 15:19       ` JD Smith
2024-04-29 15:34         ` Eli Zaretskii
2024-05-09  7:36           ` Eli Zaretskii
2024-05-09 13:31             ` JD Smith
2024-05-11  9:41               ` Eli Zaretskii
2024-05-11 17:16                 ` JD Smith
2024-05-18  9:17                   ` Eli Zaretskii

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).