Re: Issue with "Duplicate BBDB record encountered"
"Roland Winkler" <[email protected]>
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon Oct 16 2017 Renato Ferreira wrote: > Although i'm not familiar with the package code i debugged through the > issue and it seems to me that this occurs in (bbdb-parse-records) which > calls (bbdb-hash-record record) before checking for a duplicate with > (bbdb-gethash name '(fl-name aka)), which returns true because the hash > is already there, oposed to the older version which hashed the record > after checking for duplicates. Yes, this was bogus. Thanks for reporting, it should be fixed now.