* [bug#37065] [PATCH] Add emacs-symbol-overlay.
@ 2019-08-17 17:11 Brian Leung
2019-08-18 18:07 ` Oleg Pyhalov
0 siblings, 1 reply; 2+ messages in thread
From: Brian Leung @ 2019-08-17 17:11 UTC (permalink / raw)
To: 37065
[-- Attachment #1.1: Type: text/plain, Size: 14 bytes --]
See attached.
[-- Attachment #1.2: Type: text/html, Size: 39 bytes --]
[-- Attachment #2: 0001-gnu-Add-emacs-symbol-overlay.patch --]
[-- Type: text/x-patch, Size: 1703 bytes --]
From 301be276b5dbe66405b34b64ac265a3ba72c3e8a Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Sat, 17 Aug 2019 19:09:58 +0200
Subject: [PATCH] gnu: Add emacs-symbol-overlay.
* gnu/packages/emacs-xyz.scm (emacs-symbol-overlay): New variable.
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6e612cab56..2a6ac88f38 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4487,6 +4487,29 @@ regardless of @code{highlight-symbol-idle-delay}.
@code{highlight-symbol-query-replace} can be used to replace the symbol. ")
(license license:gpl2+))))
+(define-public emacs-symbol-overlay
+ (let ((commit "e40a7c407f24158c45eaa5f54ed41f5e416a51dc")
+ (revision "1"))
+ (package
+ (name "emacs-symbol-overlay")
+ (version (git-version "4.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/wolray/symbol-overlay.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0ibz3392d3jw1l8006h9kf8s7bg6vl7jc92bmqc031a433009ic7"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/wolray/symbol-overlay")
+ (synopsis "Highlight symbols and perform various search operations on them")
+ (description
+ "This package provides functions for highlighting and navigating
+between symbols.")
+ (license license:gpl3+))))
+
(define-public emacs-hl-todo
(package
(name "emacs-hl-todo")
--
2.22.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#37065] [PATCH] Add emacs-symbol-overlay.
2019-08-17 17:11 [bug#37065] [PATCH] Add emacs-symbol-overlay Brian Leung
@ 2019-08-18 18:07 ` Oleg Pyhalov
0 siblings, 0 replies; 2+ messages in thread
From: Oleg Pyhalov @ 2019-08-18 18:07 UTC (permalink / raw)
To: Brian Leung; +Cc: 37065, 37065-done
[-- Attachment #1: Type: text/plain, Size: 41 bytes --]
Hello,
Thanks, pushed to master.
Oleg.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-08-18 18:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-17 17:11 [bug#37065] [PATCH] Add emacs-symbol-overlay Brian Leung
2019-08-18 18:07 ` Oleg Pyhalov
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).