expand-region-el 0.9.0+2013.10.19-1 source package in Ubuntu
Changelog
expand-region-el (0.9.0+2013.10.19-1) unstable; urgency=low * Track upstream development snapshot -- Barak A. Pearlmutter <email address hidden> Mon, 04 Nov 2013 13:05:27 +0000
Upload details
- Uploaded by:
- Barak A. Pearlmutter
- Uploaded to:
- Sid
- Original maintainer:
- Barak A. Pearlmutter
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
expand-region-el_0.9.0+2013.10.19-1.dsc | 1.3 KiB | b4b08ae27b3bd9bb3f7d226ed431510d96ec13ef1842b9da3c88afcd50b8f2e5 |
expand-region-el_0.9.0+2013.10.19.orig.tar.gz | 28.6 KiB | 34dab3d44f90d3e39952c01c1565da63b301e98e0fadf52d8d11dbec6323e6b5 |
expand-region-el_0.9.0+2013.10.19-1.debian.tar.gz | 4.0 KiB | da2b921a1f19ebd5286b2acfe07a543e1cad9e939be562d24c6d5911074c3624 |
Available diffs
No changes file available.
Binary packages built by this source
- expand-region-el: 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.