bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40805: 27.0.91; fringe bitmap values for ? and ! do not match commen


From: Trevor Spiteri
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
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

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 via email to

[Prev in Thread] Current Thread [Next in Thread]