GNU bug report logs -
#64969
30.0.50: Stipple broken with PGTK
Previous Next
Reported by: magnus <at> therning.org
Date: Mon, 31 Jul 2023 09:38:03 UTC
Severity: normal
Merged with 64970
Found in version 30.0.50
Done: Po Lu <luangruo <at> yahoo.com>
Bug is archived. No further changes may be made.
Full log
Message #7 received at control <at> debbugs.gnu.org (full text, mbox):
merge 64970 64969
thanks
> From: magnus <at> therning.org
> Date: Mon, 31 Jul 2023 11:10:38 +0200
>
> The code
>
> (let* ((w (window-font-width))
> (stipple `(,w 1 ,(apply #'unibyte-string
> (append (make-list (1- (/ (+ w 7)
> 8)) ?\0)
> '(1))))))
> (insert "\n" (propertize (concat (make-string 15 ?\s)
> "THIS IS A TEST"
> (make-string 15 ?\s))
> 'face `(:background "red" :foreground
> "blue" :stipple ,stipple))))
>
> doesn't have the expected result, i.e. the text is not blue on red
> background.
>
> More information leading to this report can be found at
> https://github.com/jdtsmith/indent-bars/issues/3
This is an exact duplicate of bug#64969 that you submitted an hour
before this one. I'm merging them.
This bug report was last modified 1 year and 291 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.