* [bug#34598] Guix patch: emacs-isearch-plus
@ 2019-02-21 0:14 Brian Leung
2019-02-28 1:43 ` [bug#34598] Friendly ping Brian Leung
0 siblings, 1 reply; 3+ messages in thread
From: Brian Leung @ 2019-02-21 0:14 UTC (permalink / raw)
To: 34598
[-- 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-isearch-plus.patch --]
[-- Type: text/x-patch, Size: 1664 bytes --]
From 70738eede8a187d01dc1b45b47971eea2342f19c Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Thu, 21 Feb 2019 01:12:25 +0100
Subject: [PATCH] gnu: Add emacs-isearch-plus.
To: guix-patches@gnu.org
From: leungbk <bkleung89@gmail.com>
---
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 cedc1efbc8..9c562d32d4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11129,6 +11129,29 @@ my_thing reload} all the time. It offers a consistent UI over different init
systems.")
(license license:gpl3+)))
+(define-public emacs-isearch-plus
+ (let ((commit "95e49af9dbf0254e095a11f115e101b52659520a")
+ (revision "1"))
+ (package
+ (name "emacs-isearch-plus")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emacsmirror/isearch-plus.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0xhd9zgknf4lvzyf4apirpd7spb1hbpzkvys00a7pkmd0vvahk0v"))))
+ (build-system emacs-build-system)
+ (home-page "https://www.emacswiki.org/emacs/isearch+.el")
+ (synopsis "Extensions to @code{isearch.el}")
+ (description "Extend @code{isearch} with advice, dynamic filters,
+highlighting of regexp group levels, and more.")
+ (license license:gpl2+))))
+
(define-public emacs-esh-autosuggest
(package
(name "emacs-esh-autosuggest")
--
2.20.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#34598] Friendly ping
2019-02-21 0:14 [bug#34598] Guix patch: emacs-isearch-plus Brian Leung
@ 2019-02-28 1:43 ` Brian Leung
2019-03-03 14:41 ` bug#34598: " Ricardo Wurmus
0 siblings, 1 reply; 3+ messages in thread
From: Brian Leung @ 2019-02-28 1:43 UTC (permalink / raw)
To: 34598
[-- Attachment #1: Type: text/plain, Size: 258 bytes --]
I suspect this may have been mistaken for a duplicate since I submitted a
recipe for a similar package recently. To be clear, this is a different
package; that other one is also for `isearch`, but provides slightly
different functionality from this package.
[-- Attachment #2: Type: text/html, Size: 284 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#34598: Friendly ping
2019-02-28 1:43 ` [bug#34598] Friendly ping Brian Leung
@ 2019-03-03 14:41 ` Ricardo Wurmus
0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2019-03-03 14:41 UTC (permalink / raw)
To: Brian Leung; +Cc: 34598-done
Hi Brian,
sorry for the delay!
I just pushed your patch with commit d2f555f59b with the following changes:
- I added a copyright line to the top of the file.
- I changed the description to use full sentences.
- I renamed the package to “emacs-isearch+”.
Thanks for your contribution!
--
Ricardo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-03-03 14:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-21 0:14 [bug#34598] Guix patch: emacs-isearch-plus Brian Leung
2019-02-28 1:43 ` [bug#34598] Friendly ping Brian Leung
2019-03-03 14:41 ` bug#34598: " Ricardo Wurmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.