all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Trevor Spiteri <tspiteri@ieee.org>
To: 40805@debbugs.gnu.org
Subject: bug#40805: 27.0.91; fringe bitmap values for ? and ! do not match comment in fringe.c
Date: Fri, 24 Apr 2020 02:46:44 +0200	[thread overview]
Message-ID: <db754faa-d957-f185-ac60-9b38e7cbcddd@ieee.org> (raw)

In src/fringe.c, the question-mark bitmap shown in the comments would
result in the code:

static unsigned short question_mark_bits[] = {
   0x3c, 0x7e, 0xc3, 0xc3, 0x0c, 0x18, 0x18, 0x00, 0x18, 0x18};

and the exclamation-mark bitmap in the code:

static unsigned short exclamation_mark_bits[] = {
   0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x00, 0x18, 0x18};

I'm guessing they are different by mistake, but they aren't really used
so the error went undetected.

In GNU Emacs 27.0.91 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.13, cairo version 1.16.0)
of 2020-04-23 built on desktop
Repository revision: ba6104d1e8db4e8db2f12acaebf092ef579c6632
Repository branch: emacs-27






             reply	other threads:[~2020-04-24  0:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-24  0:46 Trevor Spiteri [this message]
2020-04-25  9:13 ` bug#40805: 27.0.91; fringe bitmap values for ? and ! do not match comment in fringe.c Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=db754faa-d957-f185-ac60-9b38e7cbcddd@ieee.org \
    --to=tspiteri@ieee.org \
    --cc=40805@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.