GNU bug report logs -
#75243
[PATCH] gnu: Add emacs-binder.
Previous Next
Reported by: Divya Ranjan <divya <at> subvertising.org>
Date: Wed, 1 Jan 2025 15:30:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 03 Jan 2025 12:02:58 +0100
with message-id <8734i0b1nh.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#75243] [PATCH] gnu: Add emacs-binder.
has caused the debbugs.gnu.org bug report #75243,
regarding [PATCH] gnu: Add emacs-binder.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75243: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75243
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-binder): New variable.
---
gnu/packages/emacs-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4e4ac5d4c4..73b6ad72b9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -39712,6 +39712,25 @@ (define-public emacs-iter2
original package.")
(license license:gpl3+)))
+(define-public emacs-binder
+ (package
+ (name "emacs-binder")
+ (version "20241023.1154")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://melpa.org/packages/binder-" version ".tar"))
+ (sha256
+ (base32 "1nvsmmg9wwan5y38dpcpffzxxvivi4708ri64f03gwcq66g1k49m"))))
+ (build-system emacs-build-system)
+ (home-page "https://codeberg.org/divyaranjan/binder")
+ (synopsis
+ "Binder is a global minor mode to facilitate working on multiple files")
+ (description "Primarily, Binder provides a global minor mode binder-mode.
+This allows working with files in the current binder-project-directory.
+Data concerning these files is saved in a .binder.el file in the project directory.")
+ (license license:gpl3+)))
+
(define-public emacs-bind-map
(let ((commit "510a24138d8de3b8df0783f1ac493a551fc9bd74")
(revision "0"))
--
2.47.1
[Message part 3 (message/rfc822, inline)]
Hello,
Divya Ranjan via Guix-patches via <guix-patches <at> gnu.org> writes:
> Also, Nicholas I forgot to include the Copyright signature in my patch, could you just include it yourself? "Divya Ranjan Pattanaik <divya <at> subvertising.org>".
Applied and done. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 142 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.