GNU bug report logs - #31147
[PATCH] gnu: Add emacs-elisp-slime-nav.

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Fri, 13 Apr 2018 14:30:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Subject: bug#31147: closed (Re: [bug#31147] [PATCH] gnu: Add
 emacs-elisp-slime-nav.)
Date: Sun, 22 Apr 2018 21:46:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#31147: [PATCH] gnu: Add emacs-elisp-slime-nav.

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 31147 <at> debbugs.gnu.org.

-- 
31147: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31147
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 31147-done <at> debbugs.gnu.org
Subject: Re: [bug#31147] [PATCH] gnu: Add emacs-elisp-slime-nav.
Date: Sun, 22 Apr 2018 23:45:39 +0200
Konrad Hinsen <konrad.hinsen <at> fastmail.net> skribis:

> * gnu/packages/emacs.scm (emacs-elisp-slime-nav): New variable.

Applied, thanks!

Ludo'.

[Message part 3 (message/rfc822, inline)]
From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-elisp-slime-nav.
Date: Fri, 13 Apr 2018 16:28:09 +0200
* gnu/packages/emacs.scm (emacs-elisp-slime-nav): New variable.
---
 gnu/packages/emacs.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index cf33aea3c..8a40655f2 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7560,3 +7560,25 @@ and can be consulted and modified.")
     (description "@code{anzu} provides a minor mode that displays the current
 match and total match information in the mode-line in various search modes.")
     (license license:gpl3+)))
+
+(define-public emacs-elisp-slime-nav
+  (package
+    (name "emacs-elisp-slime-nav")
+    (version "0.9")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/purcell/elisp-slime-nav/archive/"
+                           version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1vq7ym1q47p97gxrv45c9gm96d23xbp237vkmakikj6grngxjfb2"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/purcell/elisp-slime-nav")
+    (synopsis "Make @code{M-.} and @code{M-,} work for elisp like they do in slime")
+    (description
+     "This package provides slime's convenient @code{M-.}and @code{M-,} navigation
+in @code{emacs-lisp-mode}, together with an elisp equivalent of
+@code{slime-describe-symbol}")
+    (license license:gpl3+)))
-- 
2.17.0




This bug report was last modified 7 years and 82 days ago.

Previous Next


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