[BBDB] branch latex merged into master

2017-07-21 Thread Roland Winkler
I have merged the branch latex into master. This doesn't mean the features for feeding BBDB into LaTeX are now frozen in stone. But the main ideas should be in place. Suggestions are welcome, as always. -- Check out

RE: bbdb-print.el lexical binding breaks bbdb-print-record

2017-07-12 Thread Roland Winkler
On Tue Jul 11 2017 Vincent Belaïche wrote: > Just to mention that the code based on cl-progv which I have > supplied does not work. I don't have any time to investigate why, > so if you want to take my patch, please take the 1st one (that > based on lambda). I believe the purpose of cl-progv is

RE: bbdb-print.el lexical binding breaks bbdb-print-record

2017-07-11 Thread Vincent Belaïche
Hello, Just to mention that the code based on cl-progv which I have supplied does not work. I don't have any time to investigate why, so if you want to take my patch, please take the 1st one (that based on lambda). Vincent. De : Vincent Belaïche

[BBDB] New branch latex (was: bbdb-print.el lexical binding breaks bbdb-print-record)

2017-07-04 Thread Roland Winkler
> With lexical binding bbdb-print-record makes a void variable error > on address variable. As I told you before, I really didn't like the old / outdated code used in bbdb-print.el, and I didn't want to invest in it anymore. So I created a branch latex in the BBDB repository on savannah that is

RE: bbdb-print.el lexical binding breaks bbdb-print-record

2017-06-30 Thread Vincent Belaïche
Hello Bob, I did not have any problem with the Bbdb Print Tex Path. Certainly because on my machine it was already customized with the usual customization interface (M-x cutomize-variable...) to an existing path. Problably, if not, bbdb-print.el should be robust to that and test if the

Re: bbdb-print.el lexical binding breaks bbdb-print-record

2017-06-29 Thread Bob Newell
I also ran into this a while ago. I did a kludge fix in my initialization: (setq bbdb-print-require t) but of course this makes even blank records print, so it is not exactly recommended for anything other than a quick and sloppy workaround. By the way I also had to do this as I was having a

RE: bbdb-print.el lexical binding breaks bbdb-print-record

2017-06-29 Thread Vincent Belaïche
I can't find this suggest-v3.x branch which you refer to here: https://github.com/barak/BBDB/branches/all V. De : Barak A. Pearlmutter Envoyé : jeudi 29 juin 2017 15:16 À : Roland Winkler Cc : Vincent Belaïche; BBDB info list Objet : Re: bbdb-print.el lexical binding

RE: bbdb-print.el lexical binding breaks bbdb-print-record

2017-06-29 Thread Vincent Belaïche
Ooops... there was some mistake in the code based on cl-progv which I supplied. Just to be 100% clear about this alternative solution, it would be as in the attached patch bug-1.diff. V. De : Vincent Belaïche Envoyé : jeudi 29 juin

bbdb-print.el lexical binding breaks bbdb-print-record

2017-06-29 Thread Vincent Belaïche
Hello Roland, With lexical binding bbdb-print-record makes a void variable error on address variable. Attached is a fix. I use a lambda expression to make the binding dynmical so that bbdb-print-require can be evalled in the correct context. An alternative fix would have been to use :

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

Problem creating record

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

Re: BBDB and Wanderlust

2017-03-11 Thread Greg Bognar
> > On Thu Mar 2 2017 Greg Bognar wrote: > > Hi, I'm trying to use BBDB with Wanderlust. I installed the latest melpa > > version (20170129.2224), but couldn't get it to work. I noticed that the > > README at https://github.com/dmj/bbdbv3 says BBDB must be built with > > > > `--with-wl-dir=DIR'

Re: BBDB and Wanderlust

2017-03-08 Thread Roland Winkler
On Thu Mar 2 2017 Greg Bognar wrote: > Hi, I'm trying to use BBDB with Wanderlust. I installed the > latest melpa version (20170129.2224), but couldn't get it to work. > I noticed that the README at https://github.com/dmj/bbdbv3 says > BBDB must be built with > > `--with-wl-dir=DIR' specifies

BBDB and Wanderlust

2017-03-02 Thread Greg Bognar
Hi, I'm trying to use BBDB with Wanderlust. I installed the latest melpa version (20170129.2224), but couldn't get it to work. I noticed that the README at https://github.com/dmj/bbdbv3 says BBDB must be built with `--with-wl-dir=DIR' specifies the path where Wanderlust can be found.

New to bbdb3 and Asynk

2017-02-26 Thread Dave Goldberg
Today I (finally) upgraded to bbdb3, primarily because I want to use Asynk to keep .bbdb and google contacts in sync. So far the bbdb3 upgrade has gone OK. A few of my old customizations have to be updated or trashed but I have enough elisp experience, however dated, to figure that out.

[BBDB] ChangeLog 2017-01-28: Use lexical binding for bbdb-anniv.el

2017-01-28 Thread Roland Winkler
On Sat Oct 22 2016 Stefan Monnier wrote: > What I suggested was > > (eval exp `((x1 . ,v1))) > > in which case the value of `exp' can contain references to `x1'. Thank you, I am sorry for the rather delayed reply. I was too busy with other stuff. The above solution was exactly what I

Re: bbdb-com.el organization organizations

2017-01-22 Thread Gijs Hillenius
"Roland Winkler" writes: > On Sat Jan 21 2017 Gijs Hillenius wrote: >> When I create a new record M-x bbdb-create, I'm asked "name", and >> then "organizations" (with s). I enter a name (test) but not an >> organization, and answer the rest of the questions. >> >> Once this

Re: bbdb-com.el organization organizations

2017-01-21 Thread Roland Winkler
On Sat Jan 21 2017 Gijs Hillenius wrote: > When I create a new record M-x bbdb-create, I'm asked "name", and > then "organizations" (with s). I enter a name (test) but not an > organization, and answer the rest of the questions. > > Once this record is created, I can visit it, and in the >

bbdb-com.el organization organizations

2017-01-21 Thread Gijs Hillenius
Hello Earlier today, while not entirely awake, I added a phone number and a new company name to an existing record in my bbdb. The minibuffer mentioned something about organization, whether or not I wanted to delete it. For a good few minutes I thought I had deleted "organization" from my bbdb.

Re: uuid field [was: more than one BBDB file]

2016-10-25 Thread Sriram Karra
On Mon, Oct 24, 2016 at 4:34 AM, Roland Winkler wrote: This relates to one item that has been on my BBDB todo list > for a long time: add uuid fields to each record so that BBDB can > check more reliably whether two records are "equal". Here uuid > fields will come handy in a

Re: uuid field [was: more than one BBDB file]

2016-10-25 Thread Saša Janiška
"Roland Winkler" writes: > Currently BBDB supports only one such file. I'd like to extend > that. This relates to one item that has been on my BBDB todo list > for a long time: add uuid fields to each record so that BBDB can > check more reliably whether two records are

uuid field [was: more than one BBDB file]

2016-10-23 Thread Roland Winkler
On Sat Oct 22 2016 Saša Janiška wrote: > recently I did asked author of vdir.el to provide support for > using more than one repo vdir repo for the contacts since I manage > email accounts for my & my wife on the desktop while she is mostly > using mobile phone. > > So, I’m interested if there is

Re: [BBDB] ChangeLog 2016-10-02: Use lexical binding

2016-10-22 Thread Stefan Monnier
>> The first solution binds the variables lexically rather than >> dynamically. That means that if those appear lexically inside >> the things will work correctly, but if calls a function >> which then refers to this reference will fail. > Thank you for the clarification. The code in

Re: ASynK vs org-vcard

2016-10-22 Thread Sriram Karra
On Sat, Oct 22, 2016 at 8:31 PM, Saša Janiška wrote: > > > I am happy to look into and debug any issues you may find. > > May I know which server do you use for syncing? ASynK has been known to work with the following CardDAV servers: Apple CalendarServer, Baikal, OwnCloud,

more than one BBDB file

2016-10-22 Thread Saša Janiška
Hello, recently I did asked author of vdir.el to provide support for using more than one repo vdir repo for the contacts since I manage email accounts for my & my wife on the desktop while she is mostly using mobile phone. So, I’m interested if there is possibility to have more than one BBDB

Re: ASynK vs org-vcard

2016-10-22 Thread Saša Janiška
Sriram Karra writes: > There are no open issues that I know of > related to losing contacts with CardDAV / Baikal. Good. > Can you give it a shot? I’ll do, for sure, since using ASynK would eliminate the need to constantly import *.vcard into BBDB. ;) > I am happy to

Re: ASynK vs org-vcard

2016-10-22 Thread Sriram Karra
[ + The List this time ] I am the author of ASynK. There are no open issues that I know of related to losing contacts with CardDAV / Baikal. Can you give it a shot? I am happy to look into and debug any issues you may find. On Mon, Oct 17, 2016 at 3:07 AM, Saša Janiška wrote:

ASynK vs org-vcard

2016-10-16 Thread Saša Janiška
Hello, I do sync my (Android) phone contacts (and calendars) by using DAVDroid application which talks to Baikal server. On my Linux desktop side I use khard for editing contacts which are then synced with the Baikal server via vdirsyncer. In order to sync my BBDB contacts with khard, atm I use

Re: [BBDB] ChangeLog 2016-10-02: Use lexical binding

2016-10-07 Thread Roland Winkler
On Fri Oct 7 2016 Stefan Monnier wrote: > The first solution binds the variables lexically rather than > dynamically. That means that if those appear lexically inside > the things will work correctly, but if calls a function > which then refers to this reference will fail. Thank you for the

Re: [BBDB] ChangeLog 2016-10-02: Use lexical binding

2016-10-06 Thread Roland Winkler
On Tue Oct 4 2016 Stefan Monnier wrote: > There are two ways to do that with lexical-binding: > - use (eval `(( . ,) ( . ,) ...) > which will not give the exact same behavior but works well in many > cases (i.e. depends on the code put in diary-date-forms). > - use > > (defvar ) (defvar

Re: [BBDB] ChangeLog 2016-10-02: Use lexical binding

2016-10-04 Thread Stefan Monnier
> This variable contains forms that are evaluated using `eval', > assuming that the variables appearing in this form are bound > dynamically. - I believe that old coding schemes like this one, There are two ways to do that with lexical-binding: - use (eval `(( . ,) ( . ,) ...) which will not

Re: [BBDB] ChangeLog 2016-10-02: Use lexical binding

2016-10-02 Thread Roland Winkler
On Sun Oct 2 2016 Sam Steingold wrote: > I think if you add > > (defvar diary-date-forms) > > to bbdb-anniv.el, it will work with lexical-binding too. This variable contains forms that are evaluated using `eval', assuming that the variables appearing in this form are bound dynamically. - I

Re: [BBDB] ChangeLog 2016-10-02: Use lexical binding

2016-10-02 Thread Sam Steingold
> * Roland Winkler [2016-10-02 00:20:17 -0500]: > > I switched to lexical binding for all elisp files of BBDB except > for bbdb-anniv.el (which relies on `diary-date-forms' that is not > compatible with lexical binding). I think if you add (defvar diary-date-forms) to

[BBDB] ChangeLog 2016-10-02: Use lexical binding

2016-10-01 Thread Roland Winkler
I switched to lexical binding for all elisp files of BBDB except for bbdb-anniv.el (which relies on `diary-date-forms' that is not compatible with lexical binding). I have been using this for a little while without problems. Still this may give rise to unexpected surprises for others. If this

Re: Unable to update BBDB records on message send with gnus

2016-08-31 Thread Kostas Zorbadelos
Just for completeness and for anyone else who searches this, the issue is fixed adding a (setq bbdb-message-all-addresses t) see also http://savannah.nongnu.org/support/index.php?108997 Regards, Kostas On Mon, Mar 21 2016 at 04:23:23 PM, Kostas Zorbadelos wrote: > Hello

Re: unhappiness on macos

2016-08-30 Thread Randy Bush
>> macosx 10.11.6 (15G31) >> GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of >> 2015-04-11 on builder10-9.porkrind.org [2 times] >> bbdb from packages >> wanderlust from packages >> >> all used to work in emacs 22 and bbdb from some ancient source > > Which version of

Re: unhappiness on macos

2016-08-30 Thread Roland Winkler
On Sat Aug 27 2016 Randy Bush wrote: > macosx 10.11.6 (15G31) > GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of > 2015-04-11 on builder10-9.porkrind.org [2 times] > bbdb from packages > wanderlust from packages > > all used to work in emacs 22 and bbdb from some ancient

unhappiness on macos

2016-08-26 Thread Randy Bush
macosx 10.11.6 (15G31) GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2015-04-11 on builder10-9.porkrind.org [2 times] bbdb from packages wanderlust from packages all used to work in emacs 22 and bbdb from some ancient source i have '(bbdb-canonicalize-net-hook

Re: [BBDB] ChangeLog 2016-07-20

2016-07-22 Thread Gijs Hillenius
On 22 Jul 2016, Roland Winkler wrote: > On Fri Jul 22 2016 Gijs Hillenius wrote: >> My Emacs (24.5) bring CPU to 100% for minutes (until C-g) when I try >> to read `bbdb-hashtable', following the link from reading about >> bbdb-gethash... > > What is it you want to do? Under normal circumstances

Re: [BBDB] ChangeLog 2016-07-20

2016-07-22 Thread Roland Winkler
On Fri Jul 22 2016 Gijs Hillenius wrote: > My Emacs (24.5) bring CPU to 100% for minutes (until C-g) when I try to > read `bbdb-hashtable', following the link from reading about > bbdb-gethash... What is it you want to do? Under normal circumstances there should never be a need to inspect

Re: [BBDB] ChangeLog 2016-07-20

2016-07-22 Thread Gijs Hillenius
On 21 Jul 2016, Roland Winkler wrote: [...] > 2016-07-20 Roland Winkler > Make bbdb-hashtable a proper hash table. > * lisp/bbdb.el (bbdb-hashtable): Use make-hash-table. > (bbdb-puthash, bbdb-gethash, bbdb-remhash, bbdb-buffer) > * lisp/bbdb-com.el

[BBDB] ChangeLog 2016-07-20

2016-07-20 Thread Roland Winkler
I've tried to catch up. Let me know if in the list below I forgot anything significant that came up on this list recently or whether there are any unexpected problems with these changes. 2016-07-20 Roland Winkler Update copyright year in all files. 2016-07-20

Re: [patch] Fix bbdb-omit-record

2016-07-19 Thread Matt Lundin
I'd like to heartily endorse the inclusion of Marco's patch. (I just debugged this today and came up with the same fix; then I found this email.) The patch is a very minor fix for a bug that detracts significantly from bbdb functionality. Without the patch, bbdb-omit-record does not work, since

Re: Agenda view of BBDB entries with Hebrew dates for anniversaries

2016-06-24 Thread ST
On Thu, 2016-06-23 at 23:02 +0200, Roland Winkler wrote: > On Thu Jun 23 2016 ST wrote: > > > In particular, `calendar-date-style' is obeyed via `diary-date-forms'. > > > > How can I try to use it? (I'm new to Emacs...) > > Emacs has calendar and diary facilities, see the node in the info >

Re: Agenda view of BBDB entries with Hebrew dates for anniversaries

2016-06-23 Thread Roland Winkler
On Thu Jun 23 2016 ST wrote: > > In particular, `calendar-date-style' is obeyed via `diary-date-forms'. > > How can I try to use it? (I'm new to Emacs...) Emacs has calendar and diary facilities, see the node in the info manual for Emacs. In the diary file you can specify entries for

Re: Agenda view of BBDB entries with Hebrew dates for anniversaries

2016-06-23 Thread ST
On Thu, 2016-06-23 at 21:22 +0200, Roland Winkler wrote: > On Thu Jun 23 2016 ST wrote: > > I managed to add anniversaries/birthdays to BBDB and display them in > > org-agenda. Now I need to move to the next step and provide those dates > > as Hebrew dates. In diary mode the dates seem to look

Re: Agenda view of BBDB entries with Hebrew dates for anniversaries

2016-06-23 Thread Roland Winkler
On Thu Jun 23 2016 ST wrote: > I managed to add anniversaries/birthdays to BBDB and display them in > org-agenda. Now I need to move to the next step and provide those dates > as Hebrew dates. In diary mode the dates seem to look like HSivan 17, > 5776 . However if I put it to BBDB like

Agenda view of BBDB entries with Hebrew dates for anniversaries

2016-06-23 Thread ST
Hi, I managed to add anniversaries/birthdays to BBDB and display them in org-agenda. Now I need to move to the next step and provide those dates as Hebrew dates. In diary mode the dates seem to look like HSivan 17, 5776 . However if I put it to BBDB like anniversary: HSivan 17, 5776 birthday - I

RE: Patch to support printout internationalization

2016-06-17 Thread Roland Winkler
On Wed Jun 8 2016 Vincent Belaïche wrote: > My contribution does not change this approach. Just it splits the existing > styles files in a way that allows more easilly to select what language you > want > to format the address book. > > In other words all the macros that are language specific

RE: Patch to support printout internationalization

2016-06-08 Thread Vincent Belaïche
Dear Roland, Answering to myself, in order to note two limitations in the current code w.r.t. to the possibility to replace the current tex code by XeLaTeX or LaTeX code: 1) Lisp makes some direct code generation in bbdb-print.el like this (dolist (dim '(hsize vsize hoffset voffset))

RE: Patch to support printout internationalization

2016-06-08 Thread Vincent Belaïche
Dear Roland, My contribution does not change this approach. Just it splits the existing styles files in a way that allows more easilly to select what language you want to format the address book. In other words all the macros that are language specific (e.g.\today) are placed in a separate

Re: Patch to support printout internationalization

2016-06-08 Thread Roland Winkler
On Tue Jun 7 2016 Vincent Belaïche wrote: > Here is attached a patch for printout to be in another language > than English. > > BTW, the 'P' keymap is no longer active for bbdb-print. Any plan > to resurrect it or make some other mapping ? I have a (so far incomplete) re-write of bbdb-print

Re: how to reload a changed bbdb-file or using another bbdb-file

2016-06-08 Thread Roland Winkler
On Fri Jun 3 2016 H. Dieter Wilhelm wrote: > how can I make bbdb aware of changes in my bbdb-file or loading a > different bbdb-file without restarting Emacs? As usual, you can use revert-buffer bound to `g'. -- What

Patch to support printout internationalization

2016-06-07 Thread Vincent Belaïche
Dear Roland et al., Here is attached a patch for printout to be in another language than English. BTW, the 'P' keymap is no longer active for bbdb-print. Any plan to resurrect it or make some other mapping ? VBR,    Vincent. %%% bbdb-english.tex - for formatting address lists. %%%

Re: how to reload a changed bbdb-file or using another bbdb-file

2016-06-04 Thread H. Dieter Wilhelm
Hello Marco >> how can I make bbdb aware of changes in my bbdb-file or loading a >> different bbdb-file without restarting Emacs? > > What about the following? > > - kill the *BBDB* and the `bbdb-file'-buffer. > - set variable `bbdb-file' to the different bbdb-file. > - M-x bbdb It worked! :-)

Re: how to reload a changed bbdb-file or using another bbdb-file

2016-06-03 Thread Marco Wahl
Hello Dieter, > how can I make bbdb aware of changes in my bbdb-file or loading a > different bbdb-file without restarting Emacs? What about the following? - kill the *BBDB* and the `bbdb-file'-buffer. - set variable `bbdb-file' to the different bbdb-file. - M-x bbdb Regards, -- Marco Wahl

how to reload a changed bbdb-file or using another bbdb-file

2016-06-03 Thread H. Dieter Wilhelm
Hello list, how can I make bbdb aware of changes in my bbdb-file or loading a different bbdb-file without restarting Emacs? Thank you -- Best wishes H. Dieter Wilhelm Kelkheim, Germany -- What NetFlow Analyzer can do

Re: bbdb3 manual

2016-04-13 Thread Saša Janiška
Eric Abrahamsen writes: > Have you taken a look at this link? > > https://www.emacswiki.org/emacs/UpgradeBBDB No. > It's only the bare minimum of information, but if you start trying to > sort things out using BBDB v3, and things go wrong, this page can often > be

Re: bbdb3 manual

2016-04-13 Thread Eric Abrahamsen
Saša Janiška writes: > kensubu...@gmail.com writes: > > Hello, > >> I second that! I would love a manual for V3. If I can help let me know. > > sometime ago I switched from Vim, first to Spacemacs and now I’m on > ’plain’ Emacs…using Gnus, org-mode etc. > > I sync my phone

Re: bbdb3 manual

2016-03-30 Thread kensubuntu
Christian Egli writes: > > I'm trying to set up my bbdb address book again and in the course of > that I stumbled upon the manual that comes with the melpa package. This > prompted me to start a draft for a bbdb manual[1]. Can you please dig up > the stuff you have so I

Unable to update BBDB records on message send with gnus

2016-03-21 Thread Kostas Zorbadelos
Hello all, I initially sent this to help-gnu-emacs@, most probably this is a better list for the issue. I want to update BBDB records for all outgoing message recepients. I found a relevant post on stackexchange

"post is already in BBDB"

2016-03-19 Thread Kevin Brubeck Unhammer
Hi, I auto-add everyone I send email to. If I send to p...@foo.com, an entry with name "post" is auto-added; but if I then send to p...@bar.com, BBDB says "post is already in BBDB" and doesn't manage to add. Is it possible to have some fallback like, say, adding it with the full email as the

Re: "post is already in BBDB"

2016-03-19 Thread Kevin Brubeck Unhammer
Marco Wahl čálii: > Hi Kevin and all, > >> I auto-add everyone I send email to. If I send to p...@foo.com, an entry >> with name "post" is auto-added; but if I then send to p...@bar.com, BBDB >> says "post is already in BBDB" and doesn't manage to add. Is it possible >> to

Re: "post is already in BBDB"

2016-03-19 Thread Marco Wahl
Hi Kevin and all, > I auto-add everyone I send email to. If I send to p...@foo.com, an entry > with name "post" is auto-added; but if I then send to p...@bar.com, BBDB > says "post is already in BBDB" and doesn't manage to add. Is it possible > to have some fallback like, say, adding it with the

Re: bbdb3 manual

2016-03-10 Thread Eric Abrahamsen
Christian Egli writes: > Eric Abrahamsen writes: > >> Glyn Millington writes: >> >>> I think Eric's suggestion/hint/encouragement about a bbdb(3) manual is >>> probably the answer, but I'm not remotely qualified to

Re: bbdb3 manual

2016-03-10 Thread Eric Abrahamsen
Christian Egli writes: > Eric Abrahamsen writes: > >> Glyn Millington writes: >> >>> I think Eric's suggestion/hint/encouragement about a bbdb(3) manual is >>> probably the answer, but I'm not remotely qualified to

bbdb3 manual

2016-03-10 Thread Christian Egli
Eric Abrahamsen writes: > Glyn Millington writes: > >> I think Eric's suggestion/hint/encouragement about a bbdb(3) manual is >> probably the answer, but I'm not remotely qualified to tackle such a >> thing. I find that Google plus a certain

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" 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-change-hook runs with one argument, the record that was >

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

2016-02-06 Thread Roland Winkler
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-change-hook runs with one argument, the record that was changed. The first arg of bbdb-save is the optional arg PROMPT. So this arg

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

2016-02-05 Thread Eric Abrahamsen
Alan Schmitt writes: > 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. You'll probably want one of the hooks: look for bbdb-*-hook. I think

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 writes: > Alan Schmitt writes: > >> 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. >

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: EIEIO version of BBDB

2016-01-30 Thread Eric Abrahamsen
Eric Abrahamsen writes: > "Roland Winkler" writes: > >> On Thu Dec 24 2015 Eric Abrahamsen wrote: >>> A while ago there was a very brief exchange about the possibility of a >>> version of BBDB refactored on top of the EIEIO object orientation >>>

Re: EIEIO version of BBDB

2015-12-26 Thread Roland Winkler
On Thu Dec 24 2015 Eric Abrahamsen wrote: > A while ago there was a very brief exchange about the possibility of a > version of BBDB refactored on top of the EIEIO object orientation > library. I've been thinking about that for a while, and recently wrote > a sort of prototype. I'd like to share

Re: EIEIO version of BBDB

2015-12-26 Thread Eric Abrahamsen
"Roland Winkler" writes: > On Thu Dec 24 2015 Eric Abrahamsen wrote: >> A while ago there was a very brief exchange about the possibility of a >> version of BBDB refactored on top of the EIEIO object orientation >> library. I've been thinking about that for a while, and recently

Re: bbdb prevents mu4e from sending a message

2015-12-23 Thread Roland Winkler
On Mon Dec 21 2015 Michael Strey wrote: > ((vm vm-mode vm-virtual-mode vm-summary-mode vm-presentation-mode) > (gnus gnus-summary-mode gnus-article-mode gnus-tree-mode) > (rmail rmail-mode rmail-summary-mode) > (mh mhe-mode mhe-summary-mode mh-folder-mode) > (message notmuch-message-mode

EIEIO version of BBDB

2015-12-23 Thread Eric Abrahamsen
And while we're all here... A while ago there was a very brief exchange about the possibility of a version of BBDB refactored on top of the EIEIO object orientation library. I've been thinking about that for a while, and recently wrote a sort of prototype. I'd like to share it with everyone,

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: bbdb prevents mu4e from sending a message

2015-12-23 Thread Eric Abrahamsen
"Roland Winkler" writes: > On Mon Dec 21 2015 Michael Strey wrote: >> ((vm vm-mode vm-virtual-mode vm-summary-mode vm-presentation-mode) >> (gnus gnus-summary-mode gnus-article-mode gnus-tree-mode) >> (rmail rmail-mode rmail-summary-mode) >> (mh mhe-mode mhe-summary-mode

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-22 Thread Igor Sosa Mayor
Alan Schmitt writes: > 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

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-21 Thread Michael Strey
Hi Alan, On Mo, 2015-12-21 at 09:14, Alan Schmitt wrote: [...] > I tried adding the 'mu4e symbol to both lines and it's not changing > anything. I don't necessarily want BBDB to work with mu4e: I want to be > able to send messages with mu4e while still using BBDB with gnus. Is > this possible?

  1   2   3   4   5   6   7   8   9   10   >