GNU bug report logs - #61355
[PATCH] gnu: Add emacs-discover.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Tue, 7 Feb 2023 21:01: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 61355 in the body.
You can then email your comments to 61355 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#61355; Package guix-patches. (Tue, 07 Feb 2023 21:01: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 guix-patches <at> gnu.org. (Tue, 07 Feb 2023 21:01:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: Add emacs-discover.
Date: Tue,  7 Feb 2023 22:00:00 +0100
* gnu/packages/emacs-xyz.scm (emacs-discover): New variable.
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1efbaaa538..f3b764d8e6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34742,6 +34742,31 @@ (define-public emacs-seeing-is-believing
 current region or entire buffer.")
       (license license:gpl3+))))
 
+(define-public emacs-discover
+  (let ((revision "1")
+        (commit "7b0044bbb3b3bd5d811fdfb0f5ac6ec8de1239df"))
+    (package
+      (name "emacs-discover")
+      (version (git-version "0.3" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri
+          (git-reference
+           (url "https://github.com/mickeynp/discover.el")
+           (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0f7h2rhh37lrs6xclj182li6s1fawv5m8w3hgy6qgm06dam45lka"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-makey))
+      (home-page "https://github.com/mickeynp/discover.el")
+      (synopsis "Discover more of Emacs using context menus")
+      (description
+       "discover.el adds context menus to commonly-used features in Emacs.")
+      (license license:gpl3+))))
+
 (define-public emacs-nasm-mode
   (package
     (name "emacs-nasm-mode")

base-commit: 09c6de44127f886ed91738ba9d5b8cce3102bcb3
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61355; Package guix-patches. (Sat, 11 Feb 2023 08:58: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: Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org>
Cc: 61355-done <at> debbugs.gnu.org, Cayetano Santos <csantosb <at> inventati.org>
Subject: Re: [bug#61355] [PATCH] gnu: Add emacs-discover.
Date: Sat, 11 Feb 2023 09:56:56 +0100
Hello,

Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:

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

Thank you. I applied the patch with the changes below.

> +(define-public emacs-discover
> +  (let ((revision "1")
> +        (commit "7b0044bbb3b3bd5d811fdfb0f5ac6ec8de1239df"))
> +    (package
> +      (name "emacs-discover")
> +      (version (git-version "0.3" revision commit))

I used bare "0.3" release along with its tag instead of the specific
commit you were suggesting. They only differ by one non-code related
commit and plain versions are more readable.

> +       "discover.el adds context menus to commonly-used features in
> Emacs.")

I wrote "Discover" instead of "discover.el".

Regards,
-- 
Nicolas Goaziou




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sat, 11 Feb 2023 08:58:02 GMT) Full text and rfc822 format available.

Notification sent to Cayetano Santos <csantosb <at> inventati.org>:
bug acknowledged by developer. (Sat, 11 Feb 2023 08:58: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. (Sat, 11 Mar 2023 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 18 days ago.

Previous Next


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