completion-list-mode

completion-list-mode is an interactive compiled Lisp function in `simple.el'.


(completion-list-mode)

Major mode for buffers showing lists of possible completions.
Type RET in the completion list to select the completion near point.
Or click to select one with the mouse.

key binding
--- -------

TAB next-completion
RET choose-completion
ESC Prefix Command
q quit-window
z kill-this-buffer
<backtab> previous-completion
<follow-link> mouse-face
<left> previous-completion
<mouse-2> choose-completion
<right> next-completion

ESC ESC Prefix Command

M-ESC ESC delete-completion-window



This mode runs the hook `completion-list-mode-hook', as the final step
during initialization.