Variable: smart-lisp-identifier

smart-lisp-identifier is a variable defined in hyperbole-autoloads.el.

Value

"[-<>*a-zA-Z][-_:/*+=%$&?!<>a-zA-Z0-9~^@]*"

Documentation

Regexp matching a Lisp identifier.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyperbole-autoloads.el
(defconst smart-lisp-identifier (concat smart-lisp-identifier-first-char-regexp "[" smart-lisp-identifier-chars "]*") "\
Regexp matching a Lisp identifier.")