Re: bug report; bbdb-send-mail with gnus-user-agent

2000-10-31 Thread ShengHuo ZHU
John Hunter <[EMAIL PROTECTED]> writes: > Version info: > BBDB version 2.2 > GNU Emacs 20.7.1 > Gnus v5.8.8 > > Description: when I execute bbdb-send-mail from the *BBDB* buffer I > get the following message 'Symbol's function definition is void: nil'. > The bbdb-send-mail error does not occur

bug report; bbdb-send-mail with gnus-user-agent

2000-10-31 Thread John Hunter
Version info: BBDB version 2.2 GNU Emacs 20.7.1 Gnus v5.8.8 Description: when I execute bbdb-send-mail from the *BBDB* buffer I get the following message 'Symbol's function definition is void: nil'. The bbdb-send-mail error does not occur any more after I have executed gnus-group-mail for the

Re: GCC'ing my email

2000-10-31 Thread Jochen Küpper
> "APA" == Adrian Aichner <[EMAIL PROTECTED]> writes: > "John" == John Hunter <[EMAIL PROTECTED]> writes: APA> (setq message-default-headers (concat "Bcc: " (user-mail-address) ^^^ John> this still doesn't give me my damned GCC.

Re: GCC'ing my email

2000-10-31 Thread Kai Großjohann
On 31 Oct 2000, [EMAIL PROTECTED] wrote: > I have installed GNUS 5.8.8 from the CVS and BBDB2.2. All is > working well (the GCC lines are being inserted, as long last!) now > except in one circumstance. When I have started emacs and use > bbdb-send-mail from the *BBDB* buffer I get the error >

Re: GCC'ing my email

2000-10-31 Thread Adrian Aichner
> "John" == John Hunter <[EMAIL PROTECTED]> writes: > "Kai" == Kai Großjohann <[EMAIL PROTECTED]> writes: Kai> On 30 Oct 2000, [EMAIL PROTECTED] wrote: John> I have installed GNUS 5.8.8 from the CVS and BBDB2.2. All John> is working well (the GCC lines are being inserted,

Re: bbdb - future diretions

2000-10-31 Thread Nix
Ernst Taumberger <[EMAIL PROTECTED]> writes: > I have a bbdb file with more than 2000 entries and I don't see any slow down > in the use of bbdb (I added the bulk of it in one go -- imported company > phonebook). You won't see it for some time; the bbdb-hashtable is an obarray, so lookup of entr

Re: GCC'ing my email

2000-10-31 Thread John Hunter
> "Kai" == Kai Großjohann <[EMAIL PROTECTED]> writes: Kai> On 30 Oct 2000, [EMAIL PROTECTED] wrote: >> Unfortunately, I still have the same problem, and a search of >> the bbdb archives for 'define-mail-user-agent' did not turn up >> anything previous to Kai's response. K

Re: bbdb - future diretions

2000-10-31 Thread Kai Großjohann
On Mon, 30 Oct 2000, [EMAIL PROTECTED] wrote: > Is there anyone who wants to use/share BBDB cooperatively with other > people? /me raises hand For cooperativeness, LDAP might be our friend. But then, there's EUDC... kai -- I like BOTH kinds of music. _

Re: GCC'ing my email

2000-10-31 Thread Kai Großjohann
On 30 Oct 2000, [EMAIL PROTECTED] wrote: > Unfortunately, I still have the same problem, and a search of the > bbdb archives for 'define-mail-user-agent' did not turn up anything > previous to Kai's response. The user agent is included in the most recent Gnus version. I'm not sure if it is in 5

Re: GCC'ing my email

2000-10-31 Thread Raymond Scholz
John Hunter <[EMAIL PROTECTED]> writes: > Let me know if I have misread the import of your email, but I do not > have a problem setting the variable to 'bbdb-send-mail-style' to > 'message. As you noticed, setting it to 'message doesn't respect some of Gnus' internal processing (e.g. Gcc:-head

Re: GCC'ing my email

2000-10-31 Thread Adrian Aichner
> "John" == John Hunter <[EMAIL PROTECTED]> writes: John, this what I use: (setq message-default-headers (concat "Bcc: " (user-mail-address) "\n")) (setq mail-default-headers message-default-headers) Are you trying something more fancy? Adrian > "APA" == Adrian Aichner <[EMAIL PROTECT

Re: GCC'ing my email

2000-10-31 Thread John Hunter
> "APA" == Adrian Aichner <[EMAIL PROTECTED]> writes: John> Let me know if I have misread the import of your email, but John> I do not have a problem setting the variable to John> 'bbdb-send-mail-style' to 'message. The problem is that John> this does not do what I need it to

Re: bbdb - future diretions

2000-10-31 Thread Ronan Waide
Yikes. I should proofread more: On October 31, [EMAIL PROTECTED] said: > As previously pointed out, the current database structure is parsed > as a lisp structure, not unlike reading a binary blob off a disk and > casting it to a file. That would be "casting it to a structure". > export/import

Re: GCC'ing my email

2000-10-31 Thread Adrian Aichner
> "John" == John Hunter <[EMAIL PROTECTED]> writes: > "APA" == Adrian Aichner <[EMAIL PROTECTED]> writes: John> Let me know if I have misread the import of your email, but I do not John> have a problem setting the variable to 'bbdb-send-mail-style' to John> 'message. The prob