Re: error with bbdb-check-name
"Roland Winkler" <[email protected]> Sat, 29 Aug 2020 23:15:54 +0200
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed Aug 19 2020 Peter Münster wrote: > Since commit e0eff7e1ee5003f7c557a83d655a7fc0b6b45fcc I get this error > when invoking bbdb: > > Debugger entered--Lisp error: (invalid-function (fun (name) (let* ((tmp (bbdb-gethash name '(fl-name lf-name aka))) (records (if record (remq record tmp) tmp))) (if records (let ((msg (format "Name `%s' is already in BBDB: %s" name ...))) (if (not warn) (error msg) (message msg) (sit-for 1))))))) What version of emacs are you using? The above code of BBDB uses cl-flet. I know rather little about the internals of the `cl' macros. But it looks to me as if something was screwed up for you with this macro. (Are you using a compiled BBDB -- though I believe this should not matter.)