after-load-alist | An alist of functions to be evalled when particular files are loaded. |
byte-boolean-vars | List of all DEFVAR_BOOL variables, used by the byte code optimizer. |
bytecomp-version-regexp | Regular expression matching safe to load compiled Lisp files. |
current-load-list | Used for internal purposes by ‘load’. |
dynamic-library-suffixes | A list of suffixes for loadable dynamic libraries. |
eval-buffer-list | List of buffers being read from by calls to ‘eval-buffer’ and ‘eval-region’. |
force-load-messages | Non-nil means force printing messages when loading Lisp files. |
lexical-binding | Whether to use lexical binding when evaluating code. |
load-convert-to-unibyte | Non-nil means ‘read’ converts strings to unibyte whenever possible. |
load-dangerous-libraries | Non-nil means load dangerous compiled Lisp files. |
load-file-name | Full name of file being loaded by ‘load’. |
load-file-rep-suffixes | List of suffixes that indicate representations of the same file. |
load-force-doc-strings | Non-nil means ‘load’ should force-load all dynamic doc strings. |
load-history | Alist mapping loaded file names to symbols and features. |
load-in-progress | Non-nil if inside of ‘load’. |
load-no-native | Non-nil means not to load native code unless explicitly requested. |
load-path | List of directories to search for files to load. |
load-prefer-newer | Non-nil means ‘load’ prefers the newest version of a file. |
load-read-function | Function used for reading expressions. |
load-source-file-function | Function called in ‘load’ to load an Emacs Lisp source file. |
load-suffixes | List of suffixes for Emacs Lisp files and dynamic modules. |
load-true-file-name | Full name of file being loaded by ‘load’. |
lread--unescaped-character-literals | List of deprecated unescaped character literals encountered by ‘read’. |
macroexp--dynvars | List of variables declared dynamic in the current scope. |
module-file-suffix | Suffix of loadable module file, or nil if modules are not supported. |
obarray | Symbol table for use by ‘intern’ and ‘read’. |
preloaded-file-list | List of files that were preloaded (when dumping Emacs). |
read-circle | Non-nil means read recursive structures using #N= and #N# syntax. |
read-symbol-shorthands | Alist of known symbol-name shorthands. |
source-directory | Directory in which Emacs sources were found when Emacs was built. |
standard-input | Stream for read to get input from. |
user-init-file | File name, including directory, of user’s initialization file. |
values | List of values of all expressions which were read, evaluated and printed. |