From: Brian Leung <bkleung89@gmail.com>
To: 34598@debbugs.gnu.org
Subject: [bug#34598] Guix patch: emacs-isearch-plus
Date: Thu, 21 Feb 2019 01:14:59 +0100 [thread overview]
Message-ID: <CAAc=MEzq=a+9iD0u7Dkn0_gsN1iu0Tsnr+6V4RptMB=ZR3yqyg@mail.gmail.com> (raw)
[-- 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
next reply other threads:[~2019-02-21 0:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-21 0:14 Brian Leung [this message]
2019-02-28 1:43 ` [bug#34598] Friendly ping Brian Leung
2019-03-03 14:41 ` bug#34598: " Ricardo Wurmus
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAAc=MEzq=a+9iD0u7Dkn0_gsN1iu0Tsnr+6V4RptMB=ZR3yqyg@mail.gmail.com' \
--to=bkleung89@gmail.com \
--cc=34598@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 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.