From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Protesilaos Stavrou Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] Add new 'show-font' package? Date: Fri, 06 Sep 2024 08:35:10 +0300 Message-ID: <87zfol4a5t.fsf@protesilaos.com> References: <87msknu635.fsf@protesilaos.com> <87jzfqjtdh.fsf@posteo.net> <867cbq4cun.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22195"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eli Zaretskii , Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 06 07:35:53 2024 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 1smRdQ-0005XA-KV for ged-emacs-devel@m.gmane-mx.org; Fri, 06 Sep 2024 07:35:52 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1smRcx-0007ks-T5; Fri, 06 Sep 2024 01:35:24 -0400 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 1smRcu-0007aQ-BT for emacs-devel@gnu.org; Fri, 06 Sep 2024 01:35:20 -0400 Original-Received: from relay3-d.mail.gandi.net ([2001:4b98:dc4:8::223]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1smRcr-0002Gm-W2; Fri, 06 Sep 2024 01:35:20 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 8129B60002; Fri, 6 Sep 2024 05:35:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protesilaos.com; s=gm1; t=1725600911; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=W5iEbdLqjTV6OxpQjAb8nENKJNMk+LpHrTEOGOSr9F4=; b=IU4BzpOP73D3p+ET0n3DqY6qc/3pGZDFyoz1xY5okfNBHbB8l4BDq+tGN8xq1J8M2rZI12 2EotluXh/kmf6+s8STiUCxL4KuAxkhXBrtaq78E9Z8MDjByFXVW41ZYb03WPc8XmRy5wvm EyD7K892eOLclkTzLlprgLQ3vCtvI0Fk9Yy5qV12C/K6pfp6cdZGAhRp5gARhebgnVDXHc i3tHqu6b2N+OPEaPjWIk7pXg8t09VI5HdIMVMUOfmzhyeNEOH3zWltiscFlfYOlOX2nIpr RmsHBP7P8YuCeDIs6IaaA+2ZeaSObTw8cHIDppQQ6i9u9ieO40CgJElmWOMiVQ== In-Reply-To: <867cbq4cun.fsf@gnu.org> X-GND-Sasl: info@protesilaos.com Received-SPF: pass client-ip=2001:4b98:dc4:8::223; envelope-from=info@protesilaos.com; helo=relay3-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:323440 Archived-At: > From: Eli Zaretskii > Date: Thu, 5 Sep 2024 13:24:48 +0300 > >> From: Philip Kaludercic >> Cc: emacs-devel@gnu.org >> Date: Thu, 05 Sep 2024 10:18:50 +0000 >> >> + (unless (executable-find "fc-list") ;perhaps add a user option for the command name? >> (error "Cannot find `fc-list' executable; will not find installed fonts")) > > Do we really need fc-list? can't we use the built-in x-family-fonts > instead? I thought that function was only for X. It also is defined in a file which again has X in its name. If it works everywhere, then I am happy to use it. -- Protesilaos Stavrou https://protesilaos.com