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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#62961: closed (fringe.c comment does not show the actual
 definition)
Date: Thu, 20 Apr 2023 10:07:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 20 Apr 2023 13:06:53 +0300
with message-id <83o7ni6f5u.fsf <at> gnu.org>
and subject line Re: bug#62961: fringe.c comment does not show the actual definition
has caused the debbugs.gnu.org bug report #62961,
regarding fringe.c comment does not show the actual definition
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
62961: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62961
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Claudio Grondi <claudio.grondi <at> freenet.de>
To: bug-gnu-emacs <at> gnu.org
Subject: fringe.c comment does not show the actual definition
Date: Thu, 20 Apr 2023 02:33:17 +0200
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..




[Message part 3 (message/rfc822, inline)]
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 30 days ago.

Previous Next


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