girzel / ebdb

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

Fixing what I think is a corrupted record? #82

Closed brabalan closed 4 years ago

brabalan commented 4 years ago

There is one record in ebdb that I cannot access. When I search for it, I get:

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

where the address is a correct email address (of the form foo-bar.baz@sdf.fr).

What can I do to correct that record? (This also prevents me from sending mail to that address, as it tries to open the ebdb record when sending the email…)

brabalan commented 4 years ago

Restarting emacs solved it. Sorry for the noise.