On August 24, [EMAIL PROTECTED] said:
> 
>   load-internal("gnus" nil t nil binary)
>   load("gnus" nil t nil)
>   require(gnus)
>   byte-code( [snip] )
>   load-internal("gnus-mime" nil t nil binary)
>   load("gnus-mime" nil t nil)
>   require(gnus-mime)
>   tm-setup/load-gnus()
>   run-hooks(tm-setup/load-gnus)
>   load-internal("gnus" nil nil nil binary)
>   load("gnus" nil nil nil)
>   command-execute(gnus t)
>   execute-extended-command(nil)
>   call-interactively(execute-extended-command)
> 
> What makes me stumble is the repeated load("gnus" nil t nil) that
> apeears almost 40 times in the backtrace?

Yup. Inspect the stack trace.

load-internal gnus
 -> run hooks for tm-setup/load-gnus
    -> tm-setup/load-gnus asks fro gnus-mime
       -> gnus-mime asks for gnus

whoops...

I'd say you need to examine your tm setup.

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