I believe this patch is needed, because an error occurs in xemacs when it
tries to load mail-abbrevs. Upon loading, mail-abbrevs calls
(mail-abbrev-init-keys mail-mode-map)
(when (boundp 'message-mode-map)
(mail-abbrev-init-keys message-mode-map))
Index: bbdb.el
=
Below are some bug fixes for situations where bbdb-get-only-first-address-p
is set to t.
Index: bbdb-vm.el
===
RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb-vm.el,v
retrieving revision 1.88
diff -c -C0 -r1.88 bbdb-vm.el
*** bbdb-vm.el 200
Colin Rafferty writes:
> From: Colin Rafferty <[EMAIL PROTECTED]>
> To: BBDB Mailing List <[EMAIL PROTECTED]>
> Subject: Re: bbdb-search suggestion
> Date: 10 May 2001 15:15:46 -0400
>
> Albert L Ting writes:
>
> > When searching for an email addre
Sometimes I would like to tab complete on company name. This patch adds
that ability.
===
RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb-com.el,v
retrieving revision 1.107
diff -c -C0 -r1.107 bbdb-com.el
*** bbdb-com.el 2001/04/16 11:33:08
When searching for an email address, typically one enters the userid and
expects bbdb to do a string match to find the full address. But if I'm
searching for the email address "ian", I don't want bbdb to return
"[EMAIL PROTECTED]" and "[EMAIL PROTECTED]".
This patch "fixes" that problem.
In
It also won't store more than one email address. Makes it a bit
challenging to keep your BBDB, palm, and say, a windows palm desktop in
sync.
But I'm still happy with it!
Magnus L Carlsson writes:
> From: Magnus L Carlsson <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Palm Pilot A
Ronan Waide writes:
> From: Ronan Waide <[EMAIL PROTECTED]>
> To: Thomas E Deweese <[EMAIL PROTECTED]>
> Cc: "Albert L. Ting" <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> Subject: Re: bbdb-complete-name on AKA's and company name's
> Date: Wed, 2
Is there a way to make bbdb-complete-name complete on AKA's and Company
name's?
Thanks,
Albert
___
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/
patrick finerty jr. writes:
> From: "patrick finerty jr." <[EMAIL PROTECTED]>
> To: bbdb-info <[EMAIL PROTECTED]>
> Subject: strange VM display after updating
> Date: Thu, 1 Feb 2001 16:08:59 -0500
>
> hi folks,
>
> i just updated bbdb to the officially released version. now i'm seeing
> strange
Robert Fenk writes:
> From: Robert Fenk <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: BBDB 2.2/VM interaction
> Date: Thu, 1 Feb 2001 13:07:03 +
>
> On Thursday, February 1 2001 08:48:38, Frank Morawietz wrote:
> [...]
> > I tried Albert's suggestion to revert to the old version
I have a similar problem, due to changes to bbdb/vm-pop-up-bbdb-buffer.
Reverting back to the older version solves my problem, yet appears to cause
problems with fsf emacs.
(defun bbdb/vm-pop-up-bbdb-buffer (&optional offer-to-create)
"Make the *BBDB* buffer be displayed along with the VM wind
Actually, looks like a simple modification to bbdb-com.el. This patch will
optionally allow mail-alias expansion during bbdb-complete-name.
RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb-com.el,v
retrieving revision 1.90
diff -c -C0 -r1.90 bbdb-com.el
*** bbdb-com.el 2001/01/24 02:07:18 1.90
--- bb
Is there a way to make bbdb-complete-name also do expand-abbrev on
mail-aliases? Seems like I have hit CR or SP instead.
___
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
Sorry for the flurry of emails, but just recently upgraded to the latest
cvs version. Here's another one.
I don't think bbdb-xemacs should automatically call bbdb-load-touchtones.
I'm on a solaris machine that doesn't support sound, so I don't have any
audio files. Currently it aborts message
I'm not sure why the code was moved, but the current version always
displays the bbdb buffer, regardless what bbdb-use-pop-up is set to.
Index: bbdb-vm.el
===
RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb-vm.el,v
retrieving revision 1.76
d
Currently bbdb-parse-phone-number converts
;; 1234 -> (0 0 0 1234)
I believe it should be
;; 1234 -> ("x1234")
The extra 0's causes syncBBDB to send them over to the palm, when only the
extension should be sent. I don't know if bbdb is the best
Sometimes I have bbdb records with no email address, just the snail mail
address. Currently, bbdb-completion-check-record barfs when it encounters
these kinds of records.
diff -c -C0 -r1.87 bbdb-com.el
*** bbdb-com.el 2000/11/27 12:59:52 1.87
--- bbdb-com.el 2001/01/23 20:17:13
Current version returns a list of one element, whereas previous versions
returned a single record.
(defun bbdb/vm-update-record (&optional offer-to-create)
"Fetch the record corresponding to the current VM message and return the
associated record"
(let* ((bbdb/vm-get-only-first-from-p t)
There are times when I'd like the bbdb completion to NOT use the primary
email address. Below is a suggested patch that prompts for the address, if
bbdb-select-primary-net is set to 'nil'.
Based on version 2.00.06
*** bbdb.el 2000/10/19 23:43:54 1.1
--- bbdb.el 2000/10/19 23:44:56
19 matches
Mail list logo