gnu-emacs-sources
[Top][All Lists]
Advanced

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

[GNU ELPA] Wrap-Search version 4.14.11


From: ELPA update
Subject: [GNU ELPA] Wrap-Search version 4.14.11
Date: Sat, 27 Apr 2024 17:05:28 -0400

Version 4.14.11 of package Wrap-Search has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Wrap-Search describes itself as:

  ===============================
  wrapped, non-incremental search
  ===============================

More at https://elpa.gnu.org/packages/wrap-search.html

## Summary:

  The `wrap-search' package offers non-incremental search.
  It shows hitss (hits and only hits) and search only starts
  when one hits 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

    (global-set-key "\C-s" #'wrap-search)
    (global-set-key "\C-r" #'wrap-search-again)

## Recent NEWS:

[Not provided 🙁]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]