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: Mon, 01 Jan 2024 14:09:50 +0200 Message-ID: <83sf3h1chd.fsf@gnu.org> References: <87sf3id4yl.fsf@zohomail.eu> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20317"; 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 Mon Jan 01 13:10:29 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 1rKH7l-00051L-0W for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 01 Jan 2024 13:10:29 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rKH7D-0006Wj-Bs; Mon, 01 Jan 2024 07:09:55 -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 1rKH7C-0006Wa-2l for help-gnu-emacs@gnu.org; Mon, 01 Jan 2024 07:09:54 -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 1rKH7B-0001gM-QQ for help-gnu-emacs@gnu.org; Mon, 01 Jan 2024 07:09:53 -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=jmRwlLmuuiyzJA2wsblsJgEPrCKsQpRZuDor5Fsvc5U=; b=rHrL2/ALqYqX MsHRct/YCu0hUcPYkLbJpusSCyxh7i5Uzuj8E5RVmJ39xTTzc6NihwCtshv2Mt7OUxBjz15RZqrE9 6YIaKsK8PLzz9/WgG/JIi4P49Mk+th/Gp+V27905kR66Yc6ETC0j7PLuZPrzawYp0dMB39BaaBDGg HjahlvP0pwVy9xOUyy31BYIzz327KkaoP9QBXO8BHzsW8nbGF1mYf3G7fmQG+gc8dXsim/ialME4M 72PJlO3G4c9xwRa+w5smmgEFYhSZpcskSq0St9YZh6pPGAF/E/MDu0QR8vELSgo+YfEXwkfJU01W9 4EQItDgebydcIDFTGbX2Vg==; In-Reply-To: <87sf3id4yl.fsf@zohomail.eu> (message from Rahguzar on Sun, 31 Dec 2023 11:41:32 +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:145700 Archived-At: > From: Rahguzar > Cc: help-gnu-emacs@gnu.org > Date: Sun, 31 Dec 2023 11:41:32 +0100 > > Thank you so much face-font-rescale-alist is exactly what I wanted. But > it seems like there is bug or at least a problem with doc string. It > mentions that FONT-PATTERN can be a font-spec but when I try to pass a > font spec in my config I get an error: > > string-match-p: Wrong type argument: stringp, # Which font-spec did you try to pass? IOW, please show a recipe that fails as above.