Re: bbdb-update-records: Invalid function: bbdb-pushnew
Michael Welle <[email protected]>
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, Randy Bush wrote: > > macosx 10.12.2 > GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2015-04-11 on builder10-9.porkrind.org > Wanderlust/2.15.9 (Almost Unreal) > BBDB version @PACKAGE_VERSION@ (@PACKAGE_DATE@) huh? > i think 2.35 because my notes say bbdb3 does not work with wanderlust I think we talked about that during your last adventure with bbdb. The above seems to come from a bbdb package. As far as I know there are only bbdbv3 based packages in the common archives. Maybe it's different with osx, I don't know. > point is at a message in the summary buffer > hit ; (or :) > am prompted y/n to add to bbdb > "bbdb-update-records: Invalid function: bbdb-pushnew" bbdb-pushnew is a macro in bbdbv3, it's not in bbdbv2, I think. It's hard to say, but it looks like something is expecting bbdbv3, but gets something else. I would look up what command is called by ; and from what source or package that comes from. And then follow the function calls. M-x find-library bbdb might also give some insight. Regards hmw