Re: Getting a Handle on DB Changes

1994-11-16 Thread Ian Flanigan
Kimmo Suominen <[EMAIL PROTECTED]> (Kimmo) writes: Ian> When I want it to return: Ian> ("Ian Flanigan" "xstacy::foo") Kimmo> How about ("Ian Flanigan" "[EMAIL PROTECTED]") ? Kimmo> (setq Kimmo>bbdb-canonicalize-net-hook Kimmo>'(lambda (addr) Kimmo> (cond ((string-match "\\`\\(

Re: Getting a Handle on DB Changes

1994-11-15 Thread Kimmo Suominen
> "Ian" == Ian Flanigan <[EMAIL PROTECTED]> writes: Ian> When I want it to return: Ian> ("Ian Flanigan" "xstacy::foo") How about ("Ian Flanigan" "[EMAIL PROTECTED]") ? (setq bbdb-canonicalize-net-hook '(lambda (addr) (cond ((string-match "\\`\\([^:.]+\\)::\\([^@]+\\)" addr)

Re: Getting a Handle on DB Changes

1994-11-15 Thread Ian Flanigan
Hello again, folks. I've another question. I get a lot of DECNet mail coing my way which has addresses of the form: Ian Flanigan Yah, that's like UUCP with colons instead. I looked at mail-extract-address-components, but I did not even attempt to modify it. Does anyone know of a qui

Re: Getting a Handle on DB Changes

1994-11-14 Thread Ken Olstad
jwz>I think the right model would be something like a jwz>field-change-hook ... jwz>Wow. This sounds almost like... a database system of some jwz>kind. Like EDB?

Re: Getting a Handle on DB Changes

1994-11-12 Thread Jamie Zawinski
Ian Flanigan wrote: > > I really need is a way to get the old and the new records so that I > can find the birthday in the cache with the old record, then update to > the new record. > > Does anyone know of a way to do this? No, there's no way to do that. It would be useful for other things, lik

Getting a Handle on DB Changes

1994-11-11 Thread Ian Flanigan
Hi folks, I'm attempting to keep track of a WHOLE MESS of stuff using BBDB. One of the things that I'm trying to keep track of is Birthdays. (I'm *always* forgetting them.) So, I wrote a handy little function that whips through all of the records in the database and prints out little messages