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.devel Subject: Re: [ELPA] Add new 'show-font' package? Date: Fri, 06 Sep 2024 10:17:25 +0300 Message-ID: <86o7511cai.fsf@gnu.org> References: <87msknu635.fsf@protesilaos.com> <87jzfqjtdh.fsf@posteo.net> <87wmjp49si.fsf@protesilaos.com> <86seud1f6e.fsf@gnu.org> <871q1xguqi.fsf@protesilaos.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12980"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, emacs-devel@gnu.org To: Protesilaos Stavrou Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 06 09:18:06 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 1smTEL-00038p-Vm for ged-emacs-devel@m.gmane-mx.org; Fri, 06 Sep 2024 09:18:06 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1smTEB-0003XA-DY; Fri, 06 Sep 2024 03:17:55 -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 1smTE3-00038H-T1 for emacs-devel@gnu.org; Fri, 06 Sep 2024 03:17:48 -0400 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 1smTDz-0006a2-OW; Fri, 06 Sep 2024 03:17:45 -0400 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=J9MY9w0CmcVxRN7Iuyv4hB68uogcyzkBLrXcCx3t76A=; b=HTABCOzu3rNF uqegZ5OjnPp0pPlP1AmuP6NVjUbbvCq/BHYXE04d+SsPK7LqPviKbMvQaaubXSKgcO0EirB9g18vs JFuYFT0bdY2yGFlQK4W+Rger9vGxM48g7VNJCLAfmquarWVnaferjS+99DJ7xTSpadmeChdHCIdhw Y7bfxGMUCkURGnO5hC1xMfkL5280RyGquyQIzjX79l0fmIuLRNQGsOgYx91o/aNR7wI02YdG5cOK8 jG5yLBO3vFNGRnuYESWCIOy7UF1LKF2rjZ61esmbZTai6IUBzaUC+jiMv/Fa7w8AlM7Z8WGHKASho jTZZRnAMSUyfdsiDpLU+Ow==; In-Reply-To: <871q1xguqi.fsf@protesilaos.com> (message from Protesilaos Stavrou on Fri, 06 Sep 2024 09:29:57 +0300) 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:323456 Archived-At: > From: Protesilaos Stavrou > Cc: philipk@posteo.net, emacs-devel@gnu.org > Date: Fri, 06 Sep 2024 09:29:57 +0300 > > > From: Eli Zaretskii > > Date: Fri, 6 Sep 2024 09:15:05 +0300 > > > > Did you plan on including support for showing non-ASCII fonts? > > Eventually yes. Though I need to consolidate the core functionality. > > > That is, fonts whose sole purpose is to display non-ASCII characters > > of some script(s)? Because if you did (and I think it's important to > > Emacs users), then it would require different techniques, probably > > working with fontsets instead of set-face-attribute, because the > > latter only allows you to set the font for ASCII characters. > > You mean to use 'set-fontset-font'? Yes, and then using the fontset (if it is not the default).