Variable: smart-lisp-identifier-chars

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

Value

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

Documentation

Regexp matching a valid char in a Lisp identifier except the first char.

Excludes character matching square brackets, so may be used with skip-characters-forward/backward.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyperbole-autoloads.el
(defconst smart-lisp-identifier-chars "-_:/*+=%$&?!<>a-zA-Z0-9~^@" "\
Regexp matching a valid char in a Lisp identifier except the first char.
Excludes character matching square brackets, so may be used with
skip-characters-forward/backward.")