Function: hynote-file-stem-start-end-at

hynote-file-stem-start-end-at is a byte-compiled function defined in hynote.el.

Signature

(hynote-file-stem-start-end-at)

Documentation

Return (file-stem start end) if on a hynote-directory-list file stem.

Otherwise, return (nil nil nil).

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hynote.el
;;; ************************************************************************
;;; Public Implicit Button and Action Types
;;; ************************************************************************

(defun hynote-file-stem-start-end-at ()
  "Return (file-stem start end) if on a `hynote-directory-list' file stem.
Otherwise, return (nil nil nil)."
  (or (hpath:delimited-possible-path nil t)
      (list nil nil nil)))