mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-iedit: Update to 0.9.9.9-1.e2c100c.
* gnu/packages/emacs-xyz.scm (emacs-iedit): Update to 0.9.9.9-1.e2c100c.
This commit is contained in:
parent
81b8a1a986
commit
923e561e6a
1 changed files with 21 additions and 18 deletions
|
@ -5184,18 +5184,21 @@ highlighted. Pressing that character will switch to that window.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-iedit
|
(define-public emacs-iedit
|
||||||
|
;; Last release version was in 2016.
|
||||||
|
(let ((commit "e2c100cdd67b7d82835d281ac2cd1bf4f374bc8f")
|
||||||
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-iedit")
|
(name "emacs-iedit")
|
||||||
(version "0.9.9.9")
|
(version (git-version "0.9.9.9" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/victorhge/iedit.git")
|
(url "https://github.com/victorhge/iedit.git")
|
||||||
(commit (string-append "v" version))))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1pwkrm98vlpzsy5iwwfksdaz3zzyi7bvdf5fglhsn4ssf47p787g"))))
|
(base32 "0wr3w2id95wx2rma8n1ifjrv9rx37ly26ijc5zi58id0yrip3hnc"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "http://www.emacswiki.org/emacs/Iedit")
|
(home-page "http://www.emacswiki.org/emacs/Iedit")
|
||||||
(synopsis "Edit multiple regions in the same way simultaneously")
|
(synopsis "Edit multiple regions in the same way simultaneously")
|
||||||
|
@ -5207,7 +5210,7 @@ simultaneously have other occurrences edited in the same way.
|
||||||
You can also use Iedit mode as a quick way to temporarily show only the buffer
|
You can also use Iedit mode as a quick way to temporarily show only the buffer
|
||||||
lines that match the current text being edited. This gives you the effect of
|
lines that match the current text being edited. This gives you the effect of
|
||||||
a temporary @code{keep-lines} or @code{occur}.")
|
a temporary @code{keep-lines} or @code{occur}.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-zoutline
|
(define-public emacs-zoutline
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue