[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31500] [PATCH 20/20] gnu: Add Add emacs-wgrep-helm.
From: |
Clément Lassieur |
Subject: |
[bug#31500] [PATCH 20/20] gnu: Add Add emacs-wgrep-helm. |
Date: |
Tue, 22 May 2018 14:56:33 +0200 |
User-agent: |
mu4e 1.0; emacs 25.3.1 |
Pierre Neidhardt <address@hidden> writes:
> * gnu/packages/emacs.scm (emacs-wgrep-helm).
here you forgot ': New variable' :-) ---^
> ---
> gnu/packages/emacs.scm | 26 ++++++++++++++++++++++++++
> 1 file changed, 26 insertions(+)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 7f502022f..ed3ab8e2b 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -11065,3 +11065,29 @@ e.g. the package dependencies it requires. See
> function
> @code{package-lint-buffer}. Checks will currently be enabled only if a
> \"Package-Requires:\" or \"Package-Version:\" header is present in the file.
> ")
> (license license:gpl3+)))
> +
> +(define-public emacs-wgrep-helm
> + (package
> + (name "emacs-wgrep-helm")
> + (version "20170510.1539")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append
> + "https://melpa.org/packages/wgrep-helm-"
> + version
> + ".el"))
> + (sha256
> + (base32
> + "0yaf976nvidwrkmflhrg2arhnrz7kn4fk2dk68082dk26ra74a0n"))))
> + (build-system emacs-build-system)
> + (propagated-inputs
> + `(("emacs-wgrep" ,emacs-wgrep)))
> + (home-page
> + "https://github.com/mhayashi1120/Emacs-wgrep/raw/master/wgrep-helm.el")
> + (synopsis
> + "Writable helm-grep-mode buffer and apply the changes to files")
> + (description
> + "@code{wgrep-helm} allows you to edit a @code{helm-grep-mode} buffer and
> +apply those changes to the file buffer.")
> + (license license:gpl3+)))
- [bug#31500] [PATCH 14/20] gnu: Add emacs-helm-flycheck., (continued)
- [bug#31500] [PATCH 14/20] gnu: Add emacs-helm-flycheck., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 10/20] gnu: Add emacs-helm-company., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 11/20] gnu: Add emacs-helm-descbinds., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 13/20] gnu: Add emacs-helm-exwm., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 15/20] gnu: Add emacs-helm-ls-git., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 16/20] gnu: Add emacs-helm-mu., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 18/20] gnu: Add emacs-image+., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 19/20] gnu: Add emacs-package-lint., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 17/20] gnu: Add emacs-helm-pass., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 20/20] gnu: Add Add emacs-wgrep-helm., Pierre Neidhardt, 2018/05/22