From unknown Mon Jun 23 02:20:13 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#73944 <73944@debbugs.gnu.org> To: bug#73944 <73944@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-show-font. Reply-To: bug#73944 <73944@debbugs.gnu.org> Date: Mon, 23 Jun 2025 09:20:13 +0000 retitle 73944 [PATCH] gnu: Add emacs-show-font. reassign 73944 guix-patches submitter 73944 Cayetano Santos severity 73944 normal tag 73944 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 22 06:24:33 2024 Received: (at submit) by debbugs.gnu.org; 22 Oct 2024 10:24:33 +0000 Received: from localhost ([127.0.0.1]:54744 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t3C40-0002gj-WF for submit@debbugs.gnu.org; Tue, 22 Oct 2024 06:24:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:58840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t3C3y-0002ga-4o for submit@debbugs.gnu.org; Tue, 22 Oct 2024 06:24:32 -0400 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 1t3C3V-0007YL-Uz for guix-patches@gnu.org; Tue, 22 Oct 2024 06:24:02 -0400 Received: from devianza.investici.org ([2c0f:f930:0:4::108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t3C3S-0005mB-Oe for guix-patches@gnu.org; Tue, 22 Oct 2024 06:24:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1729592631; bh=THq6WocMrtApHqgPEC3oX3e0YLVD2n84UOKLinbotE4=; h=From:To:Cc:Subject:Date:From; b=SrOpjF+EC3yjomCwg9xXs8Srn+Uf2bGGFXT7FldGh0Na0YD4E7n+HoaPI5QhBCH/b xAARYExwVZjlHL3qtbUh5KgRa3C04WCw6pNqpw175o6WsAhtEtuaHzsU/3rzQZ/twu bhG/yqKuvqwdAkq1x7Mpf6PGMBsD5NZ2t846ycv8= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4XXpDl06CWz70PD; Tue, 22 Oct 2024 10:23:51 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4XXpDk5g8Hz70PC; Tue, 22 Oct 2024 10:23:50 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-show-font. Date: Tue, 22 Oct 2024 12:23:24 +0200 Message-ID: <679fa2ad2f99e515991b087b93af27b7378ec07b.1729592604.git.csantosb@inventati.org> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Katherine Cox-Buday , Liliana Marie Prikler Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2c0f:f930:0:4::108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org 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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/emacs-xyz.scm (emacs-show-font): New variable. Change-Id: Icda53be5afa7960ca61c48a6ea0825f0d254cf9f --- gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0be1ac83bc..33f50306e4 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1304,6 +1304,27 @@ (define-public emacs-pug-mode is based off of Slim mode.") (license license:gpl3+))) +(define-public emacs-show-font + (package + (name "emacs-show-font") + (version "0.1.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/protesilaos/show-font") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0kbkbvqhdqpsmci0756w2j7igxdj0qfzy823mvc5lb6yj8gwq9dl")))) + (build-system emacs-build-system) + (home-page "https://github.com/protesilaos/show-font") + (synopsis "Show font features in a buffer") + (description + "With show-font the user has the means to preview fonts inside of +Emacs.") + (license license:gpl3+))) + (define-public emacs-sed-mode (package (name "emacs-sed-mode") base-commit: 3baa108cdec15eb77e79f48f450beba054464f93 -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 24 09:17:25 2024 Received: (at 73944-done) by debbugs.gnu.org; 24 Oct 2024 13:17:25 +0000 Received: from localhost ([127.0.0.1]:34094 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t3xiO-0002xJ-Pg for submit@debbugs.gnu.org; Thu, 24 Oct 2024 09:17:24 -0400 Received: from msg-2.mailo.com ([213.182.54.12]:54548 helo=mailo.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t3xiM-0002x2-Qu for 73944-done@debbugs.gnu.org; Thu, 24 Oct 2024 09:17:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1729775806; bh=INUXUXzBWViqIQZGBZLW1VO7xE9TIatxaDyl4Rdh5nE=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:Date:Message-ID: MIME-Version:Content-Type; b=cyHqeNtJI9wXY0RI6qM646Sb6LVlX55OJwFUD9NwNQMR7SEzpqSPEjDj9OxvkrGbB 45rXwD/Jp5qftPxON3LVI3pgbe8QsXv0jvc5FLNSvqQaw9Kwsf4o4hTVHvK3OxTBY2 F/uK+w8hd5EoLjiqbf8yiIgpztvrSTKxiN+VAI+k= Received: by b221-7.in.mailobj.net [192.168.90.27] with ESMTP via ip-20.mailobj.net [213.182.54.20] Thu, 24 Oct 2024 15:16:46 +0200 (CEST) X-EA-Auth: MEnkq+fFu9/gQxoSTpE6YTe6W/jiPbSLEpBhvwLr4S0MlV411IRxoIBR4lUw9Ma8ak/hIWRt+GozfMRtNi5ehBElEslesUtg8iR/3sZTwJc= From: Nicolas Goaziou To: 73944-done@debbugs.gnu.org Subject: Re: [PATCH] gnu: Add emacs-show-font. In-Reply-To: <679fa2ad2f99e515991b087b93af27b7378ec07b.1729592604.git.csantosb@inventati.org> Date: Thu, 24 Oct 2024 15:16:29 +0200 Message-ID: <87msitmyj6.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 73944-done Cc: Cayetano Santos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, > * gnu/packages/emacs-xyz.scm (emacs-show-font): New variable. I tweaked the description and applied your patch. Thank you! Regards, -- Nicolas Goaziou From unknown Mon Jun 23 02:20:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 22 Nov 2024 12:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator