From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#18818: Incorrect font weight in dark background, Emacs 24.4 on Mac OS X 10.10 Date: Sat, 21 Aug 2021 13:03:19 +0300 Message-ID: <83h7fjyv14.fsf@gnu.org> References: <87pmu95ww1.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16138"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 18818@debbugs.gnu.org, larsi@gnus.org, sunyijiang@gmail.com To: Alan Third Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Aug 21 12:04:11 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mHNrG-0003yx-UW for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 21 Aug 2021 12:04:10 +0200 Original-Received: from localhost ([::1]:41814 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mHNrF-0007xg-MM for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 21 Aug 2021 06:04:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38950) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mHNr9-0007xK-8G for bug-gnu-emacs@gnu.org; Sat, 21 Aug 2021 06:04:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:52552) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mHNr9-0000zS-0g for bug-gnu-emacs@gnu.org; Sat, 21 Aug 2021 06:04:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mHNr8-0002UZ-CE for bug-gnu-emacs@gnu.org; Sat, 21 Aug 2021 06:04:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 21 Aug 2021 10:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18818 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed moreinfo Original-Received: via spool by 18818-submit@debbugs.gnu.org id=B18818.16295402259555 (code B ref 18818); Sat, 21 Aug 2021 10:04:02 +0000 Original-Received: (at 18818) by debbugs.gnu.org; 21 Aug 2021 10:03:45 +0000 Original-Received: from localhost ([127.0.0.1]:35865 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mHNqr-0002U3-K3 for submit@debbugs.gnu.org; Sat, 21 Aug 2021 06:03:45 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:51034) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mHNqp-0002Tr-Pv for 18818@debbugs.gnu.org; Sat, 21 Aug 2021 06:03:44 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41696) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mHNqi-0000c7-0N; Sat, 21 Aug 2021 06:03:36 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3605 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mHNqg-0007vy-Jf; Sat, 21 Aug 2021 06:03:35 -0400 In-Reply-To: (message from Alan Third on Sat, 21 Aug 2021 10:55:22 +0100) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:212326 Archived-At: > Date: Sat, 21 Aug 2021 10:55:22 +0100 > From: Alan Third > Cc: 18818@debbugs.gnu.org, Sun Yijiang > > > +Synthetic bold looks thinner if the background is darker than the > > +foreground and the LCD font smoothing is turned on. In such cases, > > +you can turn off synthetic bold for particular fonts and use > > +overstriking instead by customizing the variable > > +@code{face-ignored-fonts}: > > + > > +@lisp > > +(push "\\`-[^-]*-monaco-bold-" face-ignored-fonts) > > +@end lsip > > I assume that customisation only affects Monaco, so it may be worth > adding a "for example" or something to make it clear it's not supposed > to fix it in all cases. > > And perhaps it should go in etc/PROBLEMS instead of the manual? Yes, probably.