djcb / mu

maildir indexer/searcher + emacs mail client + guile bindings
http://www.djcbsoftware.nl/code/mu
GNU General Public License v3.0
1.59k stars 384 forks source link

Autocomplete not working #2709

Closed jonascant closed 1 month ago

jonascant commented 1 month ago

I am using mu4e 1.10.8-2~bpo12+1 and Emacs 30.0.50

mu4e-contacts-info returns all my contacts properly. However hitting TAB when composing a message returns "No Match"

Running (mu4e--request-contacts-maybe) returns nil.

I am using mu4e-contexts.

How can i debug this further?

Thanks!

djcb commented 1 month ago

Check mu4e-compose-complete-addresses and see what's the value of completion-at-point-functions. Check what's bound to TAB. Try with a minimal setup (just load emacs & mu4e and minimal configuration).

djcb commented 1 month ago

So, ^^^ this is how you can debug this further. This should generally work, many people use this every day.