On Tue, 18 Jul 2006 21:54:48 +0100,
Ronan Waide <[EMAIL PROTECTED]> said:
> On July 16, [EMAIL PROTECTED] said: The file bbdb-sc cannot get loaded:
>
> Debugger entered--Lisp error: (file-error "Cannot open load file"
> "bbdb-sc") bbdb-insinuate-sc()
> Looks like bbdb-sc isn't in your load-path. What happens if you do M-x
> load-lib RET bbdb-sc RET ?
Thanks Ronan, I haven't directly checked that yet, but will. However, I
managed to get things back to normal by simply deleting (from ~/.gnus.el):
---<---------------cut here---------------start-------------->---
(require 'bbdb)
(bbdb-initialize 'gnus 'message) ; I had 'sc at the end of this
(add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
(add-hook 'message-setup-hook
'(lambda ()
(bbdb-define-all-aliases)
;; Use footnotes in messages ('C-c ! a' to insert one,
;; 'C-c ! b' to go back
(require 'footnote)))
;; display names as in bbdb database
(autoload 'bbdb/gnus-lines-and-from "bbdb-gnus")
---<---------------cut here---------------end---------------->---
I don't understand why removing the 'sc would have made a difference, but
it did. I suspect that bbdb-sc has not been loaded though, so any further
pointers would be appreciated. But first, I'll test your suggestions.
Thanks,
--
Seb
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
[email protected]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/