GNU bug report logs

#73944 [PATCH] gnu: Add emacs-show-font.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to andrew@trop.in, cox.katherine.e+guix@gmail.com, liliana.prikler@gmail.com, guix-patches@gnu.org:
bug#73944; Package guix-patches. (Tue, 22 Oct 2024 10:25:01 GMT) (full text, mbox, link).


Acknowledgement sent to Cayetano Santos <csantosb@inventati.org>:
New bug report received and forwarded. Copy sent to andrew@trop.in, cox.katherine.e+guix@gmail.com, liliana.prikler@gmail.com, guix-patches@gnu.org. (Tue, 22 Oct 2024 10:25:02 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: Cayetano Santos <csantosb@inventati.org>
To: guix-patches@gnu.org
Cc: Cayetano Santos <csantosb@inventati.org>
Subject: [PATCH] gnu: Add emacs-show-font.
Date: Tue, 22 Oct 2024 12:23:24 +0200
* 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





Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Tue Oct 22 22:29:27 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.