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_file_path] '>', where button_file_path 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-20260414.325/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_file_path] '>',
where button_file_path is given only when the link is to another file,
e.g. <ilink: my series of keys: ${hyperb:dir}/HYPB>."
(progn
(ibut:label-set "temp") ;; Real value set in action call below
(hlink 'link-to-ibut "" ilink:start ilink:end)))