Variable: hywiki-word-line-and-column-numbers-regexp
hywiki-word-line-and-column-numbers-regexp is a variable defined in
hywiki.el.
Value
"\\(:L?\\([-+]?[0-9]+\\)\\(:C?\\([-+]?[0-9]+\\)\\)?\\)"
Documentation
Group 2 is the 1-based line number.
Group 4 is the optional 0-based column number.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defconst hywiki-word-line-and-column-numbers-regexp
(concat "\\(" hpath:line-and-column-numbers "\\)")
"Group 2 is the 1-based line number.
Group 4 is the optional 0-based column number.")