From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Roland Winkler Newsgroups: gmane.emacs.devel Subject: Re: bug#11580: [PATCH] Fix bug #11580 Date: Sat, 29 Sep 2012 07:04:46 -0500 Message-ID: <87d3152fxd.fsf@gnu.org> References: <87ipb64w5x.fsf@riseup.net> <87mx0c655g.fsf__10545.1882271611$1348682125$gmane$org@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348920298 2319 80.91.229.3 (29 Sep 2012 12:04:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Sep 2012 12:04:58 +0000 (UTC) Cc: 11580@debbugs.gnu.org, emacs-devel@gnu.org To: Sergio Durigan Junior Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 29 14:05:04 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1THvn0-0005W6-UU for ged-emacs-devel@m.gmane.org; Sat, 29 Sep 2012 14:04:59 +0200 Original-Received: from localhost ([::1]:55833 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THvmv-0004LB-MF for ged-emacs-devel@m.gmane.org; Sat, 29 Sep 2012 08:04:53 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THvmt-0004L6-6V for emacs-devel@gnu.org; Sat, 29 Sep 2012 08:04:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THvms-0001sq-5z for emacs-devel@gnu.org; Sat, 29 Sep 2012 08:04:51 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:47654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THvms-0001sm-3E for emacs-devel@gnu.org; Sat, 29 Sep 2012 08:04:50 -0400 Original-Received: from adsl-68-77-18-65.dsl.emhril.ameritech.net ([68.77.18.65]:59702 helo=regnitz) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1THvmr-0007q6-0Q; Sat, 29 Sep 2012 08:04:49 -0400 In-Reply-To: <87mx0c655g.fsf__10545.1882271611$1348682125$gmane$org@thinkpad.tsdh.de> (Tassilo Horn's message of "Wed, 26 Sep 2012 19:54:51 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153703 Archived-At: On Wed, Sep 26 2012, Tassilo Horn wrote: >> The attached patch fixes the bug listed on $SUBJECT. Maybe there are >> better ways to fix it, but a quick hack did the trick so I am sending >> it for review. > > I don't use bbdb, so I've Cc-ed Roland who is the current bbdb > maintainer. Roland, the complete bug thread is here: It seems this is all about BBDB v2. Unfortunately, the BBDB v3 that I have been working on for a little while has not yet been released BBDB is available at http://savannah.nongnu.org/projects/bbdb/ To check it out, use git clone git://git.savannah.nongnu.org/bbdb.git Nobody on the BBDB mailing list has ever mentioned EUDC. So I never thought about this till I saw this bug report. I've tried to clean up the code of BBDB and make it more robust. Lots of things have changed along this way. It seems to me that eudc-bbdb.el would likewise benefit from that. However, the current version of eudc-bbdb.el will not work with BBDB v3. There are a few things left I'd like to do before making the first proper release of BBDB v3. It appears to me that then it would make more sense to look into adapting eudc-bbdb.el to BBDB v3. If in the meanwhile you have a patch that fixes the bug for you, can you continue with it till then? Thanks, Roland