GNU bug report logs -
#34521
Guix patch
Previous Next
Reported by: Brian Leung <bkleung89 <at> gmail.com>
Date: Mon, 18 Feb 2019 03:21:02 UTC
Severity: normal
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 34521 <at> debbugs.gnu.org (full text, mbox):
Hi Brian,
> Subject: [PATCH] gnu: Add emacs-isearch-prop.
Thank you for the patch.
> +(define-public emacs-isearch-prop
> + (let ((commit "5e9dc44cf582d998aaa73ccd4d07cbda01248156")
> + (revision "1"))
> + (package
> + (name "emacs-isearch-prop")
> + (version (git-version "0" revision commit))
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/emacsmirror/isearch-prop.git")
> + (commit commit)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> + "1xawppy705ybsgx566zvj8zk2aajq0sqvhvfs7nijqq32lx0a2zl"))))
> + (build-system emacs-build-system)
> + (home-page "https://www.emacswiki.org/emacs/isearch-prop.el")
> + (synopsis "Extensions to `isearch.el'")
> + (description "Search text- or overlay-property contexts.")
This description is a bit short. How about this:
The Emacs library @code{isearch-prop.el} lets you search within
contexts. You can limit incremental search to a set of zones of
buffer text, search contexts that in effect constitute a multi-region.
These zones can be defined in various ways, including some ways
provided specially by this library.
What do you think?
> + (license license:gpl2+))))
The license is actually GPLv3+.
--
Ricardo
This bug report was last modified 6 years and 98 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.