* [bug#73848] [PATCH] gnu: Add emacs-show-font.
@ 2024-10-17 9:46 Cayetano Santos via Guix-patches via
[not found] ` <handler.73848.B.172915843324432.ack@debbugs.gnu.org>
0 siblings, 1 reply; 2+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2024-10-17 9:46 UTC (permalink / raw)
To: 73848
Cc: Cayetano Santos, Andrew Tropin, Katherine Cox-Buday,
Liliana Marie Prikler
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#73848: Acknowledgement ([PATCH] gnu: Add emacs-show-font.)
[not found] ` <handler.73848.B.172915843324432.ack@debbugs.gnu.org>
@ 2024-10-24 13:42 ` Cayetano Santos via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2024-10-24 13:42 UTC (permalink / raw)
To: 73848-done; +Cc: 73848
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 <andrew@trop.in>, Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>, Liliana Marie Prikler <liliana.prikler@gmail.com>
> (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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-24 13:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17 9:46 [bug#73848] [PATCH] gnu: Add emacs-show-font Cayetano Santos via Guix-patches via
[not found] ` <handler.73848.B.172915843324432.ack@debbugs.gnu.org>
2024-10-24 13:42 ` bug#73848: Acknowledgement ([PATCH] gnu: Add emacs-show-font.) Cayetano Santos via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.