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: Thu, 06 Jan 2022 10:49:55 +0100 Message-ID: <87bl0p9opf.fsf@wavexx.thregr.org> References: <87pmpv708h.fsf@wavexx.thregr.org> <83r1abcb93.fsf@gnu.org> <87y24jqahr.fsf@wavexx.thregr.org> <83ilvnc6z4.fsf@gnu.org> <875yrmyk8q.fsf@wavexx.thregr.org> <87y24grwp6.fsf@wavexx.thregr.org> <877dbzo98z.fsf@gnus.org> <83bl1b12b5.fsf@gnu.org> <837dbz112w.fsf@gnu.org> <71a9cd97-02a6-79d7-6af8-b4aef3d1baa8@yandex.ru> <83y24eyww3.fsf@gnu.org> <87wnjyt9yd.fsf@wavexx.thregr.org> <83sfumyr9c.fsf@gnu.org> <877dbe86tv.fsf@wavexx.thregr.org> <87wnjd66hs.fsf@yahoo.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="26910"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.7.5; emacs 29.0.50 Cc: Eli Zaretskii , dgutov@yandex.ru, larsi@gnus.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 06 11:27:53 2022 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 1n5Pzs-0006iO-6n for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Jan 2022 11:27:52 +0100 Original-Received: from localhost ([::1]:53822 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n5Pzq-0007kr-TL for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Jan 2022 05:27:50 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50610) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n5PR0-0007Fy-8S for emacs-devel@gnu.org; Thu, 06 Jan 2022 04:51:52 -0500 Original-Received: from [2001:41c9:1:41f::63] (port=33328 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 1n5PQw-0007cq-G1; Thu, 06 Jan 2022 04:51:48 -0500 Original-Received: from [2.198.4.140] (helo=localhost) by erc.thregr.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) id 1n5PR3-001uEU-ED (envelope-from ); Thu, 06 Jan 2022 10:51:53 +0100 In-reply-to: <87wnjd66hs.fsf@yahoo.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:284309 Archived-At: On Thu, Jan 06 2022, Po Lu wrote: > Yuri D'Elia writes: > >> This seems to work correctly for me now, however I'm only testing on >> x11. font_open_by_name is not used in many places aside frame creation. > > FWIW, this breaks the Haiku font driver (displaying etc/HELLO becomes > very slow afterwards) -- if someone wants this installed, no matter, I > will fix it afterwards, but this could be indicative of some larger > problems. Uuh, didn't think of trying etc/HELLO. However after this and report from Sean, that I agree that at least for the moment reverting 1b2511f seems the best course of action. But this all smells of some deeper underlying problem to me.