attempt-orderly-shutdown-on-fatal-signal | If non-nil, attempt orderly shutdown on fatal signals. |
attempt-stack-overflow-recovery | If non-nil, attempt to recover from C stack overflows. |
auto-save-interval | Number of input events between auto-saves. |
auto-save-no-message | Non-nil means do not print any message when auto-saving. |
auto-save-timeout | Number of seconds idle time before auto-save. |
cannot-suspend | Non-nil means to always spawn a subshell instead of suspending. |
command-error-function | Function to output error messages. |
current-minibuffer-command | This is like ‘this-command’, but bound recursively. |
deactivate-mark | Whether to deactivate the mark after an editing command. |
debug-on-event | Enter debugger on this event. |
delayed-warnings-list | List of warnings to be displayed after this command. |
disable-point-adjustment | If non-nil, suppress point adjustment after executing a command. |
display-monitors-changed-functions | Abnormal hook run when the monitor configuration changes. |
double-click-fuzz | Maximum mouse movement between clicks to make a double-click. |
double-click-time | Maximum time between mouse clicks to make a double-click. |
echo-area-clear-hook | Normal hook run when clearing the echo area. |
echo-keystrokes | Nonzero means echo unfinished commands after this many seconds of pause. |
enable-disabled-menus-and-buttons | If non-nil, don’t ignore events produced by disabled menu items and tool-bar. |
extra-keyboard-modifiers | A mask of additional modifier keys to use with every keyboard character. |
function-key-map | The parent keymap of all ‘local-function-key-map’ instances. |
global-disable-point-adjustment | If non-nil, always suppress point adjustments. |
help-char | Character to recognize as meaning Help. |
help-event-list | List of input events to recognize as meaning Help. |
help-form | Form to execute when character ‘help-char’ is read. |
inhibit--record-char | If non-nil, don’t record input events. |
input-decode-map | Keymap that decodes input escape sequences. |
input-method-function | If non-nil, the function that implements the current input method. |
input-method-previous-message | When ‘input-method-function’ is called, hold the previous echo area message. |
input-pending-p-filter-events | If non-nil, ‘input-pending-p’ ignores some input events. |
internal--top-level-message | Message displayed by ‘normal-top-level’. |
key-translation-map | Keymap of key translations that can override keymaps. |
keyboard-translate-table | Translate table for local keyboard input, or nil. |
last-command | The last command executed. |
last-command-event | Last input event of a key sequence that called a command. |
last-event-device | The name of the input device of the most recently read event. |
last-event-frame | The frame in which the most recently read event occurred. |
last-input-event | Last input event. |
last-nonmenu-event | Last input event in a command, except for mouse menu events. |
last-repeatable-command | Last command that may be repeated. |
local-function-key-map | Keymap that translates key sequences to key sequences during input. |
menu-bar-final-items | List of menu bar items to move to the end of the menu bar. |
menu-prompt-more-char | Character to see next line of menu prompt. |
menu-prompting | Non-nil means prompt with menus when appropriate. |
meta-prefix-char | Meta-prefix character code. |
minibuffer-message-timeout | How long to display an echo-area message when the minibuffer is active. |
mwheel-coalesce-scroll-events | Non-nil means send a wheel event only for scrolling at least one screen line. |
num-input-keys | Number of complete key sequences read as input so far. |
num-nonmacro-input-events | Number of input events read from the keyboard so far. |
overriding-local-map | Keymap that replaces (overrides) local keymaps. |
overriding-local-map-menu-flag | Non-nil means ‘overriding-local-map’ applies to the menu bar. |
overriding-terminal-local-map | Per-terminal keymap that takes precedence over all other keymaps. |
polling-period | Interval between polling for input during Lisp execution. |
post-command-hook | Normal hook run after each command is executed. |
post-select-region-hook | Abnormal hook run after the region is selected. |
pre-command-hook | Normal hook run before each command is executed. |
prefix-help-command | Command to run when ‘help-char’ character follows a prefix key. |
real-last-command | Same as ‘last-command’, but never altered by Lisp code. |
real-this-command | This is like ‘this-command’, except that commands should never modify it. |
record-all-keys | Non-nil means record all keys you type. |
saved-region-selection | Contents of active region prior to buffer modification. |
select-active-regions | If non-nil, any active region automatically sets the primary selection. |
selection-inhibit-update-commands | List of commands which should not update the selection. |
show-help-function | If non-nil, the function that implements the display of help. |
special-event-map | Keymap defining bindings for special events to execute at low level. |
system-key-alist | Alist of system-specific X windows key symbols. |
tab-bar-separator-image-expression | Expression evaluating to the image spec for a tab-bar separator. |
this-command | The command now being executed. |
this-command-keys-shift-translated | Non-nil if the key sequence activating this command was shift-translated. |
this-original-command | The command bound to the current key sequence before remapping. |
throw-on-input | If non-nil, any keyboard input throws to this symbol. |
timer-idle-list | List of active idle-time timers in order of increasing time. |
timer-list | List of active absolute time timers in order of increasing time. |
tool-bar-separator-image-expression | Expression evaluating to the image spec for a tool-bar separator. |
top-level | Form to evaluate when Emacs starts up. |
track-mouse | Non-nil means generate motion events for mouse motion. |
translate-upper-case-key-bindings | If non-nil, interpret upper case keys as lower case (when applicable). |
tty-erase-char | The ERASE character as set by the user with stty. |
unread-command-events | List of events to be read as the command input. |
unread-input-method-events | List of events to be processed as input by input methods. |
unread-post-input-method-events | List of events to be processed as input by input methods. |
while-no-input-ignore-events | Ignored events from ‘while-no-input’. |