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

Re: display entries that dont match a pattern

2002-01-22 Thread Robert Fenk
On Tuesday, January 22, 2002 at 01:52:01, Alex Schroeder wrote: > [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 e

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

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