From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Consistent vanilla Emacs Date: Fri, 15 May 2020 13:01:12 +0300 Message-ID: <83imgx34bb.fsf@gnu.org> References: <8336814sbn.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="63336"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, stefankangas@gmail.com, dgutov@yandex.ru To: "Nicolas P. Rougier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri May 15 12:02:28 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 1jZXAi-000GNB-9e for ged-emacs-devel@m.gmane-mx.org; Fri, 15 May 2020 12:02:28 +0200 Original-Received: from localhost ([::1]:46450 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jZXAh-0001mN-9z for ged-emacs-devel@m.gmane-mx.org; Fri, 15 May 2020 06:02:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43268) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jZX9k-0000rV-GU for emacs-devel@gnu.org; Fri, 15 May 2020 06:01:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58348) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jZX9i-0006jA-Q2; Fri, 15 May 2020 06:01:26 -0400 Original-Received: from [176.228.60.248] (port=4685 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jZX9h-00085X-E9; Fri, 15 May 2020 06:01:26 -0400 In-Reply-To: (nicolas.rougier@inria.fr) 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:250371 Archived-At: > From: "Nicolas P. Rougier" > Cc: Dmitry Gutov , stefankangas@gmail.com, emacs-devel@gnu.org > Date: Fri, 15 May 2020 09:11:14 +0200 > > > Can we instead choose a "decent" font among those installed and depending on > the system? Or is it already the case? In my case (OSX), the chosen system font > seems to be Monaco while the default system font is Menlo (or SF Mono if XCode > installed). Would that be possible to have an ordered list of font to try? AFAIK, we already have that. If you want to propose a different order or changes to the set we use on macOS, please show a patch. Thanks.