> On Sep 7, 2024, at 9:17 AM, JD Smith wrote:
>
> On Sep 7, 2024, at 2:51 AM, Po Lu <mailto:luang...@yahoo.com>> wrote:
> I am also interested to know precisely which Cairo builds fail to
> display them, the stipple implementations being virtually identical
> across
> The Cairo issue has been harder to track down. Several users have reported
> Cairo builds which fail to display stipples. I gather Cairo is the default
> so this must be a sporadic failure. Recently a user with identical builds on
> two different machines, with the precise same version of
> On Sep 7, 2024, at 2:51 AM, Po Lu wrote:
>
> Eli Zaretskii writes:
>
>>> From: JD Smith
>>> Date: Fri, 6 Sep 2024 17:58:02 -0400
>>>
>>> (let* ((w (window-font-width))
>>> (stipple `(,w 1 ,(apply #'unibyte-string (make-
The :stipple face attribute is not consistently supported across all Emacs 30
builds, with incorrect or missing stipple display for NS and GTK+Cairo builds.
The following test of :stipple should lead to an image similar to the attached.
(let* ((w (window-font-width))
(stipple `(,w 1 ,(a
> On Sep 5, 2024, at 11:28 AM, Daniel Mendler via Bug reports for GNU Emacs,
> the Swiss army knife of text editors wrote:
>
> As far as I know, multiple packages define a similar formatting function,
> such that we
> could potentially get some code reuse.
Definitely agree. See bug#71572
> On Dec 11, 2023, at 2:44 PM, Eli Zaretskii wrote:
>
> I've eventually succeeded in reproducing it. I will get to it when I
> have time; however, with the current tempest on emacs-devel and other
> urgent issues, I don't know when will that be.
Following up on this vertical-motion with inlin