Emacs 24.3.1 BBDB 20140515.806

I've been using BBDB with great success for a few months, but tonight it
has stopped working. I was changing with some settings for org-agenda,
trying to get BBDB to send info on anniversaries. I'm not sure if it was
this or something else ... I've tried to revert those changes, but now
I'm just confused. When I try to retrieve a record in the bbdb buffer
with M-x bbdb, the output is "No records matching (string)". Completion
of email addresses in gnus is no longer working, either.

My .bbdb is in ~/.emacs.d/.bbdb, and all the data in there seems ok.

In my .emacs I have:

;; ==== bbdb ====
(require 'bbdb)
;;Tell bbdb about your email address:
(setq bbdb-user-mail-names
      (regexp-opt '("ste...@stevenarntson.com")))
;;cycling while completing email addresses
(setq bbdb-complete-name-allow-cycling t)
;;No popup-buffers
(setq bbdb-use-pop-up nil)

And in my .gnus a little more:

;;newer specs for v.3+
(require 'bbdb-autoloads)
  (bbdb-initialize 'gnus 'message)
  (bbdb-mua-auto-update-init 'gnus)
  (setq bbdb-file "~/.emacs.d/.bbdb")

  (setq bbdb-complete-mail-allow-cycling t)
  ;; control pop-up and its size
  (setq bbdb-message-pop-up nil)

  ;; What do we do when invoking bbdb interactively
  (setq bbdb-mua-update-interactive-p '(query . create))

  ;; Make sure we look at every address in a message and not only the
  ;; first one
  (setq bbdb-message-all-addresses t)
  (add-hook 'message-setup-hook 'bbdb-mail-aliases)

  (require 'bbdb-anniv) ; BBDB 3.x this gets birthdays in org agenda
                        ; and diary - clever stuff

(add-hook 'diary-list-entries-hook 'bbdb-anniv-diary-entries)

Does anyone have any idea what might be wrong? I'd appreciate any
advice, for I'm quickly discovering how paralyzed I am without this
utility! :)

Best!
steven arntson


------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to