bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59314: 29.0.50; EUDC and message-mode header completion


From: Thomas Fitzsimmons
Subject: bug#59314: 29.0.50; EUDC and message-mode header completion
Date: Wed, 21 Dec 2022 12:39:27 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

Hi Alexander,

Alexander Adolf <alexander.adolf@condition-alpha.com> writes:

[...]

> diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
> index e7d11b597b..6c10a4ae97 100644
> --- a/lisp/gnus/message.el
> +++ b/lisp/gnus/message.el
> @@ -3191,7 +3191,6 @@ message-mode
>      (mail-abbrevs-setup))
>     ((message-mail-alias-type-p 'ecomplete)
>      (ecomplete-setup)))
> -  (add-hook 'completion-at-point-functions #'eudc-capf-complete -1 t)
>    (add-hook 'completion-at-point-functions #'message-completion-function nil 
> t)
>    (unless buffer-file-name
>      (message-set-auto-save-file-name))

I pushed this part of the patch to the emacs-29 branch.  It will soon be
automatically merged back to the master branch.

The other part of the patch got feedback for you, from Stefan.

Thomas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]