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: Claudio Grondi <claudio.grondi <at> freenet.de>
Subject: bug#62961: closed (Re: bug#62961: fringe.c comment does not show
 the actual definition)
Date: Thu, 20 Apr 2023 10:07:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62961: fringe.c comment does not show the actual definition

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62961 <at> debbugs.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: 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.

[Message part 3 (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..





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.