Function: hyrolo-verify
hyrolo-verify is a byte-compiled function defined in hyrolo.el.
Signature
(hyrolo-verify)
Documentation
Verify point is in a HyRolo match buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-verify ()
"Verify point is in a HyRolo match buffer."
(when (not (member (buffer-name)
(nconc (list hyrolo-display-buffer
(and (car (hyrolo-get-file-list))
(file-name-nondirectory (car (hyrolo-get-file-list)))))
(mapcar #'file-name-nondirectory
(hpath:expand-list hsys-org-cycle-bob-file-list)))))
(error "(HyRolo): Use this command in HyRolo match buffers or primary file buffers")))