[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: message-mode completion broken
From: |
Eli Zaretskii |
Subject: |
Re: message-mode completion broken |
Date: |
Wed, 16 Nov 2022 15:30:44 +0200 |
> From: Robert Pluim <rpluim@gmail.com>
> Cc: emacs-devel@gnu.org, Eric Abrahamsen <eric@ericabrahamsen.net>
> Date: Wed, 16 Nov 2022 11:02:04 +0100
>
> >>>>> On Wed, 16 Nov 2022 10:16:57 +0200, "Dirk-Jan C. Binnema"
> >>>>> <djcb.bulk@gmail.com> said:
>
> Dirk-Jan> On Tuesday Nov 15 2022, Eric Abrahamsen wrote:
>
> >> Hi,
> >>
> >> Since the recent change to message-mode and EUDC, message-mode
> >> completion fails. I noticed this with EBDB, and there's been a report
> on
> >> gnus.general that BBDB fails as well.
> >>
> >> completion-at-point-functions looks like:
> >>
> >> (eudc-capf-complete message-completion-function t)
> >>
> >> eudc-capf-complete produces "No matches", and
> >> message-completion-function never gets called.
>
> Dirk-Jan> We ran into that same problems with mu4e's completion:
> Dirk-Jan> https://github.com/djcb/mu/issues/2363
>
> Please report this as a bug with M-x report-emacs-bug
Yes, and preferably with a recipe that doesn't require 3rd-party
packages to reproduce the problems.
TIA