wrap-search
- Description
- wrapped, non-incremental search
- Latest
- wrap-search-4.17.6.tar (.sig), 2024-Sep-29, 10.0 KiB
- Maintainer
- Emanuel Berg <incal@dataswamp.org>
- Website
- https://dataswamp.org/~incal/elpa/wrap-search.el
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
The `wrap-search' package offers non-incremental search. It shows hitss (hits and only hits) and search only starts when one presses RET. `wrap-search' searches forward by default, but it wraps and continues up and until the search start position if necessary. This is so one doesn't have to wonder if the target is north or south in the buffer. The philosophy is that `wrap-search' mostly shouldn't be used for searching - that is possible as well, of course, using the same command - rather, it is used to quickly navigate a buffer. To use the package without keyboard shortcuts isn't recommended. Instead, do for example (keymap-global-set "C-s" #'wrap-search) (keymap-global-set "C-r" #'wrap-search-again) One can use the `universal-argument' key, which is typically C-u, before those functions to set two search options before the search. If we assume the above keys are used, then, for `wrap-search', here are the keys and what they do, C-u C-s do case-sensitive search C-u C-u C-s do reverse search, direction north from point C-u C-u C-u C-s do case-sensitive, reverse search and for `wrap-search-again', using a corresponding interface C-u C-r reverse previous search case-sensitive setting C-u C-u C-r reverse previous search reverse setting C-u C-u C-u C-r reverse previous search case-sensitive and reverse settings and the search is done again, with those settings. See the `wrap-search' and `wrap-search-again' docstrings.
Old versions
wrap-search-4.16.19.tar.lz | 2024-Aug-13 | 2.34 KiB |
wrap-search-4.16.17.tar.lz | 2024-Aug-04 | 2.42 KiB |
wrap-search-4.16.15.tar.lz | 2024-Jul-30 | 2.42 KiB |
wrap-search-4.16.13.tar.lz | 2024-May-18 | 2.41 KiB |
wrap-search-4.15.11.tar.lz | 2024-May-07 | 2.33 KiB |
wrap-search-4.14.11.tar.lz | 2024-Apr-27 | 2.33 KiB |
wrap-search-4.14.10.tar.lz | 2024-Apr-24 | 2.32 KiB |
wrap-search-4.12.10.tar.lz | 2023-Oct-02 | 2.10 KiB |