GNU bug report logs - #26268
[PATCH] gnu: Add emacs-idle-highlight.

Previous Next

Package: guix-patches;

Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>

Date: Sun, 26 Mar 2017 23:40:01 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: Vasile Dumitrascu <va511e <at> yahoo.com>
To: 26268 <at> debbugs.gnu.org
Cc: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: bug#26268: [PATCH] gnu: Add emacs-idle-highlight.
Date: Mon, 27 Mar 2017 01:39:12 +0200
    * gnu/packages/emacs.scm (emacs-idle-highlight): New variable.
---
 gnu/packages/emacs.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 4fe2ffa4d..02f92bc26 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3960,3 +3960,24 @@ abbreviation and automatically expand it into function templates.")
    (description "@code{emacs-memoize} is an Emacs library for
 memoizing functions.")
    (license license:unlicense)))
+
+(define-public emacs-idle-highlight
+  (package
+    (name "emacs-idle-highlight")
+    (version "20120920.948")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://melpa.org/packages/idle-highlight-mode-"
+             version ".el"))
+       (sha256
+        (base32
+         "083ihf97a20l9pbqgn9jh6vdx97z40mp2fhi17qs90a16hpfhx5j"))))
+    (build-system emacs-build-system)
+    (home-page "http://www.emacswiki.org/cgi-bin/wiki/IdleHighlight")
+    (synopsis "Highlights all occurences of the word the point is on")
+    (description
+     "@code{idle-highlight-mode} sets an idle timer that highlights all
+occurences in the buffer of the word under the point.")
+    (license license:gpl3+)))
-- 
2.11.0





This bug report was last modified 8 years and 57 days ago.

Previous Next


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