guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#34521] Guix patch


From: Ricardo Wurmus
Subject: [bug#34521] Guix patch
Date: Mon, 18 Feb 2019 16:36:31 +0100
User-agent: mu4e 1.0; emacs 26.1

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 via email to

[Prev in Thread] Current Thread [Next in Thread]