Re: gnus-summary-limit-to-bbdb: how to display all bbdb entries

2005-08-10 Thread Uwe Brauer

   == 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/


Re: gnus-summary-limit-to-bbdb: how to display all bbdb entries

2005-08-10 Thread Uwe Brauer
   == Uwe Brauer [EMAIL PROTECTED] writes:

   == Thomas Gerds [EMAIL PROTECTED] writes:

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

(defun bbdb-list-names ()

(eval-expression '(bbdb-list-names) nil)

Is your friend, sorry.




---
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/


gnus-summary-limit-to-bbdb: how to display all bbdb entries

2005-08-09 Thread Uwe Brauer
Hello

I would like to generalise the gnus-summary-limit-to-author function, 
to have a gnus-summary-limit-to-bbdb which would display only the
mails from people in my bbdb.

I am looking for a way to display as a list all names of my entries in
the bbdb, something like
Paul Smith
Bill Clinton
George Bush

Etc,

Does anybody know about such a function?

Thanks 

Uwe Brauer



---
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/