guix-patches
[Top][All Lists]
Advanced

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

[bug#31081] [PATCH] gnu: Add emacs-anzu-evil


From: Oleg Pykhalov
Subject: [bug#31081] [PATCH] gnu: Add emacs-anzu-evil
Date: Sat, 07 Apr 2018 21:38:43 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Sohom Bhattacharjee <address@hidden> writes:

> I have made the suggested changes and attached the new patch. 
>
> Thank You :-)

[…]

> From baa056f96e1bb5a2fba0276a729237762d697cd2 Mon Sep 17 00:00:00 2001
> From: Sohom Bhattacharjee <address@hidden>
> Date: Sat, 7 Apr 2018 23:36:31 +0530
> Subject: [PATCH] gnu: Add emacs-evil-anzu.
>
> * gnu/packages/emacs.scm (emacs-evil-anzu): New variable.
> ---
>  gnu/packages/emacs.scm | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index fd0b8acd0..0ff712117 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -7494,3 +7494,25 @@ used with SGML-like languages: XML, HTML, XHTML, XSL, 
> etc.")
>  standard Unix password manager\").")
>      (license license:gpl2+)))
>  
> +
  ^
  Only 1 empty line between definitions.

> +(define-public emacs-evil-anzu
> +  (package
> +    (name "emacs-evil-anzu")
> +    (version "0.03")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append 
> "https://github.com/syohex/emacs-evil-anzu/archive/";

This line is longer than 78.

> +                           version ".tar.gz"))
> +       (file-name (string-append name "-" version ".tar.gz"))
> +       (sha256
> +        (base32 "032hh2946z529cizqsg8pm6cpn5qdj8lfk3qskmx6xv3g2ra56ns"))))
> +    (build-system emacs-build-system)
> +    (propagated-inputs
> +     `(("emacs-evil" ,emacs-evil)
> +       ("emacs-anzu" ,emacs-anzu)))
> +    (home-page "https://github.com/syohex/emacs-evil-anzu";)
> +    (synopsis "Anzu for evil-mode")
> +    (description "@code{anzu} provides a minor mode that displays the 
> current match

The description is longer than 78.

> +and total match information in the mode-line in various search modes.")
> +    (license license:gpl3+)))

Pushed as d4bb4551356c6601a952e89ad8e1b56a3bf2244d with changes above.

Thanks,
Oleg.

Attachment: signature.asc
Description: PGP signature


reply via email to

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