Ronan Waide writes:
 > 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.

Hmm, I don�t have any explicit tm setup;-??
And someway the problem gets triggered by the new bbdb versions, as it 
works fine with bbdb-20000704.

Thanks for your info anyway. I�ll look into it and ask at the
appropriate place again.

Jochen
-- 
http://www.Jochen-Kuepper.de

   Einigkeit und Recht und Freiheit
       Libert�, �galit�, Fraternit�
           Sex, drugs and rock-n-roll
_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info

Reply via email to