GNU bug report logs -
#17115
24.3.50; possible bug in drawing images with box on W32
Previous Next
Reported by: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>
Date: Thu, 27 Mar 2014 02:43:02 UTC
Severity: normal
Found in version 24.3.50
Fixed in version 24.4
Done: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>
Bug is archived. No further changes may be made.
Full log
Message #16 received at 17115-done <at> debbugs.gnu.org (full text, mbox):
Version: 24.4
>>>>> On Thu, 27 Mar 2014 18:29:29 +0200, Eli Zaretskii <eliz <at> gnu.org> said:
>> Steps to reproduce:
>>
>> 1. $ emacs -Q -D &
>> 2. (insert-image (create-image "splash.png")
>> (propertize " " 'face '(:box (:line-width 5)))) C-j
>> 3. C-p C-p
>>
>> Result:
>>
>> The left half of the character `t' just after the image gets erased.
> Confirmed. (And yes, you need to use the XPM image to reproduce the
> problem; PNG doesn't.)
Thanks for confirming this.
>> === modified file 'src/w32term.c'
>> *** src/w32term.c 2014-03-26 15:57:13 +0000
>> --- src/w32term.c 2014-03-27 02:32:46 +0000
> Thanks, I installed this with minor changes (to keep the original
> code style intact).
I moved the variables `x' and `y' to the inner block because that
makes the code look more like the corresponding one in xterm.c.
Anyway, I've just installed the patch for X11. Closing.
YAMAMOTO Mitsuharu
mituharu <at> math.s.chiba-u.ac.jp
This bug report was last modified 11 years and 87 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.