summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2019-12-11 20:17:17 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2019-12-11 20:17:17 -0500
commit47a767c24e9cc4323432e29103b0a2cc46f8f3e4 (patch)
tree53864b52a54e2812b7a4088e37a4b0d91ffeff47 /etc
parent394c91e4bf0e9244f6b0f41b4ba74c1dbf3097a2 (diff)
downloademacs-47a767c24e9cc4323432e29103b0a2cc46f8f3e4.tar.gz
* lisp/gnus/message.el (message-expand-name-standard-ui): New option
(message--old-style-completion-functions): New var. (message-completion-function): Allow functions on `message-completion-alist` to follow the capf protocol. (message-completion-alist): Adjust docstring accordingly. Simplify regexps and make them apply more liberally. (message-expand-group): Use the capf protocol. (completion-category-defaults): Use 'substring' completion style by default for email addresses. (message--bbdb-query-with-words, message--name-table): New functions. (message-expand-name): Use them to obey `message-expand-name-standard-ui`.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7602a2e56a1..4df123d787b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1961,6 +1961,12 @@ GnuTLS manual) is recommended instead.
** Message
+*** Completion of email addresses can use the standard completion UI
+This is controlled by 'message-expand-name-standard-ui'.
+With the standard UI the different sources (ecomplete, bbdb, and eudc)
+are matched together and try to obey 'completion-styles'.
+It should work for other completion front ends like Company.
+
*** 'message-mode' now supports highlighting citations of different depths.
This can be customized via the new user option
'message-cite-level-function' and the new 'message-cited-text-*' faces.