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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62961 in the body.
You can then email your comments to 62961 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#62961; Package emacs. (Thu, 20 Apr 2023 00:34:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Claudio Grondi <claudio.grondi <at> freenet.de>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 20 Apr 2023 00:34:02 GMT) Full text and rfc822 format available.

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

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..






Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Thu, 20 Apr 2023 10:07:01 GMT) Full text and rfc822 format available.

Notification sent to Claudio Grondi <claudio.grondi <at> freenet.de>:
bug acknowledged by developer. (Thu, 20 Apr 2023 10:07:02 GMT) Full text and rfc822 format available.

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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 18 May 2023 11:24:08 GMT) Full text and rfc822 format available.

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.