Re: bbdb-srv-add-phone

2001-07-29 Thread Ronan Waide
ut bbdb-srv's caller id stuff: 1. it autoloads anything it needs, so the above error goes away 2. if you pass parameters to bbdb-srv-add-phone, it doesn't ask questions - it just quietly adds the stuff 3. it returns the bbdb record it created, just in case that's of use to you. the pa

Re: bbdb-srv-add-phone

2001-02-27 Thread Andreas Fuchs
Today, Aldo Valente <[EMAIL PROTECTED]> wrote: >> They seemed to work for me. Alternatively, you could use the more >> heavyweight (require 'bbdb-srv) > I put all of this in my .emacs, still i get "(void-function > bbdb-completing-read-record)". Hmmpf. Seems to be a > version-too-old-problem.

Re: bbdb-srv-add-phone

2001-02-27 Thread Aldo Valente
-srv "foo") doesn't work. > > Did you try: > (autoload 'bbdb-srv "bbdb-srv" "bbdb-srv" t) > (autoload 'bbdb-srv-add-phone "bbdb-srv" "bbdb-srv" t) > > They seemed to work for me. Alternatively, you could use the mo

Re: bbdb-srv-add-phone

2001-02-26 Thread Andreas Fuchs
try: (autoload 'bbdb-srv "bbdb-srv" "bbdb-srv" t) (autoload 'bbdb-srv-add-phone "bbdb-srv" "bbdb-srv" t) They seemed to work for me. Alternatively, you could use the more heavyweight (require 'bbdb-srv) BTW: I'd be very interested in hea

Re: bbdb-srv-add-phone

2001-02-26 Thread Aldo Valente
Ronan Waide <[EMAIL PROTECTED]> writes: > On February 24, [EMAIL PROTECTED] said: > > Again i had a look at this. Again i tried bbdb-srv-add-phone. And i > > don't understand bbdb-srv.[el|pl] at all. M-x bbdb-srv-add-phone > > isn't available, despite

Re: bbdb-srv-add-phone (was: bbdb2phone: idnetify incoming calls)

2001-02-25 Thread Ronan Waide
On February 24, [EMAIL PROTECTED] said: > 5 minutes later... > > > Something like jwz's cid. > > Again i had a look at this. Again i tried bbdb-srv-add-phone. And i > don't understand bbdb-srv.[el|pl] at all. M-x bbdb-srv-add-phone > isn't available

bbdb-srv-add-phone (was: bbdb2phone: idnetify incoming calls)

2001-02-24 Thread Aldo Valente
5 minutes later... > Something like jwz's cid. Again i had a look at this. Again i tried bbdb-srv-add-phone. And i don't understand bbdb-srv.[el|pl] at all. M-x bbdb-srv-add-phone isn't available, despite that i even made an "evaluate entire buffer" of bbdb-srv