[ ソース: expand-region-el ]
パッケージ: elpa-expand-region (0.11.0-3)
elpa-expand-region に関するリンク
Debian の資源:
expand-region-el ソースパッケージをダウンロード:
- [expand-region-el_0.11.0-3.dsc]
- [expand-region-el_0.11.0.orig.tar.gz]
- [expand-region-el_0.11.0-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.