The TAB-initiated address completion generates completion candidates
synchronously, blocking the UI. Since this can take long time, it is
better to let the use know what's happening.
(point)))
(orig (buffer-substring-no-properties beg end))
(completion-ignore-case t)
- (options (notmuch-address-options orig))
+ (options (with-temp-message "Looking for completion candidates..."
+ (notmuch-address-options orig)))
(num-options (length options))
(chosen (cond
((eq num-options 0)