>>>>> " " == Thomas Gerds <[EMAIL PROTECTED]> writes:

    > maybe i did not understand correctly but here is my interpretation
    > of your question:

    > (defun bbdb-list-names ()
    >   (let ((recs (bbdb-records))
    >   bbdb-name-list)
    >     (while recs
    >       (setq bbdb-name-list
    >       (cons (concat
    >              (bbdb-record-firstname (car recs))
    >              " "
    >              (bbdb-record-lastname (car recs)))
    >             bbdb-name-list))
    >       (setq recs (cdr recs)))
    >     bbdb-name-list))
thanks but how is this supposed to work?
I added the interactive option to your function and fired it up in an
ordinary or in an BBDB buffer it does not return anything.

What do I miss.

Uwe 



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to