GNU bug report logs - #45810
[PATCH] gnu: Add emacs-marginalia.

Previous Next

Package: guix-patches;

Reported by: Brit Butler <brit <at> kingcons.io>

Date: Tue, 12 Jan 2021 03:59:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45810 in the body.
You can then email your comments to 45810 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#45810; Package guix-patches. (Tue, 12 Jan 2021 03:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brit Butler <brit <at> kingcons.io>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 12 Jan 2021 03:59:02 GMT) Full text and rfc822 format available.

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

From: Brit Butler <brit <at> kingcons.io>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-marginalia.
Date: Tue, 12 Jan 2021 03:58:13 GMT
* gnu/packages/emacs-xyz.scm (emacs-marginalia): New variable.
---
 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1defa61294..95bc87c18d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7011,6 +7011,32 @@ Emacs completion function completing-read, which allows to quickly select from a
 list of candidates.")
       (license license:gpl3+))))
 
+(define-public emacs-marginalia
+  ;; There are no tagged releases upstream on GitHub, instead we are using the
+  ;; most recent commit.
+  (let ((commit "401993562dbf636054dd64988e44d19b5030867f")
+        (revision "0"))
+    (package
+      (name "emacs-marginalia")
+      (version (git-version "0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/minad/marginalia")
+               (commit commit)))
+         (sha256
+          (base32 "1j0k9ija5paidj7yvbagkkayz9bjwhia9yhmd2q4490ginbbxshs"))
+         (file-name (git-file-name name version))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/minad/marginalia")
+      (synopsis "Marginalia in the minibuffer")
+      (description "This package provides marginalia-mode which adds marginalia
+to the minibuffer completions. Marginalia are marks or annotations placed at the
+margin of the page of a book or in this case helpful colorful annotations placed
+at the margin of the minibuffer for your completion candidates.")
+      (license license:gpl3+))))
+
 (define-public emacs-smartparens
   (package
     (name "emacs-smartparens")
-- 
2.30.0





Information forwarded to guix-patches <at> gnu.org:
bug#45810; Package guix-patches. (Tue, 12 Jan 2021 08:51:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Brit Butler via Guix-patches via <guix-patches <at> gnu.org>
Cc: 45810-done <at> debbugs.gnu.org, Brit Butler <brit <at> kingcons.io>
Subject: Re: [bug#45810] [PATCH] gnu: Add emacs-marginalia.
Date: Tue, 12 Jan 2021 09:50:15 +0100
Hello,

Brit Butler via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-marginalia): New variable.

Applied, with the change below.

> +      (description "This package provides marginalia-mode which adds marginalia
> +to the minibuffer completions. Marginalia are marks or annotations placed at the

I added a second space after full stop above.

Thank you.

Regards,
-- 
Nicolas Goaziou




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 12 Jan 2021 08:51:02 GMT) Full text and rfc822 format available.

Notification sent to Brit Butler <brit <at> kingcons.io>:
bug acknowledged by developer. (Tue, 12 Jan 2021 08:51: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. (Tue, 09 Feb 2021 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 76 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.