last name completition

2006-11-30 Thread Thomas Gerds
I would like that `bbdb-complete-name' completes also by last names. googling the topic suggested that one could add the last name of each entry to the AKA field. however, the following does not seem to work: (defun bbdb-last-name-to-aka () (interactive) (let* ((bbdb-recs (bbdb-records))

Re: [bbdb/gnus] how to annotate with name of group

2004-07-01 Thread Thomas Gerds
dont know if i understand your question properly, but anyway i use the following (which you may modify for your own purposes) (defun bbdb/gnus-add-gnus-private (record) For use as a `bbdb-create-hook'; prompts for a gnus-group (bbdb-record-putprop record 'gnus-private

bbdb/gnus-split-method Resent-To

2003-09-29 Thread Thomas Gerds
hi, the bbdb/gnus-split-method (bbdb version 2.34) can not identify articles where instead of From and To headers Resent-From and Resent-To headers appear. has this problem been fixed somewhere? thanks for hints! tomy -- no nice signature

Re: flyspell key mapping?

2002-10-15 Thread Thomas Gerds
hi patrick, this problem bothered me also for a while. you could advise flyspell-auto-correct-word: (defadvice flyspell-auto-correct-word (around rather-bbdb-complete-name activate) (when (and (interactive-p) (eq major-mode 'message-mode) (= (point)

Re: group specific bbdb files

2002-01-24 Thread Thomas Gerds
Robert Fenk [EMAIL PROTECTED] writes: On , January 21, 2002 at 16:02:11, Thomas Gerds wrote: [...] 1. do i miss something here or is it really that simple: just changing the two variables bbdb-file and bbdb-buffer? Never tried this. has bbdb already a feature that deals

Re: display entries that dont match a pattern

2002-01-22 Thread Thomas Gerds
Alex Schroeder [EMAIL PROTECTED] writes: Alex Schroeder [EMAIL PROTECTED] writes: Alex Schroeder [EMAIL PROTECTED] writes: There is, however, no way to search for people without phone numbers, or all people without an address matching gnu. Do you think this is important? i am

display entries that dont match a pattern

2002-01-21 Thread Thomas Gerds
hi all, how can i display all bbdb entries that dont match a regexp in a certain field or all those that do not have a certain user-field? thanks for help! tomy -- Visit http://www.ibc2002.uni-freiburg.de for the latest information on IBC 2002

group specific bbdb files

2002-01-21 Thread Thomas Gerds
The following message is a courtesy copy of an article that has been posted to gnu.emacs.gnus as well. hi all, i am using the following function to switch between bbdb files: (defun bbdb-switch-to-other-bbdb-file (optional db dont-ask) (interactive) ; (bbdb-save-db) (unless db (setq

bbdb print sorted records

2001-12-03 Thread Thomas Gerds
hi all, how can i sort bbdb records according to the company field, say, and then have the company entry (common to some of the records) as a separator (instead of the first letter of the name) when calling bbdb-print? thanks for help, tomy -- Signature for mail groups

semi-automatic creation of entries

2001-11-02 Thread Thomas Gerds
hi, we have a file which contains phone numbers and office locations of all people that are employed at the university. i want to add an entry to my bbdb data base for all these people if it does not already exist - otherwise (if there is an entry for a particular person) i want to check if my

omitting fields from being displayed

2001-09-21 Thread Thomas Gerds
hi, can anyone send me a (www-location) of the code of robert fenk`s on omitting and sorting fields ... i found a couple of emails on the topic in the mail-archive but no link to the code :( thanks in advance, tomy ___ [EMAIL PROTECTED]