unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [Emacs] Using notmuch-address with EUDC, and completion-at-point
@ 2022-07-22 14:50 Alexander Adolf
  2022-07-30 12:37 ` David Bremner
  0 siblings, 1 reply; 7+ messages in thread
From: Alexander Adolf @ 2022-07-22 14:50 UTC (permalink / raw)
  To: notmuch

[-- Attachment #1: Type: text/plain, Size: 1002 bytes --]

Hello,

I recently switched in-buffer completion from company [1] to
completion-at-point with corfu [2] as the UI.

As I wanted email address completion via completion-at-point in
message-mode too, I implemented a new EUDC function to go into
completion-at-point-functions [3].

[1] https://company-mode.github.io
[2] https://github.com/minad/corfu
[3] https://github.com/emacs-mirror/emacs/blob/master/lisp/net/eudc-capf.el

To close the loop, I also wrote an EUDC back-end to get candidates from
notmuch-address (which attached).

Now, with a eudc-server-hotlist value of

(("localhost" . notmuch-address)
 ("localhost" . macos-contacts))

and eudc-capf-complete among completion-at-point-functions in
message-mode, I get combined email address completion candidates from
both sources offered by completion-at-point when composing a new email.

Life can be a breeze at times... ;-)

I hope anyone else finds this useful.


Hoping to have helped, and looking forward to your thoughts,

  --alexander


[-- Attachment #2: eudcb-notmuch-address.el --]
[-- Type: application/emacs-lisp, Size: 3378 bytes --]

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-08-18 21:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22 14:50 [Emacs] Using notmuch-address with EUDC, and completion-at-point Alexander Adolf
2022-07-30 12:37 ` David Bremner
2022-08-02 15:26   ` Alexander Adolf
2022-08-12 10:28     ` David Bremner
2022-08-16 17:35       ` Alexander Adolf
2022-08-18 14:57         ` David Bremner
2022-08-18 21:31           ` Alexander Adolf

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).