GNU bug report logs -
#46931
[PATCH] gnu: Add emacs-springboard.
Previous Next
Reported by: Stefan Reichör <stefan <at> xsteve.at>
Date: Thu, 4 Mar 2021 20:16:01 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 bug report
#46931: [PATCH] gnu: Add emacs-springboard.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 46931 <at> debbugs.gnu.org.
--
46931: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46931
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Stefan Reichör <stefan <at> xsteve.at> writes:
> * gnu/packages/emacs-xyz.scm (emacs-springboard): New variable.
I added a comment explaining why we are using a specific commit. I also
capitalized a bit the description, and tweaked the synopsis to pacify
"guix lint".
Thanks,
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-springboard): New variable.
---
gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 98b827177c..060f4b1c2a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22476,6 +22476,33 @@ functions for Fish shell scripts.")
parent directory using @code{Eshell}.")
(license license:gpl3+))))
+(define-public emacs-springboard
+ (let ((commit "687d1e5898a880878995dc9bffe93b4598366203")
+ (version "1.0")
+ (revision "1"))
+ (package
+ (name "emacs-springboard")
+ (version (git-version version revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jwiegley/springboard")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0fn8c4hqblfjvcpg68kj2dmdjqsdnxddqbzgvakl43zckjg8pi01"))))
+ (build-system emacs-build-system)
+ (propagated-inputs `(("emacs-helm" ,emacs-helm)
+ ("emacs-ivy" ,emacs-ivy)))
+ (home-page "https://github.com/jwiegley/springboard")
+ (synopsis "A quick way to change the emacs default directory")
+ (description "This emacs package provides a quick way to change the
+default-directory for only the next invoked command. The directory selection
+can be done using helm, ido or ivy.")
+ (license license:gpl2+))))
+
(define-public emacs-tco-el
(let ((commit "482db5313f090b17ed22ccd856f0e141dc75afe6")
(revision "1"))
--
2.25.1
This bug report was last modified 4 years and 138 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.