expand-region-el 1.0.0-2 source package in Ubuntu
Changelog
expand-region-el (1.0.0-2) unstable; urgency=medium * Team upload. * Rebuild against dh-elpa 2.1.5. Upload pushed to dgit-repos but not salsa. See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>. -- Sean Whitton <email address hidden> Thu, 25 Jul 2024 20:27:35 +0900
Upload details
- Uploaded by:
- Debian Emacsen team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Emacsen team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
expand-region-el_1.0.0-2.dsc | 2.2 KiB | 75e07ea56edd6792d31ed76805282c5d5a66b3b823ef0e2af9dfe49be37a878d |
expand-region-el_1.0.0.orig.tar.xz | 37.5 KiB | ee8739b45365baacf8a3f08d9e870ab64ef40b273ee7a5ada6592bf738025503 |
expand-region-el_1.0.0-2.debian.tar.xz | 4.3 KiB | e0211f62f486b8fd931ae71aa7372fcc42fbcb3bafd5c7750be838e5db24544f |
Available diffs
- diff from 1.0.0-1 to 1.0.0-2 (399 bytes)
No changes file available.
Binary packages built by this source
- elpa-expand-region: 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.
- expand-region-el: Transition package, expand-region-el to elpa-expand-region
Ease transition from expand-region-el to elpa-expand-region with this
dummy package.