emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] EUDC email addresses via completion-at-point in message-mode


From: Stefan Monnier
Subject: Re: [PATCH] EUDC email addresses via completion-at-point in message-mode
Date: Fri, 15 Apr 2022 18:58:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> I had hoped that ":exclusive 'no" would do this, but haven't been able
> to meet my expectations.

Better stay far away from ":exclusive 'no".
It's an ugly hack that's fundamentally broken (not just in its implementation).

If you want to merge several completion tables (or several CAPFs) then
you should do so explicitly (for email completion, I think the best
option is probably to do it at the level of the completion table by providing
a new table which calls `all-completions` on all the other tables and
appends the results).


        Stefan




reply via email to

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