1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: iedit
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-elpa
Standards-Version: 4.6.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/victorhge/iedit
Vcs-Browser: https://salsa.debian.org/emacsen-team/iedit
Vcs-Git: https://salsa.debian.org/emacsen-team/iedit.git
Package: elpa-iedit
Architecture: all
Depends: ${elpa:Depends},
${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: edit multiple regions in the same way simultaneously
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 `keep-lines' or `occur'. To get this effect, hit C-'
when in Iedit mode - it toggles hiding non-matching lines.
|