bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65042: Simple example to reproduce.


From: Felix
Subject: bug#65042: Simple example to reproduce.
Date: Thu, 03 Aug 2023 19:20:06 +0200
User-agent: mu4e 1.11.12; emacs 30.0.50

The following code should visualize the problem.


(font-lock-mode -1)
(set-frame-parameter (selected-frame) 'alpha-background 50)
(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 `(:foreground "blue" :stipple ,stipple))))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]