Any help on the following is apriciated. When I have the following in my .gnus (require 'bbdb) (bbdb-initialize 'gnus 'message 'sc 'w3)
and do gnus-summary-reply-with-original I get the error Loading supercite... run-hooks: Cannot open load file: bbdb-sc If I skip the two lines in .gnus the error disapears but then other things with sc doesn't work I find bbdb-sc.el in /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-sc.el wich is not in my load-path instead bbdb is in my load-path as follows /usr/share/emacs21/site-lisp/bbdb /usr/share/emacs/21.4/site-lisp/bbdb why is that I am mostly using gessing here but should I just do in .gnus or .emacs ? (setq load-path (cons "/usr/share/emacs/site-lisp/bbdb/lisp/bbdb-sc.el" load-path)) -- Associate Prof. Ph.D Torben Knudsen Phone : (+45) 9635 8670 Section of Automation and Control, Email : [EMAIL PROTECTED] Department of Electronic Systems, Aalborg University Fredrik Bajersvej 7 DK-9220 Aalborg Ø Denmark _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
