Function: hui:hbut-act

hui:hbut-act is an interactive and byte-compiled function defined in hui.el.

Signature

(hui:hbut-act &optional BUT)

Documentation

Execute action for optional Hyperbole button symbol BUT in current buffer.

The default is the current button.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui.el
(defun hui:hbut-act (&optional but)
  "Execute action for optional Hyperbole button symbol BUT in current buffer.
The default is the current button."
  (interactive (list (hbut:get (hargs:read-match "Activate named Hyperbole button: "
						 (nconc (ebut:alist) (ibut:alist))
						 nil t nil 'hbut))))
  (hui:hbut-operate #'hbut:act "Activate Hyperbole button: " but))