Function: kcell-view:start

kcell-view:start is a byte-compiled function defined in kview.el.

Signature

(kcell-view:start &optional POS LBL-SEP-LEN)

Documentation

Return start position of visible cell contents from optional POS or point.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kview.el
(defun kcell-view:start (&optional pos lbl-sep-len)
  "Return start position of visible cell contents from optional POS or point."
  (save-excursion
    (+ (kcell-view:to-label-end pos)
       (or lbl-sep-len (kview:label-separator-length kotl-kview)))))