>>>> "APA" == Adrian Aichner
<aichner(a)ecf.teradyne.com> writes:
>>>> "John" == John A Martin
<jam(a)jamux.com> writes:
John> Both bbdb.info and my .../xemacs-packages/lisp/bbdb/INSTALL
John> give
John> (require 'bbdb)
John> (bbdb-initialize)
APA> Hmmh, I don't use (require 'bbdb) in my setup and all is
APA> well. I just put it in my site-start.el just before
APA> (bbdb-initialize ...) and XEmacs still comes up fine and I
APA> can query BBDB entries.
Can it make any difference whether it is site-start.el or ~/.emacs as
long as it is not both?
John> and when I tried (bbdb-initialize) alone it failed with the
John> same
John> Lisp nesting exceeds `max-lisp-eval-depth'
APA> My setting:
APA> max-lisp-eval-depth 500 which supposedly is the
APA> standard-value.
500 here also which _is_ the default. The variable documentation
refers to recursion. So it is not just a simple loop? And it says
`eval', `apply', and `funcall'.
APA> Do you have any lisp package shadowing?
I'm not sure exactly what that could be. I have an old reliable
XEmacs under /usr/local with all it's own stuff and my present load
path points only to the right stuff. I just did a search on it for
`local'. I cleaned out (moved) what I had under my home directory
when starting.
APA> Do you have an old version of bbdb lurking somewhere?
Not under /usr not /usr/local.
APA> What does M-x locate-library RET bbdb RET give you?
Library is file /usr/lib/xemacs-21.0/xemacs-packages/lisp/bbdb/bbdb.elc
APA> I get:
APA> (locate-library "bbdb")
APA> "c:\\Program Files\\XEmacs\\packages\\lisp\\bbdb\\bbdb.elc"
jam