Next: Completion Hotkeys, Previous: Auto-Completion Mode, Up: Completing Words
Dynamic completion is controlled by the completion-use-dynamic customisation variable. When it is non-nil, the most likely completion is provisionally inserted in the buffer after the point and highlighted. If auto-completion-mode is enabled, typing more word-constituent characters will add them to the word, updating the most likely completion (see Auto-Completion Mode). Note that since the completion-reject command ends the completion process, if you want to find completions for the same prefix again after previously rejectng a completion, you have to do it manually with complete-predictive even when auto-completion-mode is enabled. See Inserting Completions, and Auto-Completion Mode.