File: simple.el.html

A grab-bag of basic Emacs commands not specifically related to some major mode or to file-handling.

Defined variables (206)

activate-mark-hookHook run when the mark becomes active.
amalgamating-undo-limitThe maximum number of changes to possibly amalgamate when undoing changes.
async-shell-command-bufferWhat to do when the output buffer is used by another shell command.
async-shell-command-display-bufferWhether to display the command buffer immediately.
async-shell-command-modeMajor mode to use for the output of asynchronous ‘shell-command’.
async-shell-command-widthNumber of display columns available for asynchronous shell command output.
auto-fill-inhibit-regexpRegexp to match lines that should not be auto-filled.
auto-fill-mode-hookHook run after entering or leaving ‘auto-fill-mode’.
auto-save-mode-hookHook run after entering or leaving ‘auto-save-mode’.
backward-delete-char-untabify-methodThe method for untabifying when deleting backward.
bad-packages-alistAlist of packages known to cause problems in this version of Emacs.
bidi-directional-controls-charsCharacter set that matches bidirectional formatting control characters.
bidi-directional-non-controls-charsCharacter set that matches any character except bidirectional controls.
binary-overwrite-mode-hookHook run after entering or leaving ‘binary-overwrite-mode’.
blink-matching--overlayOverlay used to highlight the matching paren.
blink-matching-check-functionFunction to check parentheses mismatches.
blink-matching-delayTime in seconds to delay after showing a matching paren.
blink-matching-parenNon-nil means show matching open-paren when close-paren is inserted.
blink-matching-paren-distanceIf non-nil, maximum distance to search backwards for matching open-paren.
blink-matching-paren-dont-ignore-commentsIf nil, ‘blink-matching-paren’ ignores comments.
blink-matching-paren-highlight-offscreenIf non-nil, highlight matched off-screen open paren in the echo area.
blink-matching-paren-on-screenNon-nil means show matching open-paren when it is on screen.
blink-paren-functionFunction called, if non-nil, whenever a close parenthesis is inserted.
buffer-quit-functionFunction to call to "quit" the current buffer, or nil if none.
choose-completion-deselect-if-afterIf non-nil, don’t choose a completion candidate if point is right after it.
choose-completion-string-functionsFunctions that may override the normal insertion of a completion choice.
clean-mode-abbrev-tableAbbrev table for ‘clean-mode’.
clean-mode-hookHook run after entering ‘clean-mode’.
clean-mode-mapKeymap for ‘clean-mode’.
clean-mode-syntax-tableSyntax table for ‘clean-mode’.
clone-buffer-hookNormal hook to run in the new buffer at the end of ‘clone-buffer’.
column-number-modeNon-nil if Column-Number mode is enabled.
column-number-mode-hookHook run after entering or leaving ‘column-number-mode’.
comment-line-break-functionMode-specific function that line breaks and continues a comment.
completion-auto-selectIf non-nil, automatically select the window showing the *Completions* buffer.
completion-auto-wrapNon-nil means to wrap around when selecting completion candidates.
completion-base-positionPosition of the base of the text corresponding to the shown completions.
completion-list-insert-choice-functionFunction to use to insert the text chosen in *Completions*.
completion-list-mode-abbrev-tableAbbrev table for ‘completion-list-mode’.
completion-list-mode-hookHook run after entering ‘completion-list-mode’.
completion-list-mode-mapLocal map for completion list buffers.
completion-list-mode-syntax-tableSyntax table for ‘completion-list-mode’.
completion-no-auto-exitNon-nil means ‘choose-completion-string’ should never exit the minibuffer.
completion-reference-bufferRecord the buffer that was current when the completion list was requested.
completion-show-helpNon-nil means show help message in *Completions* buffer.
compose-mail-user-agent-warningsIf non-nil, ‘compose-mail’ warns about changes in ‘mail-user-agent’.
copy-region-blink-delayTime in seconds to delay after showing the other end of the region.
copy-region-blink-predicateWhether the cursor must be blinked after a copy.
cursor-face-highlight-modeNon-nil if Cursor-Face-Highlight mode is enabled.
cursor-face-highlight-mode-hookHook run after entering or leaving ‘cursor-face-highlight-mode’.
cursor-face-highlight-nonselected-windowNon-nil means highlight text with ‘cursor-face’ even in nonselected windows.
cycle-spacing--contextStored context used in consecutive calls to ‘cycle-spacing’ command.
cycle-spacing-actionsList of actions cycled through by ‘cycle-spacing’.
deactivate-mark-hookHook run when the mark becomes inactive.
delete-active-regionWhether single-char deletion commands delete an active region.
delete-trailing-linesIf non-nil, M-x delete-trailing-whitespace deletes trailing lines.
escaped-string-quoteString to insert before a string quote character in a string to escape it.
eval-expression-debug-on-errorIf non-nil set ‘debug-on-error’ to t in ‘eval-expression’.
eval-expression-minibuffer-setup-hookHook run by ‘eval-expression’ when entering the minibuffer.
eval-expression-print-lengthValue for ‘print-length’ while printing value in ‘eval-expression’.
eval-expression-print-levelValue for ‘print-level’ while printing value in ‘eval-expression’.
eval-expression-print-maximum-characterThe largest integer that will be displayed as a character.
extended-command-suggest-shorterIf non-nil, show a shorter M-x invocation when there is one.
extended-command-versionsAlist of prompts and what the extended command predicate should be.
fill-prefixString for filling to insert at front of new line, or nil for none.
filter-buffer-substring-functionFunction to perform the filtering in ‘filter-buffer-substring’.
filter-buffer-substring-functionsThis variable is a wrapper hook around ‘buffer-substring--filter’.
global-mark-ringThe list of saved global marks, most recent first.
global-mark-ring-maxMaximum size of global mark ring. Start discarding off end if gets this big.
global-minor-modesA list of the currently enabled global minor modes.
global-visual-line-modeNon-nil if Global Visual-Line mode is enabled.
global-visual-line-mode-hookHook run after entering or leaving ‘global-visual-line-mode’.
goal-columnSemipermanent goal column for vertical motion, as set by C-x C-n, or nil.
goto-line-historyHistory of values entered with ‘goto-line’.
goto-line-history-localIf this option is nil, ‘goto-line-history’ is shared between all buffers.
hard-newlinePropertized string representing a hard newline character.
idle-update-delayIdle time delay before updating various things on the screen.
indent-tabs-modeIndentation can insert tabs if this is non-nil.
indent-tabs-mode-hookHook run after entering or leaving ‘indent-tabs-mode’.
indicate-unused-linesVisually indicate unused ("empty") screen lines after the buffer end.
inhibit-auto-fillNon-nil means to do as if ‘auto-fill-mode’ was disabled.
interprogram-cut-functionFunction to call to make a killed region available to other programs.
interprogram-paste-functionFunction to call to get text cut from other programs.
kill-append-merge-undoAmalgamate appending kills with the last kill for undo.
kill-do-not-save-duplicatesIf non-nil, don’t add a string to ‘kill-ring’ if it duplicates the last one.
kill-read-only-okNon-nil means don’t signal an error for killing read-only text.
kill-ringList of killed text sequences.
kill-ring-maxMaximum length of kill ring before oldest elements are thrown away.
kill-ring-yank-pointerThe tail of the kill ring whose car is the last thing yanked.
kill-transform-functionFunction to call to transform a string before it’s put on the kill ring.
kill-whole-lineIf non-nil, ‘kill-line’ with no arg at start of line kills the whole line.
line-move-ignore-invisibleNon-nil means commands that move by lines ignore invisible newlines.
line-move-visualWhen non-nil, ‘line-move’ moves point by visual lines.
line-number-modeNon-nil if Line-Number mode is enabled.
line-number-mode-hookHook run after entering or leaving ‘line-number-mode’.
mail-encode-mmlIf non-nil, mail-user-agent’s ‘sendfunc’ command should mml-encode
mail-user-agentYour preference for a mail composition package.
mark-ringThe list of former marks of the current buffer, most recent first.
mark-ring-maxMaximum size of mark ring. Start discarding off end if gets this big.
messages-buffer-mode-abbrev-tableAbbrev table for ‘messages-buffer-mode’.
messages-buffer-mode-hookHook run after entering ‘messages-buffer-mode’.
messages-buffer-mode-mapKeymap for ‘messages-buffer-mode’.
messages-buffer-mode-syntax-tableSyntax table for ‘messages-buffer-mode’.
minibuffer-defaultThe current default value or list of default values in the minibuffer.
minibuffer-default-add-doneWhen nil, add more elements to the end of the list of default values.
minibuffer-default-add-functionFunction run by ‘goto-history-element’ before consuming default values.
minibuffer-historyDefault minibuffer history list.
minibuffer-history-case-insensitive-variablesMinibuffer history variables for which matching should ignore case.
minibuffer-history-sexp-flagControl whether history list elements are expressions or strings.
minibuffer-local-shell-command-mapKeymap used for completing shell commands in minibuffer.
minibuffer-text-before-historyText that was in this minibuffer before any history commands.
next-error--message-highlight-overlayOverlay highlighting the current error message in the ‘next-error’ buffer.
next-error-bufferThe buffer-local value of the most recent ‘next-error’ buffer.
next-error-find-buffer-functionFunction called to find a ‘next-error’ capable buffer.
next-error-follow-minor-modeNon-nil if Next-Error-Follow minor mode is enabled.
next-error-follow-minor-mode-hookHook run after entering or leaving ‘next-error-follow-minor-mode’.
next-error-found-functionFunction called when a next locus is found and displayed.
next-error-functionFunction to use to find the next error in the current buffer.
next-error-highlightHighlighting of locations in the selected buffer.
next-error-highlight-no-selectHighlighting of locations in non-selected source buffers.
next-error-hookList of hook functions run by ‘next-error’ after visiting source file.
next-error-last-bufferThe most recent ‘next-error’ buffer.
next-error-message-highlightIf non-nil, highlight the current error message in the ‘next-error’ buffer.
next-error-move-functionFunction to use to move to an error locus.
next-error-recenterDisplay the line in the visited source file recentered as specified.
next-error-verboseIf non-nil, ‘next-error’ always outputs the current error buffer.
next-line-add-newlinesIf non-nil, ‘next-line’ inserts newline to avoid ‘end of buffer’ error.
non-essentialWhether the currently executing code is performing an essential task.
normal-auto-fill-functionThe function to use for ‘auto-fill-function’ if Auto Fill mode is turned on.
normal-erase-is-backspaceSet the default behavior of the Delete and Backspace keys.
normal-erase-is-backspace-mode-hookHook run after entering or leaving ‘normal-erase-is-backspace-mode’.
overwrite-mode-binaryThe string displayed in the mode line when in binary overwrite mode.
overwrite-mode-hookHook run after entering or leaving ‘overwrite-mode’.
overwrite-mode-textualThe string displayed in the mode line when in overwrite mode.
pending-undo-listWithin a run of consecutive undo commands, list remaining to be undone.
post-text-conversion-hookHook run after text is inserted by an input method.
pre-redisplay-functionsHook run just before redisplay.
prefix-command-echo-keystrokes-functionsAbnormal hook that constructs the description of the current prefix state.
prefix-command-preserve-state-hookNormal hook run when a command needs to preserve the prefix.
process-file-return-signal-stringWhether to return a string describing the signal interrupting a process.
process-file-side-effectsWhether a call of ‘process-file’ changes remote files.
process-menu-mode-abbrev-tableAbbrev table for ‘process-menu-mode’.
process-menu-mode-hookHook run after entering ‘process-menu-mode’.
process-menu-mode-mapKeymap for ‘process-menu-mode’.
process-menu-mode-syntax-tableSyntax table for ‘process-menu-mode’.
read--expression-mapKeymap used by ‘read--expression’.
read-extended-command-modeNon-nil if Read-Extended-Command mode is enabled.
read-extended-command-mode-hookHook run after entering or leaving ‘read-extended-command-mode’.
read-extended-command-mode-mapLocal keymap added to the current map when reading an extended command.
read-extended-command-predicatePredicate to use to determine which commands to include when completing.
read-mail-commandYour preference for a mail reading package.
read-only-mode-hookHook run after entering or leaving ‘read-only-mode’.
read-quoted-char-radixRadix for C-q and other uses of ‘read-quoted-char’.
redisplay-highlight-region-functionFunction to move the region-highlight overlay.
redisplay-unhighlight-region-functionFunction to remove the region-highlight overlay.
region-insert-functionFunction to insert the region’s content.
remote-file-name-inhibit-auto-saveWhen nil, ‘auto-save-mode’ will auto-save remote files.
save-interprogram-paste-before-killWhether to save existing clipboard text into kill ring before replacing it.
self-insert-uses-region-functionsSpecial hook to tell if ‘self-insert-command’ will use the region.
set-mark-command-repeat-popNon-nil means repeating C-SPC after popping mark pops it again.
set-variable-value-historyHistory of values entered with ‘set-variable’.
shell-command-buffer-nameName of the output buffer for shell commands.
shell-command-buffer-name-asyncName of the output buffer for asynchronous shell commands.
shell-command-default-error-bufferBuffer name for ‘shell-command’ and ‘shell-command-on-region’ error output.
shell-command-dont-erase-bufferWhether to erase the output buffer before executing shell command.
shell-command-historyHistory list for some commands that read shell commands.
shell-command-prompt-show-cwdIf non-nil, show current directory when prompting for a shell command.
shell-command-saved-posRecord of point positions in output buffers after command completion.
shell-command-switchSwitch used to have the shell execute its command line argument.
shift-select-modeWhen non-nil, shifted motion keys activate the mark momentarily.
size-indication-modeNon-nil if Size-Indication mode is enabled.
size-indication-mode-hookHook run after entering or leaving ‘size-indication-mode’.
special-mode-abbrev-tableAbbrev table for ‘special-mode’.
special-mode-hookHook run after entering ‘special-mode’.
special-mode-mapKeymap for ‘special-mode’.
special-mode-syntax-tableSyntax table for ‘special-mode’.
suggest-key-bindingsNon-nil means show the equivalent keybinding when M-x has one.
temporary-goal-columnCurrent goal column for vertical motion.
track-eolNon-nil means vertical motion starting at end of line keeps to ends of lines.
transient-mark-mode-hookHook run after entering or leaving ‘transient-mark-mode’.
transpose-sexps-functionIf non-nil, ‘transpose-sexps’ delegates to this function.
undo-ask-before-discardIf non-nil ask about discarding undo info for the current command.
undo-auto--last-boundary-causeDescribe the cause of the last ‘undo-boundary’.
undo-auto--this-command-amalgamatingNon-nil if ‘this-command’ should be amalgamated.
undo-auto--undoably-changed-buffersList of buffers that have changed recently.
undo-auto-current-boundary-timerCurrent timer which will run ‘undo-auto--boundary-timer’ or nil.
undo-equiv-tableTable mapping redo records to the corresponding undo one.
undo-extra-outer-limitIf non-nil, an extra level of size that’s ok in an undo item.
undo-in-progressNon-nil while performing an undo.
undo-in-regionNon-nil if ‘pending-undo-list’ is not just a tail of ‘buffer-undo-list’.
undo-no-redoIf t, ‘undo’ doesn’t go through redo entries.
universal-argument-mapKeymap used while processing C-u.
use-empty-active-regionWhether "region-aware" commands should act on empty regions.
vis-mode-saved-buffer-invisibility-specSaved value of ‘buffer-invisibility-spec’ when Visible mode is on.
visible-modeNon-nil if Visible mode is enabled.
visible-mode-hookHook run after entering or leaving ‘visible-mode’.
visual-line-fringe-indicatorsHow fringe indicators are shown for wrapped lines in ‘visual-line-mode’.
visual-line-modeNon-nil if Visual-Line mode is enabled.
visual-line-mode-hookHook run after entering or leaving ‘visual-line-mode’.
what-cursor-show-namesWhether to show character names in ‘what-cursor-position’.
widen-automaticallyNon-nil means it is ok for commands to call ‘widen’ when they want to.
yank-excluded-propertiesText properties to discard when yanking.
yank-from-kill-ring-rotateWhether using ‘yank-from-kill-ring’ should rotate ‘kill-ring-yank-pointer’.
yank-handled-propertiesList of special text property handling conditions for yanking.
yank-pop-change-selectionWhether rotating the kill ring changes the window system selection.
yank-transform-functionsHook run on strings to be yanked.

Defined functions (358)

activate-mark(&optional NO-TMM)
advertised-undo(&optional ARG)
analyze-text-conversion()
append-next-kill(&optional INTERACTIVE)
append-to-buffer(BUFFER START END)
async-shell-command(COMMAND &optional OUTPUT-BUFFER ERROR-BUFFER)
auto-fill-function()
auto-fill-mode(&optional ARG)
auto-save-mode(&optional ARG)
back-to-indentation()
backward-delete-char-untabify(ARG &optional KILLP)
backward-kill-word(ARG)
backward-to-indentation(&optional ARG)
backward-word(&optional ARG)
bad-package-check(PACKAGE)
beginning-of-buffer(&optional ARG)
beginning-of-visual-line(&optional N)
binary-overwrite-mode(&optional ARG)
blink-matching-check-mismatch(START END)
blink-matching-open()
blink-paren-open-paren-line-string(POS)
buffer-disable-undo(&optional BUFFER)
buffer-substring--filter(BEG END &optional DELETE)
buffer-substring-with-bidi-context(START END &optional NO-PROPERTIES)
capitalize-dwim(ARG)
char-uppercase-p(CHAR)
choose-completion(&optional EVENT NO-EXIT NO-QUIT)
choose-completion-guess-base-position(STRING)
choose-completion-string(CHOICE &optional BUFFER BASE-POSITION INSERT-FUNCTION)
clean-mode()
clone-buffer(&optional NEWNAME DISPLAY-FLAG)
clone-indirect-buffer(NEWNAME DISPLAY-FLAG &optional NORECORD)
clone-indirect-buffer-other-window(NEWNAME DISPLAY-FLAG &optional NORECORD)
clone-process(PROCESS &optional NEWNAME)
column-number-mode(&optional ARG)
command-completion-button-p(CATEGORY BUFFER)
command-completion-default-include-p(SYMBOL BUFFER)
command-completion-using-modes-and-keymaps-p(SYMBOL BUFFER)
command-completion-using-modes-p(SYMBOL BUFFER)
command-completion-with-modes-p(MODES BUFFER)
command-execute(CMD &optional RECORD-FLAG KEYS SPECIAL)
command-execute--query(COMMAND)
command-query(COMMAND QUERY &optional VERBOSE)
completion--move-to-candidate-end()
completion--move-to-candidate-start()
completion-list-mode()
completion-list-mode-finish()
compose-mail(&optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION)
compose-mail-other-frame(&optional TO SUBJECT OTHER-HEADERS CONTINUE YANK-ACTION SEND-ACTIONS RETURN-ACTION)
compose-mail-other-window(&optional TO SUBJECT OTHER-HEADERS CONTINUE YANK-ACTION SEND-ACTIONS RETURN-ACTION)
copy-region-as-kill(BEG END &optional REGION)
copy-to-buffer(BUFFER START END)
count-lines(START END &optional IGNORE-INVISIBLE-LINES)
count-words(START END &optional TOTALS)
count-words--format(STR START END)
count-words-region(START END &optional ARG)
current-kill(N &optional DO-NOT-MOVE)
current-word(&optional STRICT REALLY-WORD)
cursor-face-highlight-mode(&optional ARG)
cycle-spacing(&optional N)
deactivate-mark(&optional FORCE)
decoded-time-day(CL-X)
decoded-time-day--cmacro(CL-WHOLE-ARG CL-X)
decoded-time-dst(CL-X)
decoded-time-dst--cmacro(CL-WHOLE-ARG CL-X)
decoded-time-hour(CL-X)
decoded-time-hour--cmacro(CL-WHOLE-ARG CL-X)
decoded-time-minute(CL-X)
decoded-time-minute--cmacro(CL-WHOLE-ARG CL-X)
decoded-time-month(CL-X)
decoded-time-month--cmacro(CL-WHOLE-ARG CL-X)
decoded-time-second(CL-X)
decoded-time-second--cmacro(CL-WHOLE-ARG CL-X)
decoded-time-weekday(CL-X)
decoded-time-weekday--cmacro(CL-WHOLE-ARG CL-X)
decoded-time-year(CL-X)
decoded-time-year--cmacro(CL-WHOLE-ARG CL-X)
decoded-time-zone(CL-X)
decoded-time-zone--cmacro(CL-WHOLE-ARG CL-X)
default-font-height()
default-font-width()
default-indent-new-line(&optional SOFT FORCE)
default-line-height()
define-alternatives(COMMAND &rest CUSTOMIZATIONS)
delete-all-space(&optional BACKWARD-ONLY)
delete-backward-char(N &optional KILLFLAG)
delete-blank-lines()
delete-completion-window()
delete-forward-char(N &optional KILLFLAG)
delete-horizontal-space(&optional BACKWARD-ONLY)
delete-indentation(&optional ARG BEG END)
delete-space--internal(CHARS BACKWARD-ONLY)
delete-trailing-whitespace(&optional START END)
digit-argument(ARG)
display-message-or-buffer(MESSAGE &optional BUFFER-NAME ACTION FRAME)
do-auto-fill()
downcase-dwim(ARG)
edit-and-eval-command(PROMPT COMMAND)
end-of-buffer(&optional ARG)
end-of-visible-line()
end-of-visual-line(&optional N)
eval-expression(EXP &optional INSERT-VALUE NO-TRUNCATE CHAR-PRINT-LIMIT)
eval-expression--debug(ERR)
eval-expression-get-print-arguments(PREFIX-ARGUMENT)
eval-expression-print-format(VALUE)
eval-minibuffer(PROMPT &optional INITIAL-CONTENTS)
event-apply-alt-modifier(IGNORE-PROMPT)
event-apply-control-modifier(IGNORE-PROMPT)
event-apply-hyper-modifier(IGNORE-PROMPT)
event-apply-meta-modifier(IGNORE-PROMPT)
event-apply-modifier(EVENT SYMBOL LSHIFTBY PREFIX)
event-apply-shift-modifier(IGNORE-PROMPT)
event-apply-super-modifier(IGNORE-PROMPT)
exchange-point-and-mark(&optional ARG)
execute-extended-command(PREFIXARG &optional COMMAND-NAME TYPED)
execute-extended-command--describe-binding-msg(FUNCTION BINDING SHORTER)
execute-extended-command--shorter(NAME TYPED)
execute-extended-command--shorter-1(NAME LENGTH)
execute-extended-command-cycle()
execute-extended-command-for-buffer(PREFIXARG &optional COMMAND-NAME TYPED)
file-group-gid()
file-user-uid()
filter-buffer-substring(BEG END &optional DELETE)
first-completion()
first-error(&optional N)
fixup-whitespace()
forward-to-indentation(&optional ARG)
forward-visible-line(ARG)
function-documentation(FUNCTION)
fundamental-mode()
get-scratch-buffer-create()
global-visual-line-mode(&optional ARG)
goto-history-element(NABS)
goto-line(LINE &optional BUFFER RELATIVE)
goto-line-read-args(&optional RELATIVE)
goto-line-relative(LINE &optional BUFFER)
goto-next-locus(&optional ARG RESET)
handle-shift-selection()
indent-tabs-mode(&optional ARG)
indicate-copied-region(&optional MESSAGE-LEN)
insert-buffer(BUFFER)
internal-auto-fill()
join-line(&optional ARG BEG END)
just-one-space(&optional N)
keyboard-escape-quit()
keyboard-quit()
kill-append(STRING BEFORE-P)
kill-backward-chars(ARG)
kill-buffer--possibly-save(BUFFER)
kill-current-buffer()
kill-forward-chars(ARG)
kill-line(&optional ARG)
kill-new(STRING &optional REPLACE)
kill-region(BEG END &optional REGION)
kill-ring-save(BEG END &optional REGION)
kill-visual-line(&optional ARG)
kill-whole-line(&optional ARG)
kill-word(ARG)
last-completion()
lax-plist-get(PLIST PROP)
lax-plist-put(PLIST PROP VAL)
line-move(ARG &optional NOERROR TO-END TRY-VSCROLL)
line-move-1(ARG &optional NOERROR TO-END)
line-move-finish(COLUMN OPOINT FORWARD &optional NOT-IPMH)
line-move-partial(ARG NOERROR &optional TO-END)
line-move-to-column(COL)
line-move-visual(ARG &optional NOERROR)
line-number-mode(&optional ARG)
line-substring-with-bidi-context(START END &optional NO-PROPERTIES)
list-processes(&optional QUERY-ONLY BUFFER)
list-processes--refresh()
make-separator-line(&optional LENGTH)
mark(&optional FORCE)
mark-whole-buffer()
mark-word(&optional ARG ALLOW-EXTEND)
max-mini-window-lines(&optional FRAME)
messages-buffer()
messages-buffer-mode()
minibuffer-avoid-prompt(NEW OLD)
minibuffer-default-add-completions()
minibuffer-default-add-shell-commands()
minibuffer-error-function(DATA CONTEXT CALLER)
minibuffer-error-initialize()
minibuffer-history-isearch-end()
minibuffer-history-isearch-message(&optional C-Q-HACK ELLIPSIS)
minibuffer-history-isearch-pop-state(CMD HIST-POS)
minibuffer-history-isearch-push-state()
minibuffer-history-isearch-search()
minibuffer-history-isearch-setup()
minibuffer-history-isearch-wrap()
minibuffer-history-value()
minibuffer-prompt-width()
move-beginning-of-line(ARG)
move-end-of-line(ARG)
negative-argument(ARG)
newline(&optional ARG INTERACTIVE)
newline-and-indent(&optional ARG)
next-complete-history-element(N)
next-completion(N)
next-error(&optional ARG RESET)
next-error-buffer-on-selected-frame(&optional AVOID-CURRENT EXTRA-TEST-INCLUSIVE EXTRA-TEST-EXCLUSIVE)
next-error-buffer-p(BUFFER &optional AVOID-CURRENT EXTRA-TEST-INCLUSIVE EXTRA-TEST-EXCLUSIVE)
next-error-buffer-unnavigated-current(&optional AVOID-CURRENT EXTRA-TEST-INCLUSIVE EXTRA-TEST-EXCLUSIVE)
next-error-find-buffer(&optional AVOID-CURRENT EXTRA-TEST-INCLUSIVE EXTRA-TEST-EXCLUSIVE)
next-error-follow-minor-mode(&optional ARG)
next-error-found(&optional FROM-BUFFER TO-BUFFER)
next-error-internal()
next-error-message-highlight(ERROR-BUFFER)
next-error-no-select(&optional N)
next-error-quit-window(FROM-BUFFER TO-BUFFER)
next-error-select-buffer(BUFFER)
next-history-element(N)
next-line(&optional ARG TRY-VSCROLL)
next-line-completion(&optional N)
next-line-or-history-element(&optional ARG)
next-logical-line(&optional ARG TRY-VSCROLL)
next-match(&optional ARG RESET)
next-matching-history-element(REGEXP N)
normal-erase-is-backspace-mode(&optional ARG)
normal-erase-is-backspace-setup-frame(&optional FRAME)
oclosure-interactive-form(FUNCTION)
open-line(N)
overwrite-mode(&optional ARG)
play-sound-file(FILE &optional VOLUME DEVICE)
pop-global-mark()
pop-mark()
pop-to-mark-command()
prefix-command-preserve-state()
prefix-command-update()
prepend-to-buffer(BUFFER START END)
previous-complete-history-element(N)
previous-completion(N)
previous-error(&optional N)
previous-error-no-select(&optional N)
previous-history-element(N)
previous-line(&optional ARG TRY-VSCROLL)
previous-line-completion(&optional N)
previous-line-or-history-element(&optional ARG)
previous-logical-line(&optional ARG TRY-VSCROLL)
previous-matching-history-element(REGEXP N)
primitive-undo(N LIST)
process-file(PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS)
process-menu-delete-process()
process-menu-mode()
process-menu-visit-buffer(BUTTON)
push-mark(&optional LOCATION NOMSG ACTIVATE)
push-mark-command(ARG &optional NOMSG)
quoted-insert(ARG)
read--expression(PROMPT &optional INITIAL-CONTENTS)
read--expression-try-read()
read-expression-switch-to-completions()
read-extended-command(&optional PROMPT)
read-extended-command--affixation(COMMAND-NAMES)
read-extended-command-1(PROMPT INITIAL-INPUT)
read-extended-command-mode(&optional ARG)
read-from-kill-ring(PROMPT)
read-minibuffer(PROMPT &optional INITIAL-CONTENTS)
read-only-mode(&optional ARG)
read-quoted-char(&optional PROMPT)
read-shell-command(PROMPT &optional INITIAL-CONTENTS HIST &rest ARGS)
read-signal-name()
recenter-current-error(&optional ARG)
redisplay--highlight-overlay-function(START END WINDOW ROL &optional FACE)
redisplay--pre-redisplay-functions(WINDOWS)
redisplay--unhighlight-overlay-function(ROL)
redisplay--update-cursor-face-highlight(WINDOW)
redisplay--update-region-highlight(WINDOW)
region-active-p()
region-bounds()
region-indistinguishable-p()
region-modifiable-p(START END)
region-noncontiguous-p()
reindent-then-newline-and-indent()
repeat-complex-command(ARG)
rfc822-goto-eoh()
rotate-yank-pointer(ARG)
save-mark-and-excursion(&rest BODY)
save-mark-and-excursion--restore(SAVED-MARK-INFO)
scratch-buffer()
set-fill-column(ARG)
set-goal-column(ARG)
set-hard-newline-properties(FROM TO)
set-mark(POS)
set-mark-command(ARG)
set-selective-display(ARG)
set-variable(VARIABLE VALUE &optional MAKE-LOCAL)
shell-command(COMMAND &optional OUTPUT-BUFFER ERROR-BUFFER)
shell-command--same-buffer-confirm(ACTION)
shell-command-on-region(START END COMMAND &optional OUTPUT-BUFFER REPLACE ERROR-BUFFER DISPLAY-ERROR-BUFFER REGION-NONCONTIGUOUS-P)
shell-command-save-pos-or-erase(&optional OUTPUT-TO-CURRENT-BUFFER)
shell-command-sentinel(PROCESS SIGNAL)
shell-command-set-point-after-cmd(&optional BUFFER)
shell-command-to-string(COMMAND)
size-indication-mode(&optional ARG)
special-mode()
split-line(&optional ARG)
squeeze-bidi-context(FROM TO)
squeeze-bidi-context-1(FROM TO CATEGORY REPLACEMENT)
start-file-process(NAME BUFFER PROGRAM &rest PROGRAM-ARGS)
string-empty-p(STRING)
switch-to-completions()
switch-to-minibuffer()
toggle-truncate-lines(&optional ARG)
toggle-word-wrap(&optional ARG)
transient-mark-mode(&optional ARG)
transpose-chars(ARG)
transpose-lines(ARG)
transpose-sexps(ARG &optional INTERACTIVE)
transpose-sexps-default-function(ARG)
transpose-subr(MOVER ARG &optional SPECIAL)
transpose-subr-1(POS1 POS2)
transpose-words(ARG)
turn-off-auto-fill()
turn-on-auto-fill()
undo(&optional ARG)
undo--last-change-was-undo-p(UNDO-LIST)
undo-adjust-beg-end(BEG END DELTAS)
undo-adjust-elt(ELT DELTAS)
undo-adjust-pos(POS DELTAS &optional USE-<)
undo-amalgamate-change-group(HANDLE)
undo-auto--add-boundary()
undo-auto--boundaries(CAUSE)
undo-auto--boundary-ensure-timer()
undo-auto--boundary-timer()
undo-auto--ensure-boundary(CAUSE)
undo-auto--last-boundary-amalgamating-number()
undo-auto--needs-boundary-p()
undo-auto--undoable-change()
undo-auto-amalgamate()
undo-copy-list(LIST)
undo-copy-list-1(ELT)
undo-delta(UNDO-ELT)
undo-elt-crosses-region(UNDO-ELT START END)
undo-elt-in-region(UNDO-ELT START END)
undo-make-selective-list(START END)
undo-more(N)
undo-only(&optional ARG)
undo-outer-limit-truncate(SIZE)
undo-redo(&optional ARG)
undo-start(&optional BEG END)
universal-argument()
universal-argument-more(ARG)
upcase-dwim(ARG)
use-region-beginning()
use-region-end()
use-region-noncontiguous-p()
use-region-p()
visible-mode(&optional ARG)
visual-line-mode(&optional ARG)
what-cursor-position(&optional DETAIL)
what-line()
window-screen-lines()
yank(&optional ARG)
yank-from-kill-ring(STRING &optional ARG)
yank-in-context(&optional ARG)
yank-in-context--transform(STRING)
yank-pop(&optional ARG)
zap-to-char(ARG CHAR &optional INTERACTIVE)

Defined faces (4)

blink-matching-paren-offscreenFace for showing in the echo area matched open paren that is off-screen. This face is used only when ‘blink-matching-paren-highlight-offscreen’ is non-nil.
next-errorFace used to highlight next error locus.
next-error-messageFace used to highlight the current error message in the ‘next-error’ buffer.
separator-lineFace for separator lines.