Function: ibtypes::ilink
ibtypes::ilink is a byte-compiled function defined in hibtypes.el.
Signature
(ibtypes::ilink)
Documentation
At point, activate a link to a labeled implicit button.
This executes the linked to implicit button's action in the context of the current buffer.
Recognizes the format '<ilink:' button-label [':' button-location] '>', where button-location is given only when the link is to another file, e.g. <ilink: my series of keys: ${hyperb:dir}/HYPB>.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hibtypes.el
(defib ilink ()
"At point, activate a link to a labeled implicit button.
This executes the linked to implicit button's action in the context of the
current buffer.
Recognizes the format '<ilink:' button-label [':' button-location] '>',
where button-location is given only when the link is to another file,
e.g. <ilink: my series of keys: ${hyperb:dir}/HYPB>."
(progn
;; Set temp label value here; real label value is set in action call below
(ibut:label-set)
(hlink 'link-to-ibut "" ilink:start ilink:end)))