On Tue Jun 27 2017 Colin Baxter wrote:
> Forgive me for chiming in. I have very similar bbdb settings, although I
> don't have (require 'bbdb) since I didn't think that was necessary for
> bbdb-3.1.2. The major different is that I use bbdb auto updates for rmail
> only. Everything works fine in tha
Hi Roland,
many thanks for your help. After reading your comment, I just modified
bbdb-mua-auto-update-p to 'search and then I have the perfect (for me)
setting:
* when reading messages in Gnus if the sender is in the database it
automatically shows its record in the BBDB buffer and when I move
On Sun Jun 25 2017 Angel de Vicente wrote:
> ,
> | (require 'bbdb)
> | (bbdb-initialize 'gnus 'message)
> | (bbdb-mua-auto-update-init 'gnus 'message)
> | (setq bbdb-mua-update-interactive-p '(query . create)
> | bbdb-update-records-p 'query
> | bbdb-mua-auto-update-p 'query)
> | (s
Hi,
so, based on previous mails I ended up with this for Gnus integration:
,
| (require 'bbdb)
| (bbdb-initialize 'gnus 'message)
| (bbdb-mua-auto-update-init 'gnus 'message)
| (setq bbdb-mua-update-interactive-p '(query . create)
| bbdb-update-records-p 'query
| bbdb-mua-auto-upda
On Wed Jun 21 2017 Greg Bognar wrote:
> There is an EmacsWiki page for an earlier attempt to integrate WL
> and BBDB3: BBDBV3-Wl at https://www.emacswiki.org/emacs/BBDBV3-Wl.
> However, the link to the project seems to be dead.
While the links to the project seem to be dead, the page says that
the
On Wed Jun 21 2017 Greg Bognar wrote:
> > To activate BBDB you should not require bbdb but bbdb-loaddefs.el,
> > see README. Does this solve your problem?
>
> No, it does not. It makes no difference.
>
> I have read the README several times. I have some understanding
> of Elisp, but it is no h
On Tue Jun 20 2017 Greg Bognar wrote:
> The relevant parts of my init.el:
>
> (require 'bbdb)
To activate BBDB you should not require bbdb but bbdb-loaddefs.el,
see README. Does this solve your problem?
--
Check out the
On Tue Jun 20 2017 Angel de Vicente wrote:
> In my .emacs file I have:
> ,
> | (require 'bbdb)
> | (bbdb-initialize 'gnus 'message)
> | (bbdb-mua-auto-update-init)
> `
The function bbdb-mua-auto-update-init is called like
bbdb-initialize: you need to specify the MUAs it should hook into.
(
Angel de Vicente writes:
> Wes Hardaker writes:
>> I've been meaning to solve this problem for months. It's been driving
>> me nuts not to be able to create new records, so your message finally
>> prompted me to dive into things and have come up with the following
>> solution:
>>
>> (defadvice
On Mon 19 Jun 2017 at 18:18 Roland Winkler wrote:
> On Mon Jun 19 2017 Greg Bognar wrote:
> > I am in the same situation with Wanderlust, so it seems a general
> > BBDB3 problem. With BBDB2 I was able to do something similar to
> > what you describe in WL. Now BBDB never asks to harvest any
> > a
"AdV" == Angel de Vicente writes:
AdV> The culprit seems to be "ivy". After disabling it, I'm able to
AdV> create a new record in BBDB with M-x bbdb-create, and either C-j or
AdV> just leaving the fields empty gets me out of the infinite "Street
AdV> Address" loop described in my previous message
Hi Wes,
Wes Hardaker writes:
> I've been meaning to solve this problem for months. It's been driving
> me nuts not to be able to create new records, so your message finally
> prompted me to dive into things and have come up with the following
> solution:
>
> (defadvice bbdb-read-string (before
Hi Roland,
many thanks for your help
"Roland Winkler" writes:
>> 2. Once the BBDB buffer is shown, I would like that when I move to
>>another message, the BBDB buffer is updated automatically: now I have
>>to press ":" again to see the new sender, and if the sender is not in
>>BBDB,
On Mon Jun 19 2017 Greg Bognar wrote:
> I am in the same situation with Wanderlust, so it seems a general
> BBDB3 problem. With BBDB2 I was able to do something similar to
> what you describe in WL. Now BBDB never asks to harvest any
> address (unless I press :), no matter what settings I try. I
On Mon Jun 19 2017 Angel de Vicente wrote:
> Ideally I would like:
>
> 1. when reading a message, see if the sender is in my database (I can do
>that by pressing ":")
It seems you figured this out.
> 2. Once the BBDB buffer is shown, I would like that when I move to
>another message, the
For the record:
On Mon 19 Jun 2017 at 11:52 Angel de Vicente wrote:
> [...]
> What I don't seem to get is a nice integration with Gnus as I used to
> have with my previous BBDB version, 2.36. Ideally I would like:
>
> 1. when reading a message, see if the sender is in my database (I can do
>
Hi,
"Roland Winkler" writes:
> On Fri Jun 16 2017 Angel de Vicente wrote:
>> I'm not sure if this is due to upgrading to BBDB 3 or due to the
>> other packages that I installed (ivy, counsel, etc.)...
>
> Lots of configuration options have changed from BBDB 2 to 3, see
>
> https://www.emacswiki.
On Fri Jun 16 2017 Angel de Vicente wrote:
> I'm not sure if this is due to upgrading to BBDB 3 or due to the
> other packages that I installed (ivy, counsel, etc.)...
Lots of configuration options have changed from BBDB 2 to 3, see
https://www.emacswiki.org/emacs/UpgradeBBDB
I suggest you first
Hi
Marco Wahl writes:
>> and then the problem starts when I have to enter the address. I'm asked
>> for
>>
>> Street, line 1:
>> Street, line 2:
>> Street, line 3:
>>
>>
>> and BBDB never seems to get satisfied, so I have to cancel the record
>> creation with C-g.
>>
>> Any ideas? Many than
Hi,
> recently I updated bbdb, and I installed projectile, counsel-bbdb, ivy
> and some other packages to Emacs.
>
> bbdb 20170129.2224 installed The Insidious Big
> Brother Database for GNU Emacs
> counsel-bbdb 20161105.350 installed Quick search&
20 matches
Mail list logo