=== modified file 'lisp/icomplete.el' --- lisp/icomplete.el 2013-02-15 19:19:29 +0000 +++ lisp/icomplete.el 2013-03-03 20:18:15 +0000 @@ -267,11 +267,11 @@ and `minibuffer-setup-hook'." (save-excursion (goto-char (point-max)) ; Insert the match-status information: - (if (and (> (point-max) (minibuffer-prompt-end)) - buffer-undo-list ; Wait for some user input. + (if (and ;; (> (point-max) (minibuffer-prompt-end)) + ;; buffer-undo-list ; Wait for some user input. (or ;; Don't bother with delay after certain number of chars: - (> (- (point) (field-beginning)) icomplete-max-delay-chars) + ;; (> (- (point) (field-beginning)) icomplete-max-delay-chars) ;; Don't delay if the completions are known. completion-all-sorted-completions ;; Don't delay if alternatives number is small enough: