From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Nicolas P. Rougier" Newsgroups: gmane.emacs.devel Subject: Re: Problem with font selection / BigSur OS Date: Sun, 29 Nov 2020 14:04:48 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28136"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.4.13; emacs 27.1 Cc: emacs-devel To: Daniel =?utf-8?Q?Mart=C3=ADn?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Nov 29 14:06:19 2020 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 1kjMPB-0007Bn-Mz for ged-emacs-devel@m.gmane-mx.org; Sun, 29 Nov 2020 14:06:17 +0100 Original-Received: from localhost ([::1]:37270 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kjMPA-00082y-Pm for ged-emacs-devel@m.gmane-mx.org; Sun, 29 Nov 2020 08:06:16 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35868) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kjMNp-0007WJ-UT for emacs-devel@gnu.org; Sun, 29 Nov 2020 08:04:53 -0500 Original-Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:22633) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kjMNn-0002dQ-J2 for emacs-devel@gnu.org; Sun, 29 Nov 2020 08:04:53 -0500 X-IronPort-AV: E=Sophos;i="5.78,379,1599516000"; d="scan'208";a="480071264" Original-Received: from 91-160-114-139.subs.proxad.net (HELO M-E7-NPR.local) ([91.160.114.139]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Nov 2020 14:04:48 +0100 In-reply-to: Received-SPF: pass client-ip=192.134.164.83; envelope-from=nicolas.rougier@inria.fr; helo=mail2-relais-roc.national.inria.fr X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:260004 Archived-At: Thanks, I've sent a bug report. Nicolas Daniel Mart=C3=ADn writes: > "Nicolas P. Rougier" writes: >> >> From this, I can deduce Emacs doesn't use fontconfig on mac but=20 >> then I >> don't know which method is used instead. >> > > See nsfont.m, which is the font backend driver for=20 > macOS/GNUstep. If > you set NSFONT_TRACE to 1 and recompile Emacs, you'll have=20 > additional > debug trace information that may be useful. > > You could also report this problem with M-x report-emacs-bug,=20 > for better > visibility/tracking.