>>>> "John" == John A Martin
<jam(a)jamux.com> writes:
John> This bug report will be sent to the XEmacs Development Team,
John> not to your local site managers!! Please write in English,
John> because the XEmacs maintainers do not have translators to
John> read other languages for them.
John> In XEmacs 21.0 "Pyrenean-pre6" [Lucid] (i486-pc-linux) of
John> Fri Oct 16 1998 on
athene.jamux.com configured using
John> `configure '--cflags=-m486 -O2 -fno-strength-reduce
John> -fomit-frame-pointer' --debug=yes --gung-ho --with-sound=no
John> --with-mule=no --use-union-type=yes
John> --lockdir=/var/lock/xemacs --prefix=/usr'
John> Please describe exactly what actions triggered the bug and
John> the precise symptoms of the bug:
John> (require 'bbdb)
Hello John,
it seems
Help
Send Bug Report...
works now :-) although the initial paragraph seems somewhat strange,
since it is presented completely out-of-context.
I think `report-emacs-bug' should identify itself in the message it
creates.
Anyway...
John, are you (require[ing] 'bbdb) in order to use it within XEmacs?
Your mail does not specify the bbdb-version (mine, e.g., is "2.00.02")
you are using.
Assuming 2.x, the right thing to do in .emacs or
.../lisp/site-start.el is something like this:
(bbdb-initialize 'gnus 'message 'sc 'sendmail 'w3)
You'll have to adjust the argument-list to include packages you want
insinuated by BBDB.
Make sure to comment all bbdb-related autoloads you may have in .emacs
or .../lisp/site-start.el from times past.
Then you're ready to
M-x customize-group RET bbdb RET
and save your customizations.
HTH,
Adrian