File: minibuf.c.html

Defined variables (25)

completion-ignore-caseNon-nil means don’t consider case significant in completion.
completion-regexp-listList of regexps that should restrict possible completions.
enable-recursive-minibuffersNon-nil means to allow minibuffer commands while in the minibuffer.
history-add-new-inputNon-nil means to add new elements in history.
history-delete-duplicatesNon-nil means to delete duplicates in history.
history-lengthMaximum length of history lists before truncation takes place.
inhibit-interactionNon-nil means any user interaction will signal an error.
minibuffer-allow-text-propertiesNon-nil means ‘read-from-minibuffer’ should not discard text properties.
minibuffer-auto-raiseNon-nil means entering the minibuffer raises the minibuffer’s frame.
minibuffer-completing-file-nameNon-nil means completing file names.
minibuffer-completion-confirmWhether to demand confirmation of completion before exiting minibuffer.
minibuffer-completion-predicateWithin call to ‘completing-read’, this holds the PREDICATE argument.
minibuffer-completion-tableAlist or obarray used for completion in the minibuffer.
minibuffer-exit-hookNormal hook run whenever a minibuffer is exited.
minibuffer-follows-selected-framet means the active minibuffer always displays on the selected frame.
minibuffer-help-formValue that ‘help-form’ takes on inside the minibuffer.
minibuffer-history-positionCurrent position of redoing in the history list.
minibuffer-history-variableHistory list symbol to add minibuffer values to.
minibuffer-prompt-propertiesText properties that are added to minibuffer prompts.
minibuffer-setup-hookNormal hook run just after entry to minibuffer.
read-buffer-completion-ignore-caseNon-nil means completion ignores case when reading a buffer name.
read-buffer-functionIf this is non-nil, ‘read-buffer’ does its work by calling this function.
read-expression-historyA history list for arguments that are Lisp expressions to evaluate.
read-hide-charWhether to hide input characters in noninteractive mode.
read-minibuffer-restore-windowsNon-nil means restore window configurations on exit from minibuffer.

Defined functions (22)

abort-minibuffers()
active-minibuffer-window()
all-completions(STRING COLLECTION &optional PREDICATE HIDE-SPACES)
assoc-string(KEY LIST &optional CASE-FOLD)
completing-read(PROMPT COLLECTION &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)
innermost-minibuffer-p(&optional BUFFER)
internal-complete-buffer(STRING PREDICATE FLAG)
minibuffer-contents()
minibuffer-contents-no-properties()
minibuffer-depth()
minibuffer-innermost-command-loop-p(&optional BUFFER)
minibuffer-prompt()
minibuffer-prompt-end()
minibufferp(&optional BUFFER LIVE)
read-buffer(PROMPT &optional DEF REQUIRE-MATCH PREDICATE)
read-command(PROMPT &optional DEFAULT-VALUE)
read-from-minibuffer(PROMPT &optional INITIAL-CONTENTS KEYMAP READ HIST DEFAULT-VALUE INHERIT-INPUT-METHOD)
read-string(PROMPT &optional INITIAL-INPUT HISTORY DEFAULT-VALUE INHERIT-INPUT-METHOD)
read-variable(PROMPT &optional DEFAULT-VALUE)
set-minibuffer-window(WINDOW)
test-completion(STRING COLLECTION &optional PREDICATE)
try-completion(STRING COLLECTION &optional PREDICATE)

Defined faces (0)