From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: [External] : Re: Text scale mode and additional fonts Date: Thu, 15 Feb 2024 12:07:04 +0200 Message-ID: <86h6iavy5z.fsf@gnu.org> References: <87v88d5gzn.fsf@zohomail.eu> <87frxw91iq.fsf@zohomail.eu> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="793"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Feb 15 11:07:44 2024 Return-path: Envelope-to: geh-help-gnu-emacs@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 1raYee-000Acm-7G for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 15 Feb 2024 11:07:44 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1raYe9-0001JY-JO; Thu, 15 Feb 2024 05:07:13 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1raYe6-0001J3-4b for help-gnu-emacs@gnu.org; Thu, 15 Feb 2024 05:07:11 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1raYe5-0004Qy-S4 for help-gnu-emacs@gnu.org; Thu, 15 Feb 2024 05:07:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=ZBPTVIZHt9gbjLtyrTh1mp0PZ6TSHhU6eZD/vhWBbOY=; b=HDWTmIqM0MpU km4r4gkJ6deuvdbmV9zSEDS35Qo9duTDMNIIKMYMKrDGXkWfb9dpJG3G6ZWDRBmmNi1GUnK6RXmTN 1aia2gYr5M9FoLzZCrMGUF4PS2H4Oa61PmfvDDc+MNtu7PUiBtAs8cjIrm6c4wQghIHjv5ORlaP4V C+uLJDicTCMfsKy6jHx6bCY6Wg41DTb+JTS5eZrEVZc8SnjGhZnYKhVAhTEg8YB9QgsRRfQxQobtz VYZUUD1hIdAJJI+3tOK4S+hO2MvDHf6eXShry/oFjGpi3NUY2jQS+LwEpHpd6AKewLmr3KAoX0V9u mWLHHTdNWcn0diq/LKJjOQ==; In-Reply-To: <87frxw91iq.fsf@zohomail.eu> (message from Rahguzar on Tue, 13 Feb 2024 10:02:28 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145951 Archived-At: > From: Rahguzar > Cc: eliz@gnu.org, help-gnu-emacs@gnu.org > Date: Tue, 13 Feb 2024 10:02:28 +0100 > > Can you reproduce error on startup with the emacs -Q invocations I > posted? It can slightly simplified to, > > emacs -Q --eval="(add-to-list 'face-font-rescale-alist `(,(font-spec :family \"monospace\") . 1.2))" > > Should I file a bug report about it? I eventually found some time to look into this. It turned out this was a bug in the Emacs startup code, now fixed in what will eventually become Emacs 30.1. Thanks.