On Sat Aug 2 2014 Roland Winkler wrote:
> Possible scenarios for such things are too diverse to define
> multiple commands to cover all possible cases. In your case, it
> seems to me you want something like (untested!)
>
> (defun my-bbdb-add-mail-alias (records alias)
>
On Sat Aug 2 2014 H. Dieter Wilhelm wrote:
> Yes, with above change it is possible to create mail-aliases with
> bbdb-do-all-records in a *sequential* way for all entries. Thanks
>
> Would it also be possible to do this for all selected entries with the
> same value of a mail
#x27;m using emacs "24.3.92.2" and bbdb "3.1.2"...
>
> The patch below should fix that.
>
> 2014-08-01 Roland Winkler
> * lisp/bbdb-com.el (bbdb-mail-alias-list): New function.
> (bbdb-add-mail-alias): Handle multiple records via * prefix.
>
2"...
The patch below should fix that.
2014-08-01 Roland Winkler
* lisp/bbdb-com.el (bbdb-mail-alias-list): New function.
(bbdb-add-mail-alias): Handle multiple records via * prefix.
Allow addition or deletion of multiple aliases per record. Fix
docst
die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes:
> Hello,
>
> is it normal that bbdb-do-all-records is *not* working for all entries
> in conjunction with mail-aliases "*a", only the entry where the cursor
> is sitting?
>
> I'm using emacs "24.3.92.2" and bbdb "3.1.2"...
>
> Thanks
>
Hello,
is it normal that bbdb-do-all-records is *not* working for all entries
in conjunction with mail-aliases "*a", only the entry where the cursor
is sitting?
I'm using emacs "24.3.92.2" and bbdb "3.1.2"...
Thanks
Dieter
--
Best wishes
H. Dieter Wilhelm
Darmstadt, Germany
---
"henry" == henry atting writes:
>>
>>> I have these two lines in my setup:
>>> (add-hook 'mail-setup-hook 'bbdb-mail-aliases)
>>> (add-hook 'message-setup-hook 'bbdb-mail-aliases)
>>
>>> What I would expect is TAB completion on mail aliases. But my
>>> expectations
>>> "henry" == henry atting writes:
>
>> I have these two lines in my setup:
>> (add-hook 'mail-setup-hook 'bbdb-mail-aliases)
>> (add-hook 'message-setup-hook 'bbdb-mail-aliases)
>
>> What I would expect is TAB completion on mail aliases. But my
>> expectations remain
I have these two lines in my setup:
(add-hook 'mail-setup-hook 'bbdb-mail-aliases)
(add-hook 'message-setup-hook 'bbdb-mail-aliases)
What I would expect is TAB completion on mail aliases. But my
expectations remain unfulfilled...
-
On Mon Sep 19 2011 Leo wrote:
> >From 2cee5c24542a8a353a910d0cf597fc5d69c92333 Mon Sep 17 00:00:00 2001
> Date: Mon, 19 Sep 2011 17:37:38 +0800
> Subject: [PATCH] Discriminate completion candidates in bbdb-add-mail-alias
Applied:
2011-09-19 Leo
* lisp/bbdb-com.el (bbdb-ad
>From 2cee5c24542a8a353a910d0cf597fc5d69c92333 Mon Sep 17 00:00:00 2001
Date: Mon, 19 Sep 2011 17:37:38 +0800
Subject: [PATCH] Discriminate completion candidates in bbdb-add-mail-alias
---
lisp/bbdb-com.el |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/lisp/b
Leo writes:
> It should not though I didn't test it. You only change the field name
> temporarily.
How can now use this snippet?
I tried copying it into a buffer and evaluating it... but that does not
seem to do the job. :)
Leo writes:
> (defun bbdb-get-tags ()
> (let ((bbdb-define-all-aliases-field 'tags))
> (bbdb-get-mail-aliases)))
>
> Similarly you can wrap bbdb-add-or-remove-mail-alias too.
Thank you for that snippet. :)
I am using mail-aliases as well...
Won't that conflict
ap bbdb-add-or-remove-mail-alias too.
Leo
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.
Leo writes:
> On 2010-09-11 14:01 +0100, Eraldo Helal wrote:
>> Then I created a new field called 'tags' ... but there I don't have
>> autocompletion... which makes things very complicated when I have
>> spelling mistakes and it is not very comfortable either.
>
> Maybe you can try customise bbdb
On 2010-09-11 14:01 +0100, Eraldo Helal wrote:
> Then I created a new field called 'tags' ... but there I don't have
> autocompletion... which makes things very complicated when I have
> spelling mistakes and it is not very comfortable either.
Maybe you can try customise bbdb-define-all-aliases-fi
I was searching for a way to add 'tags' to the people in my bbdb. First I tied
just using mail-alias for this purpose. The Problem was that I got warnings for
people without a net address ... and another was that I have no clue how to
regexp search them (as with bbdb-notes).
Then I
Having a group of entries sharing a mail-alias field, where any name looks
like: John H. Doe, ruins completion of the alias in a message buffer (from
Gnus: No Gnus v0.6). e.g.:
John H. Doe lista; [EMAIL PROTECTED]
John Doelista; [EMAIL PROTECTED]
creating a message
setup-hook'
(or `message-setup-hook' if you use Message mode coming with
Gnus). This will search the database, and call
`define-mail-alias' to define each of the resulting aliases.
Regards,
Chris Dean
Paul Lussier <[EMAIL PROTECTED]> writes:
> Hi all,
>
> I seem
Chris Dean <[EMAIL PROTECTED]> writes:
> I'm not sure about your searching problem, but to turn on th expansion
> you need to call the bbdb-define-all-aliases function. From the bbdb
> manual:
Doh! I thought I had that in there. Apparently it was in my .gnus.el
file, and commented out for some
Hi all,
I seem to be having problems getting mail-alias expansion to work
correctly in gnus. Additionally, even within the *BBDB* buffer, I
can't seem to successfully search on the contents of the mail-alias
field.
For example, if I create a mail-alias with 'a', and type in fo
Anand Mitra <[EMAIL PROTECTED]> writes:
> I am trying to understand this better and I have a query. How is this
> functionality different from the mail-alias field. Even that can have
> multiple tags and you can list all entries containing a certain tag.
You know, that's _
On Wednesday, February 4, 2004 at 11:16:59, jerome besnard wrote:
> Hello,
>
> For people with multiple mail-adress, I'd like to have a way to
> define an alias that expand to a specific adress, for example, if
> one is: Foo Bar -> [EMAIL PROTECTED], [EMAIL PROTECTED] I'd like to
> have:
> foo
Hello,
For people with multiple mail-adress, I'd like to have a way to define an
alias that expand to a specific adress, for example, if one is:
Foo Bar -> [EMAIL PROTECTED], [EMAIL PROTECTED]
I'd like to have:
fooexpand [EMAIL PROTECTED]
tutu expand [EMAIL PROTECTED]
without defining two
> On Wed, 26 Nov 2003 10:28:52 +0100, Robert Widhopf <[EMAIL PROTECTED]> said:
>>
>> Try `dabbrev-completion' or write your own function and
>> supply a patch ...
> Better use: M-x mail-interactive-insert-alias RET
> or bind it ti a key of your choice ...
I don't love mail-interactive-insert
Windows TTY Support (Windows)" XEmacs Lucid].
> >
> > I note that bbdb-complete-name() doesn't show the mail-aliases
> > which were defined in the completion list, but it does
> > successfully complete mail-alias which is defined properly in the
> > bbdb.
> >
#x27;t show the mail-aliases which
> were defined in the completion list, but it does successfully
> complete mail-alias which is defined properly in the bbdb.
>
> It'd be a nice feature to have; it would save me some typing. :-)
> Anyone have a version of bbdb-complete-name tha
Hi, folks,
I'm using bbdb 2.34 that came bundled with XEmacs 21.4 (patch 11)
["Native Windows TTY Support (Windows)" XEmacs Lucid].
I note that bbdb-complete-name() doesn't show the mail-aliases which
were defined in the completion list, but it does successfully complete
*** 1046,1051
--- 1046,1052
@ref{Gnus Prep}. For usage details, see @ref{Gnus Features}. The field used
can be changed by changing the value of @code{bbdb/gnus-score-field}.
@item mail-alias
+ @cindex mail-alias definition
Value used instead of @code{name} for completion. @xre
On Thu, 13 Nov 2003 03:36:07 +0100 Alex Schroeder wrote:
Alex> Jochen Küpper <[EMAIL PROTECTED]> writes:
Alex> I wonder where this is documented, though.
>>
>> ,[ (info "(bbdb)Mail Sending Interfaces") ]
>> | If more than one person has the same
Jochen KÃpper <[EMAIL PROTECTED]> writes:
> Alex> I wonder where this is documented, though.
>
> ,[ (info "(bbdb)Mail Sending Interfaces") ]
> |If more than one person has the same mail-alias, then that alias
> | expands to the addresses of all of
On Sat, 08 Nov 2003 22:29:03 +0100 Alex Schroeder wrote:
Alex> No. Assume you have two records in your BBDB, A and B. For both,
Alex> use C-o to create a new field called 'mail-alias' and use "foo" as
Alex> the field value. Now, when you compose your next message
>>>>> "Alex" == Alex Schroeder <[EMAIL PROTECTED]> writes:
Alex> Sarir Khamsi <[EMAIL PROTECTED]> writes:
>> I would like to create a mail alias for multiple recipients, that is,
>> a single mail alias would be a simple mailing lis
Sarir Khamsi <[EMAIL PROTECTED]> writes:
> I would like to create a mail alias for multiple recipients, that is,
> a single mail alias would be a simple mailing list. I have been unable
> to figure out how to do this with BBDB (2.34) or Gnus (5.10.3). Any
> suggestions? Is the
Sarir Khamsi <[EMAIL PROTECTED]> writes:
> I would like to create a mail alias for multiple recipients, that
> is, a single mail alias would be a simple mailing list. I have been
> unable to figure out how to do this with BBDB (2.34) or Gnus
> (5.10.3). Any suggestions? Is the
Andreas Balser <[EMAIL PROTECTED]> writes:
>> I would like to create a mail alias for multiple recipients, that is,
>> a single mail alias would be a simple mailing list. I have been unable
>> to figure out how to do this with BBDB (2.34) or Gnus (5.10.3). Any
>> s
Sarir Khamsi <[EMAIL PROTECTED]> writes:
> I would like to create a mail alias for multiple recipients, that is,
> a single mail alias would be a simple mailing list. I have been unable
> to figure out how to do this with BBDB (2.34) or Gnus (5.10.3). Any
> suggestions? Is the
On Tuesday, November 4, 2003 at 10:17:31, Sarir Khamsi wrote:
> I would like to create a mail alias for multiple recipients, that
> is, a single mail alias would be a simple mailing list. I have been
> unable to figure out how to do this with BBDB (2.34) or Gnus
> (5.10.3). Any suggest
I would like to create a mail alias for multiple recipients, that is,
a single mail alias would be a simple mailing list. I have been unable
to figure out how to do this with BBDB (2.34) or Gnus (5.10.3). Any
suggestions? Is the only way to do it with my ~/.mailrc file? Thanks.
Sarir
I'm using BBDB with a recent CVS snapshot of MH-E. I've set up a
mail-alias that refers to multiple entries in my BBDB database.
When I expand the mail alias in my To: field, it expands correctly, but
I also see the following error:
completion for "wb" unfound.
>From
Daniel Martins wrote:
> Please change the Subject header to a concise bug description.
> In this report, remember to cover the basics, that is, what you expected to
> happen and what in fact did happen. Please remove these
> instructions from your message.
>
> I cannot expan
Please change the Subject header to a concise bug description.
In this report, remember to cover the basics, that is, what you expected to
happen and what in fact did happen. Please remove these
instructions from your message.
I cannot expand mail-alias using bbdb om mail-mode
If I put the
Hi Guys,
I am using bbdb 2.34.cvs20020418-2, vm 7.03-1 and emacs 20.7-13.1 and
have a problem with mail-alias expansion for mail lists.
If I add a mail-alias, say txx to two records and then try to compose
a mail message, (vm-mail), then type "txx" or "txx" I get
an error
lars> I am using Emacs, Gnus and bbdb. I have made up one mail-alias
lars> for several names/addresses. I want to send the same mail
lars> message to all of this addresses, but with one mail per
lars> address. How can I do so? Lars
I don't think those tools alone have a strai
I am using Emacs, Gnus and bbdb. I have made up one mail-alias for
several names/addresses. I want to send the same mail message to all of this
addresses, but with one mail per address. How can I do so?
Lars
--
Lars Bjørndal <[EMAIL PROTECTED]>
Storetveitåsen 15, 5067 Bergen.
Tlf.: 55 28
On March 8, [EMAIL PROTECTED] said:
>
>
>
> This is the first error of the sort I receive, however I also suspect
> my .bbdb file to be corrupt, I don't know a way of checking this.
Okay, I think I can see what's happening, but it'd help if you (a) run
BBDB uncompiled, to give a cleaner stack
db-auto-revert-p nil
bbdb-canonicalize-net-hook nil
bbdb-canonicalize-redundant-nets-p t
bbdb-case-fold-search t
bbdb-change-hook 'bbdb-timestamp-hook
bbdb-completion-display-record t
bbdb-completion-type nil
bbdb-create-hook 'bbdb-creation-date-hook
bbdb-default-area-code nil
[ Posted and mailed -KdB ]
Hi,
I'm using VM 6.92 and BBDB 2.32 and have some problems using mail-alias
expansion. When I sent a message from Gnus using message mode, I can use
alt-TAB (bbdb-complete-name) to complete an alias, but in the VM mail mode
I can only complete names from the BBD
Hi,
I'm using VM 6.92 and BBDB 2.32 and have some problems using mail-alias
expansion. When I sent a message from Gnus using message mode, I can use
alt-TAB (bbdb-complete-name) to complete an alias, but in the VM mail mode
I can only complete names from the BBDB and not aliases using al
> . I wonder if there is some problem with the function
> > you are using
>
> Me to on single aliases getting expanded.
> mail-interactive-insert-alias allows for mail-alias to get
> expanded.
right, now that I approximately understand what's being asked here,
I'd
On April 19, [EMAIL PROTECTED] said:
> > But if I may pick nits :-), I notice that tab-completion of mail-aliases
> > rings the bell. Normal completion doesn't. Bug?
>
> Thanks for reporting this problem -- I forgot to do it for quite some
> time ;-(
Ok. I'm looking at the code for this, and it
Norman Walsh <[EMAIL PROTECTED]> writes:
> I upgraded to 2.32 and dug through gnus a bit and I've got it working
> now. Apparently gnus 5.8.8 doesn't call the mail-setup-hook so I
> switched to gnus-startup-hook and that seems to work fine.
I'm using:
(add-hook 'message-setup-hook 'bbdb-def
/ Ronan Waide <[EMAIL PROTECTED]> was heard to say:
| Can you use bbdb-submit-bug-report to generate a bug report so I can
| see what your settings are?
I upgraded to 2.32 and dug through gnus a bit and I've got it working
now. Apparently gnus 5.8.8 doesn't call the mail-setup-hook so I
switched
/ Ronan Waide <[EMAIL PROTECTED]> was heard to say:
| Can you use bbdb-submit-bug-report to generate a bug report so I can
| see what your settings are?
Hmm. Apparently not. I'm using a recent distrib (2.2/2.20?), but it
doesn't seem to define a bbdb-submit-bug-report function.
I guess I should
On April 16, [EMAIL PROTECTED] said:
> And if I run bbdb-define-all-aliases by hand, subsequent attempts to
> type a '-' or space in the To: line of a message result in:
>
> Signaling: (wrong-type-argument vectorp t)
> mapatoms(mail-resolve-all-aliases-1 t)
> mail-resolve-all-aliases()
/ Ronan Waide <[EMAIL PROTECTED]> was heard to say:
| On April 16, [EMAIL PROTECTED] said:
| > Following the instructions in the BBDB info file, I added 'mail-alias'
| > fields to several people in my bbdb. But when I type 'alias-name' on
| > the To: field and
On April 16, [EMAIL PROTECTED] said:
> Following the instructions in the BBDB info file, I added 'mail-alias'
> fields to several people in my bbdb. But when I type 'alias-name' on
> the To: field and press Tab or M-Tab, the alias isn't expanded.
>
This i
Following the instructions in the BBDB info file, I added 'mail-alias'
fields to several people in my bbdb. But when I type 'alias-name' on
the To: field and press Tab or M-Tab, the alias isn't expanded.
There's a passing reference to mail-abbrev.el on that info pag
I just discovered the wonders of bbdb-add-or-remove-mail-alias --
didn't even know it existed. I guess the reason I missed it was that
it was not in the most obvious place... How about the following
patch, then? (I know that bbdb-add-or-remove-mail-alias is listed
further down in the BBDB
> "Galen" == Galen Boyer <[EMAIL PROTECTED]> writes:
Galen> Oops, sorry. mail-interactive-insert-alias. (I believe it
Galen> is normally bound by \C-c\C-a. Have to find out where I
Galen> rebound that combination to mml-attach-file).
Okay, thanks. Unfortunately (or fortunatel
ctive-insert-alias allows for mail-alias to get
expanded.
--
Galen Boyer
Fingers and toes, fingers and toes, forty things we share.
Forty one if you include, the fact that we don't care.
__
Do You Yahoo!?
Talk to your friends online with
> "Galen" == Galen Boyer <[EMAIL PROTECTED]> writes:
Galen> When I am creating a new mail, and I'm in the To: field, I
Galen> type \C-c a and am prompted for "expand alias:" I type
Galen> citibank and the only address that shows up is
Galen> [EMAIL PROTECTED]
Could you tell
Here is a snippet of my bbdb
,[ snippet ]
| Steve Baturin - Primix Solutions
| net: [EMAIL PROTECTED]
| mail-alias: citibank
|
| Lakshmi Charugundla - Primix Solutions
| net: [EMAIL PROTECTED]
| mail-alias: citibank
|
| Satya Ghattu
| net: [EMAIL
>>>>> "JENS" == Jens-UH Petersen <[EMAIL PROTECTED]> adds:
>>>>> "BRB" == Brian R Becker <[EMAIL PROTECTED]> writes:
>>>>> "c" == craffert <[EMAIL PROTECTED]> writes:
>>>> - I would li
>>>>> "BRB" == Brian R Becker <[EMAIL PROTECTED]> writes:
>>>>> "c" == craffert <[EMAIL PROTECTED]> writes:
>>> - I would like to use the mail-alias field, but I cannot
>>> make the example given in the inf
>>>>> "c" == craffert <[EMAIL PROTECTED]> writes:
>> - I would like to use the mail-alias field, but I cannot make the
>> example given in the info file work. Is anyone using this
>> feature?
c> (add-hook 'mail-setup-hook
Pardon my ignorance (I've only been monitoring this list for a week or so)
but is there an (un)official archive for the additions, changes, whatever
that have come out for 1.50?
--
Tony Sumrall[EMAIL PROTECTED]
[Views expressed herein are the author's and do not necessarily reflect those
of
sed on helping his company take over the world than on
doing bookkeeping.
> - I would like to use the mail-alias field, but I cannot make the example
> given in the info file work. Is anyone using this feature?
(add-hook 'mail-setup-hook '(lambda ()
Hello-
I am new to this list, so forgive me if these questions are common
knowledge.
- what is the latest version of BBDB? I am running with 1.50 (Feb 1994),
but I also have a bbdb-mhe.el dating July 1994.
- I would like to use the mail-alias field, but I cannot make the example
given in
I think I've discovered a change in abbrevs handling under LEMACS 19.9.
For the record:
LEMACS 19.9
BBDB 1.49
VM 5.43
I have setup the proper "mail-alias" stuff under BBDB. It used to be that
if I typed a mail-alias in the subject, and then moved out of the
"Subject:"
Hi,
I am using BBDB version 1.47; 11-sep-92. I am having problems with the
'mail-alias' facility of BBDB where in one can maintain mailing lists.
I have hooked in the function 'bbdb-define-all-aliases' into the 'mail-
setup-hook' usin
71 matches
Mail list logo