GNU bug report logs - #25863
25.1; garbage display by small image

Previous Next

Package: emacs;

Reported by: ynyaaa <at> gmail.com

Date: Fri, 24 Feb 2017 15:40:02 UTC

Severity: normal

Tags: confirmed

Merged with 53217

Found in versions 25.1, 27.2

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: ynyaaa <at> gmail.com
Cc: 25863 <at> debbugs.gnu.org
Subject: bug#25863: 25.1; garbage display by small image
Date: Sat, 25 Feb 2017 14:19:19 +0200
> From: ynyaaa <at> gmail.com
> Cc: 25863 <at> debbugs.gnu.org
> Date: Sat, 25 Feb 2017 19:11:41 +0900
> 
> >   "-outline-Courier New-normal-normal-normal-mono-13-*-*-*-c-*-iso8859-1"
> >
> > How to change the test case to reproduce the problem with this font,
> > please?
> 
> Starting emacs -Q and (set-frame-font
> "-outline-Courier New-normal-normal-normal-mono-13-*-*-*-c-*-iso8859-1"),
> the form below displayed garbage.
> The value for 'h' may be modified between 9 and 16.
> 
> (let ((h 16))
>   (switch-to-buffer (generate-new-buffer "temp"))
>   (insert-image (create-image (concat (format "P4\n8 %d\n" h)
>                                       (make-string h 127))
>                               'pbm t))
>   (insert ?g)
>   (redisplay)
>   (delete-char -1))

Thanks, I see it now.




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

Previous Next


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