From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Louis Subject: Re: exported contacts problem Date: Sat, 3 Aug 2019 12:33:40 +0200 Message-ID: <20190803103340.GN23820@protected.rcdrun.com> References: <20190802160236.GR17561@protected.rcdrun.com> <87mugrb7fi.fsf@ericabrahamsen.net> <20190802213421.GZ17561@protected.rcdrun.com> <875znfaycd.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34405) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1htrM9-0001hK-Hp for emacs-orgmode@gnu.org; Sat, 03 Aug 2019 06:33:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1htrM8-0000q5-7e for emacs-orgmode@gnu.org; Sat, 03 Aug 2019 06:33:45 -0400 Received: from stw1.rcdrun.com ([217.170.207.13]:53603) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1htrM8-0000pc-14 for emacs-orgmode@gnu.org; Sat, 03 Aug 2019 06:33:44 -0400 Content-Disposition: inline In-Reply-To: <875znfaycd.fsf@ericabrahamsen.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Eric Abrahamsen Cc: emacs-orgmode@gnu.org * Eric Abrahamsen [2019-08-03 02:27]: > Okay, thanks for that run-down, pretty interesting. I've written a > package called EBDB[1] that's meant to be sort of an update to BBDB, and > while I think someone's using it with tens of thousands of contacts, > 192k records would probably exhaust it. It has pluggable data stores, > however, one of which will (eventually) be a proper external database, > so I'm always interested in how people are using this stuff. > > Eric > > [1] https://github.com/girzel/ebdb I have tried it. It has good concepts and integration. But I cannot switch to it. Please, if you intend to make vcard import, don't make vcard stuff bundled with the ebdb, you will make repeated mistake. Make one vcard import package that give elisp structure, something like hash or alist, plist, whatever is better. Then such package is best to contribute to GNU Emacs. Then all other packages can use vcard import. This makes much sense rather than making it single-package oriented. I don't think that vCard complexity is necessary for contacts, standard is invented, but is too complex. But if you are doing it, than such feature can contribute to overall usage. Jean