emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26268: closed ([PATCH] gnu: Add emacs-idle-highlig


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26268: closed ([PATCH] gnu: Add emacs-idle-highlight.)
Date: Thu, 30 Mar 2017 08:55:02 +0000

Your message dated Thu, 30 Mar 2017 10:53:53 +0200
with message-id <address@hidden>
and subject line Re: bug#26268: [PATCH] gnu: Add emacs-idle-highlight.
has caused the debbugs.gnu.org bug report #26268,
regarding [PATCH] gnu: Add emacs-idle-highlight.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26268: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26268
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: bug#26268: [PATCH] gnu: Add emacs-idle-highlight. Date: Thu, 30 Mar 2017 10:53:53 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
Vasile Dumitrascu <address@hidden> skribis:

> * gnu/packages/emacs.scm (emacs-idle-highlight): New variable.

AFAICS this addresses Alex’s concerns so I’ve applied it, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]