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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 34521 in the body.
You can then email your comments to 34521 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#34521
; Package
guix-patches
.
(Mon, 18 Feb 2019 03:21:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Brian Leung <bkleung89 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 18 Feb 2019 03:21:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
See attached.
[Message part 2 (text/html, inline)]
[0001-gnu-Add-emacs-isearch-prop.patch (text/x-patch, attachment)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#34521
; Package
guix-patches
.
(Mon, 18 Feb 2019 15:37:02 GMT)
Full text and
rfc822 format available.
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
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Mon, 18 Feb 2019 21:10:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Brian Leung <bkleung89 <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 18 Feb 2019 21:10:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 34521-done <at> debbugs.gnu.org (full text, mbox):
Hi Brian,
> Please ignore my last email---here is another fix to the patch.
Thank you. I pushed it to the master branch with commit 48211de6d.
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 19 Mar 2019 11:24:05 GMT)
Full text and
rfc822 format available.
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.