I'm trying to get BBDB working with the latest VM..(I'm starting to believe I should just run an older VM instead - thoughts? What specifically do the new VM's do for you? When I autoload vm via M-x vm.. I get this in the status area. Autoloading failed to define function bbdb-orig-vm-record-and-change-message-.... (I can't see the rest) This is what I have in my ~/.emacs ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; BBDB (autoload 'bbdb "bbdb-com" "Insidious Big Brother Database" t) (autoload 'bbdb-name "bbdb-com" "Insidious Big Brother Database" t) (autoload 'bbdb-company "bbdb-com" "Insidious Big Brother Database" t) (autoload 'bbdb-net "bbdb-com" "Insidious Big Brother Database" t) (autoload 'bbdb-notes "bbdb-com" "Insidious Big Brother Database" t) (autoload 'bbdb-insinuate-vm "bbdb-vm" "Hook BBDB into VM") ;(autoload 'bbdb-insinuate-rmail "bbdb-rmail" "Hook BBDB into RMAIL") ;(autoload 'bbdb-insinuate-mh "bbdb-mhe" "Hook BBDB into MH-E") (autoload 'bbdb-insinuate-gnus "bbdb-gnus" "Hook BBDB into GNUS") ;(autoload 'bbdb-insinuate-sendmail "bbdb" "Hook BBDB into sendmail") (bbdb-insinuate-vm)
