GNU bug report logs - #53217
27.2; background garbage display

Previous Next

Package: emacs;

Reported by: awrhygty <at> outlook.com

Date: Wed, 12 Jan 2022 18:03:03 UTC

Severity: normal

Tags: confirmed

Merged with 25863

Found in versions 25.1, 27.2

Full log


Message #8 received at 53217 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: awrhygty <at> outlook.com
Cc: 53217 <at> debbugs.gnu.org
Subject: Re: bug#53217: 27.2; background garbage display
Date: Wed, 12 Jan 2022 22:11:39 +0200
> From: awrhygty <at> outlook.com
> Date: Thu, 13 Jan 2022 02:26:26 +0900
> 
> 
> Evaluate the form below, a blue rectangle garbage is displayed next to
> green space, under the cursor.
> 
> (let ((buf (generate-new-buffer "tmp")))
>   (switch-to-buffer buf)
>   (let* ((blue (propertize " " 'face '(:background "blue"))))
>     (insert blue))
>   (redisplay)
>   (delete-char -1)
>   (let ((green (propertize " " 'face '(:background "green" :height 0.5)
>                            'display '(raise 1))))
>     (insert green)))

Isn't this bug#25863?




This bug report was last modified 3 years and 212 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.