xemacs 21.4.4 and bbdb

2001-10-22 Thread Albert L. Ting
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

bbdb-get-only-first-address-p patches

2001-05-30 Thread Albert L. Ting
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

bbdb-search suggestion

2001-05-10 Thread Albert L. Ting
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. Index:

bbdb-complete suggestion

2001-05-10 Thread Albert L. Ting
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

Re: bbdb-search suggestion

2001-05-10 Thread Albert L. Ting
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 address, typically one enters the userid and expects bbdb to do

Re: Palm Pilot AddressBook

2001-03-19 Thread Albert L. Ting
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

Re: bbdb-complete-name on AKA's and company name's

2001-02-23 Thread Albert L. Ting
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, 21 Feb 2001 19:18:49 + On February 21, [EMAIL PROTE

bbdb-complete-name on AKA's and company name's

2001-02-21 Thread Albert L. Ting
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/

Re: BBDB 2.2/VM interaction

2001-02-01 Thread Albert L. Ting
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 and so

Re: strange VM display after updating

2001-02-01 Thread Albert L. Ting
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 behavior in

tab completion for mail-aliases

2001-01-24 Thread Albert L. Ting
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

bbdb-complete-name suggestion

2000-10-19 Thread Albert L. Ting
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