Re: Problem creating record

2017-06-27 Thread Angel de Vicente
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

Re: Problem creating record

2017-06-26 Thread Roland Winkler
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) > |

Re: Problem creating record

2017-06-24 Thread Angel de Vicente
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 |

Re: Problem creating record

2017-06-21 Thread Roland Winkler
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

Re: Problem creating record

2017-06-21 Thread Roland Winkler
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

Re: Problem creating record

2017-06-21 Thread Roland Winkler
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

Re: Problem creating record

2017-06-21 Thread Roland Winkler
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.

Re: Problem creating record

2017-06-20 Thread Norman Walsh
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

Re: Problem creating record

2017-06-20 Thread Greg Bognar
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 > >

Re: Problem creating record

2017-06-20 Thread Alan Schmitt
"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

Re: Problem creating record

2017-06-19 Thread Angel de Vicente
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

Re: Problem creating record

2017-06-19 Thread Angel de Vicente
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

Re: Problem creating record

2017-06-19 Thread Roland Winkler
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.

Re: Problem creating record

2017-06-19 Thread Roland Winkler
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,

Re: Problem creating record

2017-06-19 Thread Greg Bognar
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 >

Re: Problem creating record

2017-06-16 Thread Roland Winkler
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

Re: Problem creating record

2017-06-16 Thread Angel de Vicente
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.

Re: Problem creating record

2017-06-16 Thread Marco Wahl
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