Eric Abrahamsen
Eric Abrahamsen
Ugh, the name parsing code needs to be rewritten, I think with a proper parser instead of a pile of regular expressions. This has been on my list for a...
That would make a tex/latex version of the records for conversion to PDF, right? The framework for that is already in place, though in EBDB it's referred to as "formatting"...
I guess my main question is, should I try to use the customize route to give users ways of altering the output, or is it reasonable to ask them to...
Okay, I'll take a look at the output of that, and do something similar for EBDB, and then we can go from there.
Some work done on this in eec63c8b39fb0d7d57391fcc1d82c3dd1d3c001c...
Hi Mats, The current tools aren't all that easy to use, it's true. The "Noticing and Automatic Rules" section of the manual gives the bare-bones, but it's not too clear...
Okay, I quite understand what you're after. First of all, just FYI, I've just pushed a change to master that adds a little more documentation about automatically updating records, as...
Hi there! If you just set `ebdb-complete-mail` to `t`, then compose a message, what is the value of `message-completion-alist`? It should have an element in it like: `("^\\(Resent-\\)?\\(To\\|B?Cc\\|Reply-To\\|From\\|Mail-Followup-To\\|Mail-Copies-To\\):" . ebdb-complete-mail)`...
When you say "a window opens with the address", do you mean it pops up an `*EBDB*` buffer? I'm still having trouble picturing what's actually happening. As far as I...
That's correct! The first line in your `message-completion-alist` references `ebdb-complete-mail`, that's how it's supposed to work. Try restarting Emacs with these settings; I would expect EBDB completion to work normally...