GNU bug report logs -
#73848
[PATCH] gnu: Add emacs-show-font.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73848 in the body.
You can then email your comments to 73848 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#73848
; Package
guix-patches
.
(Thu, 17 Oct 2024 09:48:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Thu, 17 Oct 2024 09:48:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73848
; Package
guix-patches
.
(Thu, 24 Oct 2024 13:43:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 73848 <at> debbugs.gnu.org (full text, mbox):
Duplicated patch.
>Thu 17 Oct 2024 at 09:48, help-debbugs <at> 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 <at> trop.in>, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>, Liliana Marie Prikler <liliana.prikler <at> 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 <at> gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 73848 <at> debbugs.gnu.org.
>
> Please do not send mail to help-debbugs <at> gnu.org unless you wish
> to report a problem with the Bug-tracking system.
Reply sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
You have taken responsibility.
(Thu, 24 Oct 2024 13:43:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
bug acknowledged by developer.
(Thu, 24 Oct 2024 13:43:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 22 Nov 2024 12:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 205 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.