Re: Removing Duplicates

2014-04-03 Thread Aric Gregson
Thank you. I'll find the duplicates as you suggested. aric -- ___ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http

Removing Duplicates

2014-04-01 Thread Aric Gregson
Hello, Org-mode keeps stealing and using my bbdb file and each time it does, it takes forever to load because it keeps finding more duplicates entered by gnus. How can I remove duplicates in the bbdb file? There does not appear to be an option in the menu and I am not able to find anything

Re: BBDB failed to handle what it considers duplicates

2013-01-13 Thread Roland Winkler
On Sat Jan 12 2013 Leo Liu wrote: It seems we are going back in time. The problem is name cannot single-handedly identify a record. Having used BBDB since v2 I have nearly a thousand records. Duplicates happen and v3 can not handle it or handle it badly. End of the year I installed a bunch

Re: BBDB failed to handle what it considers duplicates

2013-01-12 Thread Leo Liu
is name cannot single-handedly identify a record. Having used BBDB since v2 I have nearly a thousand records. Duplicates happen and v3 can not handle it or handle it badly. Leo -- Master Visual Studio, SharePoint, SQL

Re: BBDB failed to handle what it considers duplicates

2013-01-11 Thread Leo Liu
Hello Roland, On 2012-10-16 09:12 +0800, Roland Winkler wrote: Recent BBDB3 doesn't allow duplicates by default. It does mail-completion from the first record of the duplicates. The others are ignored. I guess I start to understand, where your problem is coming from. When BBDB loads

Re: BBDB failed to handle what it considers duplicates

2013-01-11 Thread Roland Winkler
On Sat Jan 12 2013 Leo Liu wrote: In my mail yesterday, I only thought of bbdb-complete-mail being affected by duplicate records. BBDB's MUA interface is actually more subtle. Here I can think of situations where BBDB can get confused and give strange results if, say, a message uses a name

Re: BBDB failed to handle what it considers duplicates

2012-10-15 Thread Roland Winkler
On Mon Oct 15 2012 Leo wrote: In BBDB3 (a few months old), duplicates were allowed by default. So if you typed a substring in a mailer that matches two duplicate records, it gave you an opportunity to choose. As I tried to explain, the old code was broken in various ways. Yet comments

Re: BBDB failed to handle what it considers duplicates

2012-10-15 Thread Leo
On 2012-10-16 09:12 +0800, Roland Winkler wrote: I guess I start to understand, where your problem is coming from. When BBDB loads the database, bbdb-allow-duplicates is nil, and there are multiple records with the same name, then only the first record with this name is hashed (so

Re: BBDB failed to handle what it considers duplicates

2012-10-14 Thread Roland Winkler
On Sun Oct 14 2012 Leo wrote: Sure. So bbdb-no-duplicates was renamed to bbdb-allow-duplicates while keeping the same value which amounts to disallow duplicates by default and that is exactly what caused me all the trouble. The annoying thing was that I kept both the default value

Re: BBDB failed to handle what it considers duplicates

2012-10-14 Thread Roland Winkler
On Sat Oct 13 2012 Roland Winkler wrote: See bbdb-allow-duplicates. [snip] Also, the docstring of this variable expresses the fact... ...that so far in BBDB's history nobody considered the case of records with duplicate names important enough to extend the code of bbdb-complete-mail

Re: BBDB failed to handle what it considers duplicates

2012-10-13 Thread Roland Winkler
expected from it. Revising the design from the beginning is not so easy after 20 years. Also, is this related to BBDB's handling of duplicates? If not, please open a new thread. Otherwise things tend to get lost. Roland

Re: BBDB failed to handle what it considers duplicates

2012-10-13 Thread Leo
the features it needed for what people expected from it. Revising the design from the beginning is not so easy after 20 years. Also, is this related to BBDB's handling of duplicates? If not, please open a new thread. Otherwise things tend to get lost. Yes, it is related. The way BBDB3 handles

Re: BBDB failed to handle what it considers duplicates

2012-10-13 Thread Roland Winkler
On Sun Oct 14 2012 Leo wrote: Yes, it is related. The way BBDB3 handles duplicates is pretty bad. Try to create two records with the same name. It throws an error in emacs -q. See bbdb-allow-duplicates. I guess it is fair to say that this variable was introduced long ago not as a bug

Re: BBDB failed to handle what it considers duplicates

2012-10-13 Thread Leo
On 2012-10-14 00:46 +0800, Roland Winkler wrote: See bbdb-allow-duplicates. I guess it is fair to say that this variable was introduced long ago not as a bug, but as a feature. Depending on circumstances, it could be more likely that duplicate entries inadvertently refer to the same person

bbdb3 and duplicates

2012-08-09 Thread Julien Cubizolles
I recently switched to bbdb3 and couldn't find the function to merge duplicates shown by bbdb-search-duplicates. In bbdb-2.36, pressing r in the bbdb-show-duplicates used to merge the selected record with another one. The function is still the same: `bbdb-merge-records', but it used

Re: bbdb3 and duplicates

2012-08-08 Thread Eric Abrahamsen
On Wed, Aug 08 2012, Julien Cubizolles wrote: I recently switched to bbdb3 and couldn't find the function to merge duplicates shown by bbdb-search-duplicates. In bbdb-2.36, pressing r in the bbdb-show-duplicates used to merge the selected record with another one. The function is still

Re: Duplicates

2001-02-02 Thread Robert Fenk
etq ret (append hash ret))) --- ( (length hash) 1)) (setq ret (append hash ret) hit 1) (message "BBDB record `%s' causes duplicates, maybe it is equal to a company name." (bbdb-record-name rec)) (s

Re: Duplicates

2001-02-01 Thread Patrick Campbell-Preston
Thomas E Deweese [EMAIL PROTECTED] writes: "YF" == Yair Friedman (Jerusalem) [EMAIL PROTECTED] writes: YF Is there a function that enables me searching for possibly YF duplicate records such as same name or same net address ? M-x bbdb-show-duplicates Yes but does it work

Duplicates

2001-02-01 Thread Yair Friedman (Jerusalem)
Is there a function that enables me searching for possibly duplicate records such as same name or same net address ? Thanks. ___ [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/

Re: Duplicates

2001-02-01 Thread Thomas E Deweese
"YF" == Yair Friedman (Jerusalem) [EMAIL PROTECTED] writes: YF Is there a function that enables me searching for possibly YF duplicate records such as same name or same net address ? PCP Thomas E Deweese [EMAIL PROTECTED] writes: M-x bbdb-show-duplicates "PCP"

Re: Duplicates

2001-02-01 Thread Patrick Campbell-Preston
rec ...) (and ... ... ... ...) (if ... ...) (if ... ...) (setq records ...)) (bbdb-remove-memq-duplicates ret)) bbdb-find-duplicates((name net aka)) (bbdb-display-records (bbdb-find-duplicates fields)) bbdb-show-duplicates() call-interactively(bbdb-show-duplicates) execute-extended

Re: Duplicates

2001-02-01 Thread Patrick Campbell-Preston
for the following database (where the first record has no name field): ??? net: foo@baz bar net: bar@baz Furthermore, it works fine (finding no duplicates) if I add a name field to the record, and when I add another record with a duplicate name, as follows baz