Function: hyrolo-locate

hyrolo-locate is an interactive and byte-compiled function defined in hyrolo.el.

Signature

(hyrolo-locate)

Documentation

Interactively search for an entry beginning with a set of search characters.

Searches within the current buffer only.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-locate ()
  "Interactively search for an entry beginning with a set of search characters.
Searches within the current buffer only."
  (interactive)
  (hyrolo-funcall-match
   (lambda () (hyrolo-isearch-for-regexp hyrolo-hdr-and-entry-regexp nil))))