Re: display entries that dont match a pattern

2002-01-21 Thread Alex Schroeder
[EMAIL PROTECTED] (Adrian Aichner) writes: > Why not make a C-u prefix invert the sense of the search to find > records not matching regexp? If you look at the source, you'll see that the prefix is used for something else related to eliding. I didn't check it, though. As soon as I saw that P i

Re: display entries that dont match a pattern

2002-01-21 Thread Adrian Aichner
> "Alex" == Alex Schroeder <[EMAIL PROTECTED]> writes: Alex> 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

Re: display entries that dont match a pattern

2002-01-21 Thread Alex Schroeder
Oh and I forgot the ChangeLog... 2002-01-21 Alex Schroeder <[EMAIL PROTECTED]> * lisp/bbdb-com.el (bbdb-search-invert): New variable. (bbdb-search-invert-get): New function. (bbdb-search-invert-set): New function. (bbdb-search): Use bbdb-search-invert-get to may

Re: display entries that dont match a pattern

2002-01-21 Thread Alex Schroeder
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? Ok, so I was bored. Now you can also search

Re: display entries that dont match a pattern

2002-01-21 Thread Alex Schroeder
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? Actually, there is bbdb-phones but it is not autoloaded. Thus, you can search for people witho

Re: display entries that dont match a pattern

2002-01-21 Thread Alex Schroeder
Thomas Gerds <[EMAIL PROTECTED]> writes: > 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? You can use the pattern ^$ to search for missing fields. S a ^$ RET will search all entries missing a net address. S c

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 d

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

Re: psion sync?

2002-01-21 Thread Sergei Pokrovsky
> "Robert" == Robert Fenk <[EMAIL PROTECTED]> writes: Robert> On , January 21, 2002 at 17:41:12, Sergei Pokrovsky wrote: >> Is there anything for psion/revo handheld synchronization (or >> even simplex transfer)? Or, maybe, via M$ Offiice or Lotus? Robert> AFAIK only for Palm. Ro

Re: psion sync?

2002-01-21 Thread Robert Fenk
On , January 21, 2002 at 17:41:12, Sergei Pokrovsky wrote: > Is there anything for psion/revo handheld synchronization (or even > simplex transfer)? Or, maybe, via M$ Offiice or Lotus? AFAIK only for Palm. But you may use the following function to export some part of your BBDB to a "comma separ

Re: bbdb display

2002-01-21 Thread Robert Fenk
On Monday, January 21, 2002 at 11:08:59, Ronan Waide wrote: [...] > Regarding speed, well, it's still an issue if I go pruning my BBDB - > wherein I display the 500-odd records and then go through them deleting > ones that are spam-generated or whatever. This should be fixed in CVS. I did some

psion sync?

2002-01-21 Thread Sergei Pokrovsky
Is there anything for psion/revo handheld synchronization (or even simplex transfer)? Or, maybe, via M$ Offiice or Lotus? -- Sergei ___ [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.n

Re: bbdb display

2002-01-21 Thread Adrian Aichner
> "waider" == waider <[EMAIL PROTECTED]> writes: waider> According to Alex Schroeder: >> Ronan Waide <[EMAIL PROTECTED]> writes: >> >> > * Much display handling rewriting, courtesy of Alex Schroeder and >> > Robert Fenk. It's so good, I've not even figured it out mysel

Re: bbdb display

2002-01-21 Thread Waider
According to Alex Schroeder: > Ronan Waide <[EMAIL PROTECTED]> writes: > > > * Much display handling rewriting, courtesy of Alex Schroeder and > > Robert Fenk. It's so good, I've not even figured it out myself yet. > > Heh. I can't remember contributing any towards it, I assume you meant > so