GNU bug report logs - #35278
Add emacs-ace-jump-mode

Previous Next

Package: guix-patches;

Reported by: Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>

Date: Sun, 14 Apr 2019 18:48:01 UTC

Severity: normal

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

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: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#35278: closed (Add emacs-ace-jump-mode)
Date: Mon, 15 Apr 2019 16:06:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 15 Apr 2019 18:05:36 +0200
with message-id <877ebvi78v.fsf <at> gnu.org>
and subject line Re: [bug#35278] Add emacs-ace-jump-mode
has caused the debbugs.gnu.org bug report #35278,
regarding Add emacs-ace-jump-mode
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
35278: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35278
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
To: guix-patches <at> gnu.org
Subject: Add emacs-ace-jump-mode
Date: Sun, 14 Apr 2019 20:47:41 +0200
[Message part 3 (text/plain, inline)]
Hi,
I packaged emacs-ace-jump-mode, a small package for navigation in
Emacs. It would be nice if we could add to Guix. However: The licensing
notice in the source file is copied out of Emacs. I don't know whether
that is ok.

Tim.

[0001-gnu-Add-emacs-ace-jump-mode.patch (text/x-patch, inline)]
From 3ee0e4071e8063f6404f8e7c43f175a80f652112 Mon Sep 17 00:00:00 2001
From: Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
Date: Sat, 13 Apr 2019 13:46:05 +0200
Subject: [PATCH] gnu: Add emacs-ace-jump-mode

* gnu/packages/emacs-xyz.scm (emacs-ace-jump-mode): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c8cd3a7ed5..844f870809 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -722,6 +722,28 @@ can take association lists, hash tables, and in some cases vectors (where the
 index is considered the key).")
     (license license:gpl3+)))
 
+(define-public emacs-ace-jump-mode
+  (package
+    (name "emacs-ace-jump-mode")
+    (version "2.0")
+    (home-page "https://github.com/winterTTr/ace-jump-mode")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+	     (url (string-append
+		   home-page ".git"))
+	     (commit (string-append "v" version))))
+       (sha256 (base32 "1bwvzh056ls2v7y26a0s4j5mj582dmds04lx4x6iqihs04ss74bb"))))
+    (build-system emacs-build-system)
+    (synopsis "Cursor location minor mode for fast navigation")
+    (description "ace-jump-mode is a fast/direct cursor location minor
+mode. It will create the N-Branch search tree internal and marks all
+the possible position with predefined keys in within the whole emacs
+view.  Allowing you to move to the character/word/line almost
+directly.")
+    (license license:gpl3+)))
+
 (define-public emacs-anaphora
   (package
     (name "emacs-anaphora")
-- 
2.21.0

[Message part 5 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
Cc: 35278-done <at> debbugs.gnu.org
Subject: Re: [bug#35278] Add emacs-ace-jump-mode
Date: Mon, 15 Apr 2019 18:05:36 +0200
[Message part 6 (text/plain, inline)]
Hi Tim,

Tim Gesthuizen <tim.gesthuizen <at> yahoo.de> skribis:

> I packaged emacs-ace-jump-mode, a small package for navigation in
> Emacs. It would be nice if we could add to Guix. However: The licensing
> notice in the source file is copied out of Emacs. I don't know whether
> that is ok.

I think it’s OK.

> From 3ee0e4071e8063f6404f8e7c43f175a80f652112 Mon Sep 17 00:00:00 2001
> From: Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
> Date: Sat, 13 Apr 2019 13:46:05 +0200
> Subject: [PATCH] gnu: Add emacs-ace-jump-mode
>
> * gnu/packages/emacs-xyz.scm (emacs-ace-jump-mode): New variable.

I made the adjustments below to satisfy ‘guix lint’ and to fix a couple
of wording issues in the description and committed.

Thanks!

Ludo’.

[Message part 7 (text/x-patch, inline)]
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2c0106efbf..9d69938683 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -727,20 +727,21 @@ index is considered the key).")
     (name "emacs-ace-jump-mode")
     (version "2.0")
     (home-page "https://github.com/winterTTr/ace-jump-mode")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-	     (url (string-append
-		   home-page ".git"))
-	     (commit (string-append "v" version))))
-       (sha256 (base32 "1bwvzh056ls2v7y26a0s4j5mj582dmds04lx4x6iqihs04ss74bb"))))
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (sha256
+               (base32
+                "1bwvzh056ls2v7y26a0s4j5mj582dmds04lx4x6iqihs04ss74bb"))
+              (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (synopsis "Cursor location minor mode for fast navigation")
-    (description "ace-jump-mode is a fast/direct cursor location minor
-mode. It will create the N-Branch search tree internal and marks all
-the possible position with predefined keys in within the whole emacs
-view.  Allowing you to move to the character/word/line almost
+    (description "Ace-jump-mode is a fast/direct cursor location minor
+mode.  It creates an N-Branch search tree internally and marks all
+the possible position with predefined keys in within the whole Emacs
+view.  This allows you to move to the character, word, or line almost
 directly.")
     (license license:gpl3+)))
 

This bug report was last modified 6 years and 98 days ago.

Previous Next


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