[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#685720: ITP: expand-region-el -- Increase selected region in Emacs by semantic units



Package: wnpp
Severity: wishlist
Owner: "Barak A. Pearlmutter" <bap@debian.org>

* Package name    : expand-region-el
  Version         : 0+git.1.d157d7f
  Upstream Author : Magnar Sveen <magnars@gmail.com>
* URL             : https://github.com/magnars/expand-region.el
* License         : GPL3
  Programming Lang: elisp
  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.

(initial packaging in git://github.com/barak/expand-region.el)


Reply to: