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

  • Open
  • quality assurance status badge
Details
One participant
  • Cayetano Santos
Owner
unassigned
Submitted by
Cayetano Santos
Severity
normal
C
C
Cayetano Santos wrote 18 hours ago
(address . guix-patches@gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
b40249d2117ac3aeaf5725dbb6cbdc080c92ed3c.1729158399.git.csantosb@inventati.org
* gnu/packages/emacs-xyz.scm (emacs-show-font): New variable.

Change-Id: I19ac9cf261fb85593c8b6d269340219e82424528
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

Toggle diff (36 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73848@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73848
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch