Help!  Can ayone tell me what's going on here?

Debian woody
emacs21.2-1 plus the Gnus which comes with it.
bbdb 2.34.cvs200204 

When I try to start Gnus it sticks halfway, generating this error
message about bbdb. 



Debugger entered--Lisp error: (void-function bbdb-insinuate-gnus)
  bbdb-insinuate-gnus()
  run-hooks(gnus-startup-hook)
  apply(run-hooks gnus-startup-hook)
  gnus-run-hooks(gnus-startup-hook)

  byte-code("��!�Ї"
 [dont-connect did-connect
  gnus-startup-file gnus-current-startup-file gnus-slave
  gnus-use-dribble-file gnus-group-quit gnus-run-hooks gnus-startup-hook
  gnus-make-newsrc-file gnus-dribble-read-file bbb-login add-hook
  gnus-summary-mode-hook gnus-grouplens-mode gnus-setup-news nil
  gnus-setup-news-hook gnus-start-draft-setup gnus-group-list-groups
  gnus-group-first-unread-group gnus-configure-windows group
  gnus-group-set-mode-line gnus-started-hook gnus-use-grouplens level] 4)


  gnus-1(nil nil nil)
  gnus(nil)
* call-interactively(gnus)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)


In .emacs I have 

8<------8<------8<------8<------8<------8<------8<------8<------8<------

;;;fire up bbdb put this last
 (require 'bbdb)
  (bbdb-initialize 'gnus 'message)
(setq bbdb-sounds-directory nil)
8<------8<------8<------8<------8<------8<------8<------8<------8<------




and then in .gnus

8<------8<------8<------8<------8<------8<------8<------8<------8<------
;;bbdb address database
(add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)

;;make sure it doesn'tpop up when not wanted
(setq bbdb-use-pop-up nil)
8<------8<------8<------8<------8<------8<------8<------8<------8<------



C-h a bbdb-insinuate-gnus gets me nowhere - the function isn't
recognised. (yes, bbdb IS installed)



with thanks 



Glyn


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Reply via email to