As a follow-up to the this bug report, now that this version of emacs21 is in
testing, my mail setup also broke. Thanks to Roland for the snipped of how he
fixed his setup for gnus, the following at the top of ~/.vm did the trick for
me with vm:

; 28 Dec 2005  bbdb breakage after today's emacs upgrade:
(setq load-path (cons (concat "/usr/share/emacs21/site-lisp/bbdb") load-path))
(setq load-path (cons (concat "/usr/share/emacs/site-lisp/bbdb/lisp") 
load-path))
(provide 'bbdb/load-path)
(load-library "bbdb")
(load-library "bbdb-com")
(load-library "bbdb-vm")
(provide 'bbdb-autoloads)
;;
;(bbdb-insinuate-vm)
(bbdb-initialize 'vm)


Regards,  Dirk

-- 
Hell, there are no rules here - we're trying to accomplish something. 
                                                  -- Thomas A. Edison


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

Reply via email to