Comment 6 for bug 27358

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 28 Dec 2005 22:23:11 -0600
From: Dirk Eddelbuettel <email address hidden>
To: <email address hidden>
CC: Luca Capello <email address hidden>, Roland Mas <email address hidden>
Subject: bbdb also broken with vm under newest emacs

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