all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: guix-devel@gnu.org
Subject: [PATCH 5/6] gnu: Add emacs-iedit.
Date: Sat, 18 Jun 2016 18:15:43 +0200	[thread overview]
Message-ID: <20160618161544.3643-5-rekado@elephly.net> (raw)
In-Reply-To: <20160618161544.3643-1-rekado@elephly.net>

* gnu/packages/emacs.scm (emacs-iedit): 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 7104165..1a68324 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1829,6 +1829,32 @@ called.  If there are more, each window will have its first character
 highlighted.  Pressing that character will switch to that window.")
     (license license:gpl3+)))
 
+(define-public emacs-iedit
+  (package
+    (name "emacs-iedit")
+    (version "0.9.9")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/victorhge/iedit/archive/v"
+                           version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "00v86zllcsivmiibigbr91qij2zdf1lr9db8z8again1sn63wkdj"))))
+    (build-system emacs-build-system)
+    (home-page "http://www.emacswiki.org/emacs/Iedit")
+    (synopsis "Edit multiple regions in the same way simultaneously")
+    (description
+     "This package is an Emacs minor mode and allows you to edit one
+occurrence of some text in a buffer (possibly narrowed) or region, and
+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
+lines that match the current text being edited.  This gives you the effect of
+a temporary @code{keep-lines} or @code{occur}.")
+    (license license:gpl3+)))
+
 (define-public emacs-clojure-mode
   (package
     (name "emacs-clojure-mode")
-- 
2.8.3

  parent reply	other threads:[~2016-06-18 16:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-18 16:15 [PATCH 1/6] gnu: Add emacs-ivy Ricardo Wurmus
2016-06-18 16:15 ` [PATCH 2/6] gnu: Add emacs-hydra Ricardo Wurmus
2016-06-20  4:55   ` Ricardo Wurmus
2016-06-18 16:15 ` [PATCH 3/6] gnu: Add emacs-avy Ricardo Wurmus
2016-06-19 17:13   ` Alex Kost
2016-06-20  4:40     ` Ricardo Wurmus
2016-06-18 16:15 ` [PATCH 4/6] gnu: Add emacs-ace-window Ricardo Wurmus
2016-06-19 17:16   ` Alex Kost
2016-06-18 16:15 ` Ricardo Wurmus [this message]
2016-06-19 17:26   ` [PATCH 5/6] gnu: Add emacs-iedit Alex Kost
2016-06-18 16:15 ` [PATCH 6/6] gnu: Add emacs-lispy Ricardo Wurmus
2016-06-19 17:31   ` Alex Kost
2016-06-19 17:11 ` [PATCH 1/6] gnu: Add emacs-ivy Alex Kost
2016-06-20  4:43   ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160618161544.3643-5-rekado@elephly.net \
    --to=rekado@elephly.net \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.