From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: What is a default font? Date: Thu, 05 Dec 2019 20:04:26 +0200 Message-ID: <83y2vqhcnp.fsf@gnu.org> References: <4c86b07f-175d-f6cf-171a-b58474ab717a@gmx.at> <83tv6ghxxk.fsf@gnu.org> <36fc3581-f8b9-cfbb-7455-eaccf9fe3c4a@gmx.at> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="144337"; mail-complaints-to="usenet@blaine.gmane.org" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 05 19:23:23 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1icvma-000bM9-5A for ged-emacs-devel@m.gmane.org; Thu, 05 Dec 2019 19:23:20 +0100 Original-Received: from localhost ([::1]:59348 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icvmY-0002jU-LX for ged-emacs-devel@m.gmane.org; Thu, 05 Dec 2019 13:23:18 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43381) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icvUL-0001ho-BP for emacs-devel@gnu.org; Thu, 05 Dec 2019 13:04:31 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44395) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1icvUK-0007qL-Nq; Thu, 05 Dec 2019 13:04:28 -0500 Original-Received: from [176.228.60.248] (port=2569 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1icvUK-0005ab-4l; Thu, 05 Dec 2019 13:04:28 -0500 In-reply-to: <36fc3581-f8b9-cfbb-7455-eaccf9fe3c4a@gmx.at> (message from martin rudalics on Thu, 5 Dec 2019 18:54:17 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:243163 Archived-At: > Cc: Eli Zaretskii , emacs-devel@gnu.org > From: martin rudalics > Date: Thu, 5 Dec 2019 18:54:17 +0100 > > > Yes, you can, but only if you know in which frame it will be displayed > > (or you can approximate it by using a frame "similar" to the one that > > will be used). > > I guess you're right. (face-font 'default t) is a bummer, at least > here. Probably because 'face-new-frame-defaults' is inherently > unspecified. Does anyone know how to populate that? Where is it > used? Why are you bothered by that? Why not (face-font 'default) instead?