Emacs: List All Variables
List Variables
- Alt+x
apropos-variable
-
List variables whose name match a Regular Expression pattern.
🛑 WARNING: this does not show lisp code variables such as
(setq xx 3)
. Only those use-oriented, declared bydefvar
,defconst
,defcustom
. - Alt+x
apropos-value
-
List all variable names whose values match a Regular Expression pattern.