I hope this is the right list; there didn't seem to be a different one
listed on Savannah.  I should say that I'm fairly new to Emacs and Gnus,
and completely new to BBDB, so I don't have any experience with old BBDB
versions to guide me.

I'm trying to set up BBDB 3 to work with Gnus.  I'm using Emacs 23.3.1
on Windows XP.  I know the manual at http://bbdb.sourceforge.net/bbdb.html
is for version 2, but there doesn't seem to be anything newer.  Based on
this manual, I've added to ~/.emacs the following:

-=-=-=-=-
(add-to-list 'load-path "C:/Documents and Settings/carson/Utilities/bbdb/lisp")
(require 'bbdb)
(bbdb-initialize 'gnus 'message)
(add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
-=-=-=-=-

Since I don't have development tools on this computer, I've also created
manually the file bbdb-autoloads.el based on the Makefile:

-=-=-=-=-
(provide 'bbdb-autoloads)
(if
    (and load-file-name
         (file-name-directory load-file-name))
    (add-to-list 'load-path (file-name-directory load-file-name)))
-=-=-=-=-

However, when I do M-x gnus, I get the error "Symbol's function
definition is void: bbdb-insinuate-gnus" in the minibuffer.  Obviously,
I'm doing something wrong.  Can somebody point me in the right
direction?




------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to