From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Yuri D'Elia Newsgroups: gmane.emacs.devel Subject: Re: Incorrect font weight selected Date: Sun, 19 Dec 2021 23:04:16 +0100 Message-ID: <87a6gwckrq.fsf@wavexx.thregr.org> References: <83k0g092pg.fsf@gnu.org> <874k74wbmo.fsf@melete.silentflame.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22723"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.7.5; emacs 29.0.50 Cc: Eli Zaretskii , emacs-devel@gnu.org To: Sean Whitton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 19 23:07:10 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mz4Kj-0005k8-Qb for ged-emacs-devel@m.gmane-mx.org; Sun, 19 Dec 2021 23:07:09 +0100 Original-Received: from localhost ([::1]:48922 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mz4Ki-0000ts-Jh for ged-emacs-devel@m.gmane-mx.org; Sun, 19 Dec 2021 17:07:08 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:49294) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mz4K2-0008Ok-9v for emacs-devel@gnu.org; Sun, 19 Dec 2021 17:06:26 -0500 Original-Received: from [2001:41c9:1:41f::63] (port=37442 helo=erc.thregr.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mz4K0-0005hj-J1; Sun, 19 Dec 2021 17:06:26 -0500 Original-Received: from [193.106.183.18] (helo=localhost) by erc.thregr.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) id 1mz4KB-001x8P-1O (envelope-from ); Sun, 19 Dec 2021 23:06:35 +0100 In-reply-to: <874k74wbmo.fsf@melete.silentflame.com> X-Host-Lookup-Failed: Reverse DNS lookup failed for 2001:41c9:1:41f::63 (failed) Received-SPF: pass client-ip=2001:41c9:1:41f::63; envelope-from=wavexx@thregr.org; helo=erc.thregr.org X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:282471 Archived-At: On Sun, Dec 19 2021, Sean Whitton wrote: > I think so, though see fc-list output below. > > I customized the 'default' face to medium Inconsolata, and commented out > my code which directly calls set-frame-font, and then I get something > which looks the same as it used to (I compared some screenshots). So you switched to customize? Could you provide some screenshots before/after? Also, what happens when you create a new frame? (M-x make-frame)