GNU bug report logs - #62961
fringe.c comment does not show the actual definition

Previous Next

Package: emacs;

Reported by: Claudio Grondi <claudio.grondi <at> freenet.de>

Date: Thu, 20 Apr 2023 00:34:02 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 62961-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Claudio Grondi <claudio.grondi <at> freenet.de>
Cc: 62961-done <at> debbugs.gnu.org
Subject: Re: bug#62961: fringe.c comment does not show the actual definition
Date: Thu, 20 Apr 2023 13:06:53 +0300
> Date: Thu, 20 Apr 2023 02:33:17 +0200
> From: Claudio Grondi <claudio.grondi <at> freenet.de>
> 
> 
> IS:
> 
> /* Large circle bitmap.  */
> /*
>    ........
>    ..xxxx..
>    .xxxxxx.
>    xxxxxxxx
>    xxxxxxxx
>    .xxxxxx.
>    ..xxxx..
>    ........
> */
> static unsigned short large_circle_bits[] = {
>    0x3c, 0x7e, 0xff, 0xff, 0xff, 0xff, 0x7e, 0x3c};
> 
> SHOULD BE:
> 
>    ..xxxx..
>    .xxxxxx.
>    xxxxxxxx
>    xxxxxxxx
>    xxxxxxxx
>    xxxxxxxx
>    .xxxxxx.
>    ..xxxx..

Thanks, fixed on the emacs-24 branch, and closing the bug.




This bug report was last modified 2 years and 29 days ago.

Previous Next


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