From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thomas Fitzsimmons Newsgroups: gmane.emacs.devel Subject: Re: Free variable warning about bbdb-version (bug#19678) Date: Sat, 07 Mar 2015 21:10:22 -0500 Message-ID: References: <87k2ysen0p.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1425780647 25028 80.91.229.3 (8 Mar 2015 02:10:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Mar 2015 02:10:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Roland Winkler Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 08 03:10:38 2015 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 1YUQfs-0002Dd-2U for ged-emacs-devel@m.gmane.org; Sun, 08 Mar 2015 03:10:36 +0100 Original-Received: from localhost ([::1]:37242 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUQfr-0007zQ-3f for ged-emacs-devel@m.gmane.org; Sat, 07 Mar 2015 21:10:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUQfn-0007z9-3I for emacs-devel@gnu.org; Sat, 07 Mar 2015 21:10:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUQfh-0002OV-5G for emacs-devel@gnu.org; Sat, 07 Mar 2015 21:10:31 -0500 Original-Received: from mail-ie0-f177.google.com ([209.85.223.177]:39641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUQfh-0002OI-1x for emacs-devel@gnu.org; Sat, 07 Mar 2015 21:10:25 -0500 Original-Received: by iecat20 with SMTP id at20so41458626iec.6 for ; Sat, 07 Mar 2015 18:10:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=Cg62qg0RGBQUYJkYKM+3OlySdImRCgtNDevwgPX9OJU=; b=E2DIREBJJQwUwD7UfSnEzhKp1CSRmREZiezWx2eD4H27ulbB2Jm9ZxxeuhKgMrnTiy rY83FmsFH0/jd4pSQQRulwYBqTUE9M1ei2QVSnFmOjXxNbWvGV1cd8NGpcgsWqoYWxai OfOm52oZRlqpEaAsUR3rEZOM6Av3LN7OXzm4f2iKrhe+XjO7+Pfeb2OHUBVNweWxJbr+ XDVLX7lA82N1zeprbFyDlC3p28bDnmJRMMcY/86lGUpKo3DOyQi2S8R/A7ATi+D/h6Nd X4sScXXYUu1yRmwxBw0gkJIYt/uZeuaYkce1D+o7WBH8pblRkMYTYbWcdIyag5e2MGaA 2A1w== X-Gm-Message-State: ALoCoQlmlzGZfqag4GoUCxS8a4opcBsf6wnHVBb1xNOGFd8uFGtgLP0ipPwu43e3IUeG+jIhia7o X-Received: by 10.107.149.212 with SMTP id x203mr38442681iod.12.1425780623765; Sat, 07 Mar 2015 18:10:23 -0800 (PST) Original-Received: from hp-dv5t (69-165-165-189.dsl.teksavvy.com. [69.165.165.189]) by mx.google.com with ESMTPSA id i16sm9768456ioe.17.2015.03.07.18.10.22 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 07 Mar 2015 18:10:23 -0800 (PST) In-Reply-To: <87k2ysen0p.fsf@gnu.org> (Roland Winkler's message of "Sat, 07 Mar 2015 11:27:18 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.223.177 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:183719 Archived-At: Roland Winkler writes: > On Fri, Mar 06 2015, Thomas Fitzsimmons wrote: >> I'm trying to make eudcb-bbdb.el compatible with BBDB 2 and BBDB 3. > > I guess I would not try to be compatible with both versions. Do you see any harm in being compatible with both versions? The patch is already written and tested, so I figure I might as well push it. Thomas