Ronan Waide writes:
> On January 17, [EMAIL PROTECTED] said:
> > it insists that it still can't find (bbdb-insinuate-vm).  My guess is
> > that when the code was being compiled it 'linked' against bogus,
 
> the BBDB build process makes sure to set the load-path such that it
> "links" against the correct files. What is your exact bbdb
> initialization sequence?
 
Sorry to have taken so long to reply to this; I'd not got far beyond
sending me message when the local systems crashed painfully enough to
preclude running emacs at all. 

Anyway, I annotated my initialisation with various (message "..")
calls and here's a copy of what results:


----------------------------------------------------------------------
Loading /usr/share/emacs/site-lisp/site-start.d/site-start.el
(source)...done
Finished loading /usr/share/emacs/site-lisp/egg/leim-list.el 
   and load others...
Loading disp-table...
Loading disp-table...done
Loading iso-transl...
Loading iso-transl...done
Loading loads...
Loading backquote...
Loading backquote...done
Loading rsz-mini...
Loading rsz-mini...done
Loading edmacro...
Loading edmacro...done
Loading outline...
Loading outline...done
Loading cl-macs...
Loading cl-macs...done
Loading cl-seq...
Loading cl-seq...done
Requiring bbdb
Loading bbdb 2.34
Initialising bbdb
For information about the GNU Project and its goals, type C-h C-p.
Fontifying *scratch*...
Fontifying *scratch*... (regexps............)
For information about the GNU Project and its goals, type C-h C-p.
Quit
Loading vm...
Loading vm...done
Loading vm-window...
Loading vm-window...done
Loading vm-mouse...
Loading vm-mouse...done
Loading vm-menu...
Loading vm-menu...done
Loading vm-easymenu...
Loading vm-easymenu...done
Loading vm-misc...
Loading vm-misc...done
Reading /home/michaeln/mail/inbox...
Reading /home/michaeln/mail/inbox... done
Loading vm-folder...
Loading vm-folder...done
Fontifying inbox...
Fontifying inbox... (regexps..............)
Loading vm-folder...done
Attemping bbdb insinuate vm
Symbol's function definition is void: bbdb-insinuate-vm
----------------------------------------------------------------------

The "Loading bbdb 2.34" message is an additional one that I inserted
directly into the source code of bbdb.el before compiling it and
copying it across into ~/Emacs/bbdb.  My load-path in my .emacs is set
as follows:

(setq load-path (append (list  (expand-file-name "~/Emacs/")
                               (expand-file-name "~/Emacs/caml-mode")
                               (expand-file-name "~/Emacs/custom")
                               (expand-file-name "~/Emacs/sml-mode")
                               (expand-file-name "~/Emacs/vm")
                               (expand-file-name "~/Emacs/bbdb"))
                        load-path))

(Now that I look at it, I notice that there are redundant references
to custom and caml-mode; these directories don't exist.)

Somehow the call to (bbdb-initialise) isn't loading in bbdb-autoloads,
or bbdb-autoloads isn't correctly referencing bbdb-vm.  If I manually
load "bbdb-vm" and then call bbdb-insinuate-vm, I get a little
further, before the fact that I have an old format db bites, and I get
an error message: 

Symbol's function definition is void: bbdb-migration-query


Any help much appreciated,
Michael.


-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to