girzel / ebdb

An EIEIO port of BBDB, Emacs' contact-management package
67 stars 12 forks source link

cl-no-applicable-method: No applicable method: ebdb-field-readable-name #90

Closed brabalan closed 4 years ago

brabalan commented 4 years ago

After upgrading ebdb, I get this when I try to send a message:

cl-no-applicable-method: No applicable method: ebdb-field-readable-name, #s(ebdb-field-mail nil "***@***" primary) 

I'm using ebdb with notmuch.

How can I get around this?

girzel commented 4 years ago

On 05/19/20 06:01 AM, Alan Schmitt wrote:

After upgrading ebdb, I get this when I try to send a message:

cl-no-applicable-method: No applicable method:
ebdb-field-readable-name, #s(ebdb-field-mail nil "***@***" primary)

I'm using ebdb with notmuch.

How can I get around this?

Can you send me the full traceback (use M-x toggle-debug-on-error first)? Mail fields definitely work with `ebdb-field-readable-name', so I'm not sure what's going on there.

Have you restarted Emacs since updating EBDB?

brabalan commented 4 years ago

I turned on debugging and I can no longer reproduce this. I had restarted emacs.

I will close this for the moment, and reopen if I can make it happen again. Sorry for the noise.