Function: smart-lisp-at-tag-p

smart-lisp-at-tag-p is a byte-compiled function defined in hmouse-tag.el.

Signature

(smart-lisp-at-tag-p &optional NO-FLASH)

Documentation

Return possibly non-existent Lisp tag name that point is within, else nil.

When optional NO-FLASH, do not flash. Return nil when point is on the first line of a non-alias Lisp definition.

Resolve Hyperbole implicit button type and action type references.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-tag.el
(defun smart-lisp-at-tag-p (&optional no-flash)
  "Return possibly non-existent Lisp tag name that point is within, else nil.
When optional NO-FLASH, do not flash.  Return nil when point is
on the first line of a non-alias Lisp definition.

Resolve Hyperbole implicit button type and action type references."
  (smart-lisp-htype-tag
   (smart-lisp-at-non-htype-tag-p no-flash)))