Variable: TeX-auto-full-regexp-list
TeX-auto-full-regexp-list is a variable defined in tex.el.
Value
(("\\\\\\(?:def\\|let\\)\\\\\\(\\(?:[a-zA-Z]\\|\\cj\\)+\\)[^a-zA-Z@]"
1 TeX-auto-symbol-check)
("\\\\\\(?:chardef\\|font\\|mathchardef\\|new\\(?:count\\|dimen\\|font\\|\\(?:mu\\)?skip\\)\\){?\\\\\\(\\(?:[a-zA-Z]\\|\\cj\\)+\\)}?[^a-zA-Z@]"
1 TeX-auto-symbol)
("\\\\typein\\[\\\\\\(\\(?:[a-zA-Z]\\|\\cj\\)+\\)\\]" 1
TeX-auto-symbol)
("\\\\input +\\([^#}%\"\\\n
]+?\\)\\(?:\\.[^#}%/\"\\.\n
]+\\)?" 1
TeX-auto-file))
Documentation
Full list of regular expression matching TeX macro definitions.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar TeX-auto-full-regexp-list plain-TeX-auto-regexp-list
"Full list of regular expression matching TeX macro definitions.")