Variable: completion-preview--internal-commands

completion-preview--internal-commands is a variable defined in completion-preview.el.gz.

Value

(completion-preview-next-candidate completion-preview-prev-candidate
				   completion-preview--ignore
				   mwheel-scroll)

Documentation

List of commands that manipulate the completion preview.

Completion Preview mode avoids updating the preview after these commands.

Source Code

;; Defined in /usr/src/emacs/lisp/completion-preview.el.gz
(defvar completion-preview--internal-commands
  '(completion-preview-next-candidate
    completion-preview-prev-candidate
    completion-preview--ignore
    ;; Don't dismiss or update the preview when the user scrolls.
    mwheel-scroll)
  "List of commands that manipulate the completion preview.

Completion Preview mode avoids updating the preview after these commands.")