On August 22, [EMAIL PROTECTED] said:
> I am having trouble upgrading to the latest cvs version of bbdb. The
> last version that works for me is 20000704. With the latest (cvs of
> today) I get an error upon executing
> 
> (require 'bbdb)
> (bbdb-initialize)
> 
> in an -vanilla XEmacs-21.1 "20 Minutes to Nikko" (whatever patchlevel
> that is) I get:
> 
> Signaling: (error "Already loaded")
>   signal(error ("Already loaded"))
>   cerror("Already loaded")
>   apply(cerror "Already loaded")
>   error("Already loaded")
>   byte-code("..." [featurep bbdb-autoloads error "Already loaded" provide] 2)
>   load-internal("bbdb-autoloads" nil nil nil binary)
>   load("bbdb-autoloads")
>   bbdb-initialize()
>   eval((bbdb-initialize))
>   eval-interactive((bbdb-initialize))
>   eval-last-sexp(nil)
>   call-interactively(eval-last-sexp)

Hmm. This'd seem to indicate that you've already managed to load
bbdb-autoloads somewhere. Since I don't have xemacs handy, are you
sure that xemacs -vanilla is the same thing as xemacs -no-site-file
-no-init-file?

You could try editing bbdb.el and changing (load "bbdb-autoloads") to
(require 'bbdb-autoloads). I fail to see why it's an error to load the
file twice, mind you.

cheers,
Waider.
-- 
Ronan Waide, Technology Consultant

StepStone, #102 Block 4, Harcourt Centre, Harcourt Rd, Dublin 2, Ireland
Tel: +353 (0)1 2944077  Fax: +353 (0)1 2944078  http://www.stepstone.ie/

_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info

Reply via email to