From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 17 05:47:13 2024 Received: (at submit) by debbugs.gnu.org; 17 Oct 2024 09:47:13 +0000 Received: from localhost ([127.0.0.1]:33426 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t1N69-0006Lz-9P for submit@debbugs.gnu.org; Thu, 17 Oct 2024 05:47:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:54990) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t1N67-0006Ls-I9 for submit@debbugs.gnu.org; Thu, 17 Oct 2024 05:47:12 -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 1t1N5m-0008UM-3J for guix-patches@gnu.org; Thu, 17 Oct 2024 05:46:50 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t1N5k-0007aL-02 for guix-patches@gnu.org; Thu, 17 Oct 2024 05:46:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1729158404; bh=N7Nun83ZLLat2EZp70N0kkgfDZOlzG3MFSshQC15Hcw=; h=From:To:Cc:Subject:Date:From; b=E0RI5avNY3G/wShzwdhGh/K9ciPKn2GKLhQPdQlK1EgwooSTe1SQu5eJAFU8VFiMN aqgWM+QqE2MCm1d9FFZmMQ6n0TnlAPzBryeUqPk9Wx8kMCREErij+06mvXt/JstdCn NqbrIpsaAMQROG/XmPKXvFKApTQH3nvBQ9ufE3uI= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4XTjfD6w70zGp4C; Thu, 17 Oct 2024 09:46:44 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4XTjfD5p4rzGp42; Thu, 17 Oct 2024 09:46:44 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-show-font. Date: Thu, 17 Oct 2024 11:46:39 +0200 Message-ID: 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=2001:888:2000:56::19; envelope-from=csantosb@inventati.org; helo=latitanza.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: I19ac9cf261fb85593c8b6d269340219e82424528 --- 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..b1598c77a3 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -36929,6 +36929,27 @@ (define-public emacs-showtip "This library provide one function to show tooltip near the cursor.") (license license:gpl2+)))) +(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-sdcv ;; No tagged version upstream. (let ((commit "943ae3e90cc9a0a88a37cc710acd7424fd4defc4" ) base-commit: d95588242c605fbb72e25fe36a0903a1538e9018 -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 24 09:42:55 2024 Received: (at 73848) by debbugs.gnu.org; 24 Oct 2024 13:42:56 +0000 Received: from localhost ([127.0.0.1]:34126 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t3y75-0004HR-D8 for submit@debbugs.gnu.org; Thu, 24 Oct 2024 09:42:55 -0400 Received: from confino.investici.org ([93.190.126.19]:46805) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t3y6z-0004H8-LW; Thu, 24 Oct 2024 09:42:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1729777329; bh=7Ysiwhq9tZQsTSvk+imfyTG/aMR8eNuNmm0OvOWiBQg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Q9wuQxWHP5zHp8fkgpaPkMU6AkjTp7pUGrr1CLCR9zu15ZYZDDM4tYAFwImtsQKEB RGKUpD59zIUPq1uQ1CZTyQYv6X+iMo80BtG9F/cfIZB5oAo2SXNeqvAq9HcgrVJYjg FCSab9/5594wMLkwkL2TIDt6uvOR9oQHUVn+G9U0= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4XZ6Xd6l3Nz114v; Thu, 24 Oct 2024 13:42:09 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4XZ6Xd4KRMz114n; Thu, 24 Oct 2024 13:42:09 +0000 (UTC) From: Cayetano Santos To: 73848-done@debbugs.gnu.org Subject: Re: bug#73848: Acknowledgement ([PATCH] gnu: Add emacs-show-font.) In-Reply-To: (GNU bug Tracking System's message of "Thu, 17 Oct 2024 09:48:02 +0000") References: Date: Thu, 24 Oct 2024 15:42:25 +0200 Message-ID: <87bjz9ehxa.fsf@inventati.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 73848 Cc: 73848@debbugs.gnu.org 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.7 (-) Duplicated patch. >Thu 17 Oct 2024 at 09:48, help-debbugs@gnu.org (GNU bug Tracking System) wrote: > Thank you for filing a new bug report with debbugs.gnu.org. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > As you requested using X-Debbugs-CC, your message was also forwarded to > Andrew Tropin , Katherine Cox-Buday , Liliana Marie Prikler > (after having been given a bug report number, if it did not have one). > > Your message has been sent to the package maintainer(s): > guix-patches@gnu.org > > If you wish to submit further information on this problem, please > send it to 73848@debbugs.gnu.org. > > Please do not send mail to help-debbugs@gnu.org unless you wish > to report a problem with the Bug-tracking system. From unknown Mon Jun 16 23:55:08 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