unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Tim Gesthuizen <tim.gesthuizen@yahoo.de>
To: 35278@debbugs.gnu.org
Subject: [bug#35278] Add emacs-ace-jump-mode
Date: Sun, 14 Apr 2019 20:47:41 +0200	[thread overview]
Message-ID: <878swch19u.fsf@yahoo.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

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.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-ace-jump-mode.patch --]
[-- Type: text/x-patch, Size: 1637 bytes --]

From 3ee0e4071e8063f6404f8e7c43f175a80f652112 Mon Sep 17 00:00:00 2001
From: Tim Gesthuizen <tim.gesthuizen@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


             reply	other threads:[~2019-04-14 18:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-14 18:47 Tim Gesthuizen [this message]
2019-04-15 16:05 ` bug#35278: Add emacs-ace-jump-mode Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878swch19u.fsf@yahoo.de \
    --to=tim.gesthuizen@yahoo.de \
    --cc=35278@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).