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 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: expand-region-el
Section: editors
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Barak A. Pearlmutter <bap@debian.org>,
Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 11),
dh-elpa
Standards-Version: 4.1.3
Homepage: https://github.com/magnars/expand-region.el
Vcs-Git: https://salsa.debian.org/emacsen-team/expand-region-el.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/expand-region-el
Package: elpa-expand-region
Architecture: all
Depends: ${misc:Depends}
Enhances: emacs,
emacs24,
emacs25
Breaks: sml-mode (<< 6),
expand-region-el (<< 0.10.0-6)
Replaces: expand-region-el (<< 0.10.0-6)
Provides: expand-region-el
Description: Increase selected region in Emacs by semantic units
Expand region increases the selected region by semantic units. Just
keep pressing the 'C-=' key until it selects what you want.
The notion of "semantic" is language-sensitive.
.
Example: editing
.
(setq alphabet-start "abc def")
.
With the cursor at the `c`, it starts by marking the entire word
`abc`, then expand to the contents of the quotes `abc def`, then to
the entire quote `"abc def"`, then to the contents of the sexp `setq
alphabet-start "abc def"` and finally to the entire sexp.
Package: expand-region-el
Architecture: all
Depends: ${misc:Depends}, elpa-expand-region
Description: Transition package, expand-region-el to elpa-expand-region
Ease transition from expand-region-el to elpa-expand-region with this
dummy package.
|