unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31036] [PATCH] gnu: Add Emacs dumb-jump
@ 2018-04-03  2:34 Sohom Bhattacharjee
  2018-04-03 17:34 ` Arun Isaac
       [not found] ` <29a411b7.AL4AAAOBQdEAAAAAAAAAAAO0oB8AAAACwQwAAAAAAAW9WABaw7s5@mailjet.com>
  0 siblings, 2 replies; 13+ messages in thread
From: Sohom Bhattacharjee @ 2018-04-03  2:34 UTC (permalink / raw)
  To: 31036

I added the comment because it makes it clear as to why the "v" is needed in the version. 
* gnu/packages/emacs.scm (emacs-dumb-jump): New variable.
---
 gnu/packages/emacs.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7a203ef6e..b4744cfc9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7436,3 +7436,37 @@ directories of plain text notes, inspired by Notational Velocity.")
 matches\" in the mode line in various search modes.  This is an Emacs port of
 Anzu.zim.")
     (license license:gpl3+)))
+
+;; the version needs to have a v in it because of how the github releases are maintained.
+(define-public emacs-dumb-jump
+(package
+  (name "emacs-dumb-jump")
+  (version "v0.5.2")
+  (source
+    (origin
+      (method url-fetch)
+      (uri (string-append
+            "https://github.com/jacktasia/dumb-jump/archive/"
+             version ".tar.gz"))
+      (file-name (string-append name "-" version ".tar.gz"))
+      (sha256
+        (base32
+          "07n0xjgpxjpf3vp9gxchkjpydyj0zm166930as0kwiwkhjlsirsf"))))
+  (build-system emacs-build-system)
+  (propagated-inputs
+    `(("emacs-f" ,emacs-f)
+      ("emacs-s" ,emacs-s)
+      ("emacs-dash" ,emacs-dash)
+      ("emacs-popup" ,emacs-popup)))
+  (home-page "https://github.com/jacktasia/dumb-jump")
+  (synopsis
+    "Jump to definition for multiple languages without configuration")
+  (description
+    "Dumb Jump is an Emacs \"jump to definition\" package with support for
+multiple programming languages that favors \"just working\" over speed or
+accuracy.  This means minimal -- and ideally zero -- configuration with
+absolutely no stored indexes (TAGS) or persistent background processes.  Dumb
+Jump performs best with The Silver Searcher `ag` or ripgrep `rg` installed.
+Dumb Jump requires at least GNU Emacs 24.3.
+")
+  (license license:gpl3+)))
-- 
2.16.2

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-05-07 16:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-03  2:34 [bug#31036] [PATCH] gnu: Add Emacs dumb-jump Sohom Bhattacharjee
2018-04-03 17:34 ` Arun Isaac
     [not found] ` <29a411b7.AL4AAAOBQdEAAAAAAAAAAAO0oB8AAAACwQwAAAAAAAW9WABaw7s5@mailjet.com>
2018-04-09 15:00   ` Sohom Bhattacharjee
2018-04-09 16:12     ` Maxim Cournoyer
2018-04-11  2:50       ` Sohom Bhattacharjee
2018-04-11  5:18         ` Arun Isaac
     [not found]         ` <f25b8830.AMUAAARKSBwAAAAAAAAAAAO0oB8AAAACwQwAAAAAAAW9WABazZq-@mailjet.com>
2018-04-12  6:50           ` Sohom Bhattacharjee
2018-04-13  3:52             ` Maxim Cournoyer
2018-05-03 18:04             ` bug#31036: " Arun Isaac
2018-05-05 18:42               ` [bug#31036] " Oleg Pykhalov
2018-05-06  9:07                 ` Arun Isaac
2018-05-07 16:33                   ` Oleg Pykhalov
2018-04-14 16:57       ` Arun Isaac

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).