bbdb-mua-edit-field and people in CC

2012-07-28 Thread Alan Schmitt
Hello, I have a key bound to bbdb-mua-edit-field in summary mode, and I've just noticed that it only let me edit the field of the sender. The documentation says it should edit sender or recipients, and I'm wondering if it's possible to edit both. Thanks, Alan Schmitt

How to merge to records with identical names?

2012-08-01 Thread Alan Schmitt
Hello, I have a person that was entered twice in bbdb, with the same name but two different mails. I tried to put the cursor on one of the records and do a M-x bbdb-merge-record, but when I enter the second mail address, I get an error: Mail address (the current mail address) is used by (the

Re: [BBDB] ChangeLog 2012-08-01

2012-08-02 Thread Alan Schmitt
Roland Winkler wink...@gnu.org writes: On Wed Aug 1 2012 Alan Schmitt wrote: I have a person that was entered twice in bbdb, with the same name but two different mails. I tried to put the cursor on one of the records and do a M-x bbdb-merge-record, but when I enter the second mail address, I

Re: bbdb/news-auto-create-p (auto create entries from everything)

2012-08-16 Thread Alan Schmitt
Mitchel Humpherys mitch.spec...@gmail.com writes: Does bbdbv3 have something similar to bbdb/mail-auto-create-p? Basically I just want bbdb to be big brother and auto-create entries for every email address I ever see. Ever. I think you need something like the following:

Re: bbdb/news-auto-create-p (auto create entries from everything)

2012-08-17 Thread Alan Schmitt
Mitchel Humpherys mitch.spec...@gmail.com writes: Thanks, thank did the trick! I posted this very question to SO for posterity if you want to go reap some rep: http://stackoverflow.com/questions/11991940/auto-create-entries-for-all-email-addresses-in-bbdb3 (otherwise I'll just answer it

Address completion question

2012-10-13 Thread Alan Schmitt
Hello, When I try to complete and address and several match, after tab I get a window with all the possible matches. If I hit tab again I get the following message #window ... is not a live window where ... is a number, and the window is closed. The only time I can complete an address is when

Re: Address completion question

2012-10-13 Thread Alan Schmitt
Roland Winkler wink...@gnu.org writes: Which version of emacs are you using? bbdb-complete-mail uses some code for popping up a completion window that only works with GNU Emacs 24. I want to replace it with something that works also with GNU Emacs 23. But this is still on my to-do list. I'm

Re: Address completion question

2012-10-14 Thread Alan Schmitt
Stephen Leake stephen_le...@stephe-leake.org writes: Alan Schmitt alan.schm...@polytechnique.org writes: Hello, When I try to complete and address and several match, after tab I get a window with all the possible matches. If I hit tab again I get the following message #window

Re: Address completion question

2012-10-14 Thread Alan Schmitt
Roland Winkler wink...@gnu.org writes: When I try to complete and address and several match, after tab I get a window with all the possible matches. If I hit tab again I get the following message #window ... is not a live window where ... is a number, and the window is closed. The only

Re: Address completion question

2012-10-14 Thread Alan Schmitt
Stephen Leake stephen_le...@stephe-leake.org writes: I thought it would. The documentation says If non-nil cycle mail addresses when calling `bbdb-complete-mail'. which is exactly what I want: cycle through the possible completions when completing mails. Am I reading the documentation wrong?

Re: Address completion question

2012-10-14 Thread Alan Schmitt
Roland Winkler wink...@gnu.org writes: On Sun Oct 14 2012 Alan Schmitt wrote: Now completion does nothing (just shows the possibilities when there is more than one) when I try it. What are you trying to do / expecting to get when BBDB opens a window with possible completions? Something

BBDB and icicles

2014-02-05 Thread Alan Schmitt
Hello, I'm trying to use bbdb with icicles, and I'm having some trouble to make it work. I'm discussing with the author, but in the meantime I have a couple questions. First, is anyone able to use bbdb (current version from melpa, which is Version: 20140123.1541 according to the package list)

Re: BBDB and icicles

2014-02-05 Thread Alan Schmitt
Hi Roland, Roland Winkler wink...@gnu.org writes: On Wed Feb 5 2014 Alan Schmitt wrote: Second, it seems that icicles relies on `bbdb-version' to choose whether to extend bbdb-complete-name or bbdb-complete-mail. However, on my system, bbdb-version returns: BBDB version @PACKAGE_VERSION

Re: BBDB and icicles

2014-02-05 Thread Alan Schmitt
Roland Winkler wink...@gnu.org writes: On Wed Feb 5 2014 Alan Schmitt wrote: I assume you're not the person who put bbdb on Melpa, and that I should file a bug there. Is this correct? Based ony my own (limited!) interaction with the melpa guys, I'd have little hope that they will respond

Re: Database Error with v3 from ELPA

2014-02-22 Thread Alan Schmitt
Aric Gregson aorc...@mac.com writes: Yes, I think it is in melpa. I can confirm that tomorrow. I confirm it's in melpa (it's the version I use). You can search packages in melpa through their webpage: http://melpa.milkbox.net/ Alan

bbdb prevents mu4e from sending a message

2015-12-21 Thread Alan Schmitt
Hello, I'm trying to use both gnus and mu4e, and I'm having an issue when sending a message from mu4e: I get the following error: bbdb-mua: BBDB: MUA `mu4e-compose-mode' not supported I'm using a recent version of BBDB (the Melpa version from November of this year), and my BBDB setup looks like

Re: bbdb prevents mu4e from sending a message

2015-12-22 Thread Alan Schmitt
Hello Eric, On 2015-12-21 21:37, Eric Abrahamsen writes: > BBDB checks current modes against the bbdb-muda-mode-alist variable, > which you should be able to add to. It comes with (mu4e mu4e-view-mode) > in there, maybe you can add something like (mu4e-message-mode >

Re: bbdb prevents mu4e from sending a message

2015-12-23 Thread Alan Schmitt
On 2015-12-23 13:41, "Roland Winkler" writes: > The error means that you try to run some BBDB function or command in > a buffer using mu4e-compose-mode, yet BBDB doesn't know this mode. > > I don't know mu4e, but it looks like mu4e-compose-mode is derived > from message-mode

Re: can I auto save the bbdb file after each change?

2016-02-08 Thread Alan Schmitt
On 2016-02-06 20:32, "Roland Winkler" <wink...@gnu.org> writes: > On Fri Feb 5 2016 Alan Schmitt wrote: >> Thanks a lot for the suggestion! It was simply a matter of: >> >> (add-hook 'bbdb-after-change-hook 'bbdb-save) > > bbdb-after-cha

can I auto save the bbdb file after each change?

2016-02-04 Thread Alan Schmitt
Hello, Is there a way to automatically save the bbdb file after each change? I searched for `bbdb*save' but could not find anything relevant. Thanks, Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7 Athmospheric CO₂ (Updated February 3, 2016, Mauna Loa Obs.): 402.43 ppm signature.asc Description:

Re: can I auto save the bbdb file after each change?

2016-02-05 Thread Alan Schmitt
Hello Eric, On 2016-02-05 18:23, Eric Abrahamsen <e...@ericabrahamsen.net> writes: > Alan Schmitt <alan.schm...@polytechnique.org> writes: > >> Hello, >> >> Is there a way to automatically save the bbdb file after each change? >> I searched for `bbdb*

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