Re: Re[2]: bbdb-initialize in .emacs

2001-08-29 Thread Rob Browning
[EMAIL PROTECTED] (Michael A. Miller) writes: > I'm trying to set up bbdb and am unclear on the process for the > bbdb package. The docs (/usr/share/doc/bbdb/README.Debian) say > that to enable bbdb support, I need to add a call to > bbdb-initialize in my .emacs. So I added I presume someone a

Re: Re[2]: bbdb-initialize in .emacs

2001-08-24 Thread Michael A. Miller
> "Brian" == Brian P Flaherty <[EMAIL PROTECTED]> writes: > Just to follow up, I just installed bbdb and gnus from the > testing distribution and they appear to work well so far. > If anything strange happens, I'll let you know. Thanks for the info. I still cannot get past (bbdb-

Re: Re[2]: bbdb-initialize in .emacs

2001-08-23 Thread Brian P. Flaherty
Just to follow up, I just installed bbdb and gnus from the testing distribution and they appear to work well so far. If anything strange happens, I'll let you know. -- Brian P. Flaherty /"\ \ / ASCII RIBBON CAMPAIGN XAGAINST HTML MAIL / \

Re: Re[2]: bbdb-initialize in .emacs

2001-08-23 Thread Brian P. Flaherty
I am using Debian potato and the Debian emacs package. GNU Emacs 20.7.2 (i386-debian-linux-gnu, X toolkit) of Tue Jun 20 2000 on raven However, for my mail, I am using Gnus 5.8.8 and bbdb 2.00.06. I did this when I first installed Debian and new nothing about how the package system really worked

Re: bbdb-initialize in .emacs

2001-08-23 Thread Chris Waters
On Thu, Aug 23, 2001 at 03:38:01PM -0500, Michael A. Miller wrote: > > (require 'bbdb) > > (bbdb-initialize 'gnus 'message 'sendmail 'w3) > > (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) > > (bbdb-insinuate-message) > Thanks for the help. When I use t just those 4 lines in

Re: Re[2]: bbdb-initialize in .emacs

2001-08-23 Thread Michael A. Miller
> "Brian" == Brian P Flaherty <[EMAIL PROTECTED]> writes: > Here is the relevant section from my .emacs. > (require 'bbdb) > (bbdb-initialize 'gnus 'message 'sendmail 'w3) > (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) > (bbdb-insinuate-message) Thanks for the help

Re: Re[2]: bbdb-initialize in .emacs

2001-08-23 Thread Brian P. Flaherty
I recently had a problem getting bbdb to work with emacs and gnus too. First, make sure you don't have a byte-compiled .emacs in your home directory. I don't do this on my own, but I had one in my home directory. I seem to remember some program asking me if I want this done, but I am not sure wh

Re[2]: bbdb-initialize in .emacs

2001-08-23 Thread Michael A. Miller
I'm trying to set up bbdb and am unclear on the process for the bbdb package. The docs (/usr/share/doc/bbdb/README.Debian) say that to enable bbdb support, I need to add a call to bbdb-initialize in my .emacs. So I added (bbdb-initialize 'gnus 'message) After doing that, M-x bbdb tells me "no

Re: bbdb-initialize in .emacs

2001-08-10 Thread Brian P. Flaherty
Hello again and thanks for the replies. Well after wasting much time (yours and mine) on this, I found a byte-compiled .emacs file in my home directory. I don't remember creating one, but I vaguely remember a package asking about compiling configuration files. So, all my editing was not being lo

Re: bbdb-initialize in .emacs

2001-08-10 Thread Dmitry Paduchih
> "BPF" == Brian P Flaherty writes: BPF> Hello, BPF> My bbdb code all worked with Emacs 20.7 running under RH, but since BPF> switching to Debian, it doesn't anymore. My .emacs contains code to BPF> setup smtpmail and gnus and then bbdb is called: BPF> ;;(require 'bbdb) ;; I guess I don't n

Re: bbdb-initialize in .emacs

2001-08-10 Thread Colin Walters
[EMAIL PROTECTED] (Brian P. Flaherty) writes: > ;;(require 'bbdb) ;; I guess I don't need this anymore... > (bbdb-initialize 'gnus 'message 'sendmail 'w3) > (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) > (bbdb-insinuate-message) > > But none of this happens when emacs starts. My *Messages*

Re: bbdb-initialize in .emacs

2001-08-10 Thread Ben Pfaff
[EMAIL PROTECTED] (Brian P. Flaherty) writes: > My bbdb code all worked with Emacs 20.7 running under RH, but since > switching to Debian, it doesn't anymore. My .emacs contains code to > setup smtpmail and gnus and then bbdb is called: > > ;;(require 'bbdb) ;; I guess I don't need this anymore.

bbdb-initialize in .emacs

2001-08-10 Thread Brian P. Flaherty
Hello, My bbdb code all worked with Emacs 20.7 running under RH, but since switching to Debian, it doesn't anymore. My .emacs contains code to setup smtpmail and gnus and then bbdb is called: ;;(require 'bbdb) ;; I guess I don't need this anymore... (bbdb-initialize 'gnus 'message 'sendmail 'w3)