completion-ignore-case | Non-nil means don’t consider case significant in completion. |
completion-regexp-list | List of regexps that should restrict possible completions. |
enable-recursive-minibuffers | Non-nil means to allow minibuffer commands while in the minibuffer. |
history-add-new-input | Non-nil means to add new elements in history. |
history-delete-duplicates | Non-nil means to delete duplicates in history. |
history-length | Maximum length of history lists before truncation takes place. |
inhibit-interaction | Non-nil means any user interaction will signal an error. |
minibuffer-auto-raise | Non-nil means entering the minibuffer raises the minibuffer’s frame. |
minibuffer-completing-file-name | Non-nil means completing file names. |
minibuffer-completion-confirm | Whether to demand confirmation of completion before exiting minibuffer. |
minibuffer-completion-predicate | Within call to ‘completing-read’, this holds the PREDICATE argument. |
minibuffer-completion-table | Alist or obarray used for completion in the minibuffer. |
minibuffer-exit-hook | Normal hook run whenever a minibuffer is exited. |
minibuffer-follows-selected-frame | t means the active minibuffer always displays on the selected frame. |
minibuffer-help-form | Value that ‘help-form’ takes on inside the minibuffer. |
minibuffer-history-position | Current position of redoing in the history list. |
minibuffer-history-variable | History list symbol to add minibuffer values to. |
minibuffer-prompt-properties | Text properties that are added to minibuffer prompts. |
minibuffer-setup-hook | Normal hook run just after entry to minibuffer. |
read-buffer-completion-ignore-case | Non-nil means completion ignores case when reading a buffer name. |
read-buffer-function | If this is non-nil, ‘read-buffer’ does its work by calling this function. |
read-expression-history | A history list for arguments that are Lisp expressions to evaluate. |
read-hide-char | Whether to hide input characters in noninteractive mode. |
read-minibuffer-restore-windows | Non-nil means restore window configurations on exit from minibuffer. |