From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Haines Brown Newsgroups: gmane.emacs.help Subject: Re: Importing data from old bbdb2 to ELPA bbdb3 Date: Tue, 10 Mar 2015 15:20:20 -0400 Message-ID: <87sidcvevf.fsf@engels.histomat.net> References: <87wq2ovs0y.fsf@engels.histomat.net> <84pp8g274t.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1426015523 2455 80.91.229.3 (10 Mar 2015 19:25:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Mar 2015 19:25:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 10 20:25:23 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1YVPmI-0004nc-OL for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Mar 2015 20:25:18 +0100 Original-Received: from localhost ([::1]:51055 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVPmI-0000QC-2C for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Mar 2015 15:25:18 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!Xl.tags.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Tue, 10 Mar 2015 14:20:20 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:SY38UV7q8KkAF2WtePrgFVdgP/8= Original-Lines: 22 X-Usenet-Provider: http://www.giganews.com Original-X-Trace: sv3-flksZkUpS9H8MkRfp2DV26am1UCJAZ2aX14+R2beQVdi6GWxWIfkN5caFqweoh9lJcqF3dv5GS7WHJ3!qo/Q78HOs8fLz7bsZMYkCE0l9F3u8DWQ+PtFa+4YzEKqoeK6CCpjupT7vrQLag== Original-X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1646 Original-Xref: usenet.stanford.edu gnu.emacs.help:210823 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103102 Archived-At: Marco Wahl writes: > Haines Brown writes: > >> I installed ELPA bbdb3, and of course it does not see my ~/.bbdb >> database. > > This is a question of configuration AFAICS. I have > > #v+ > bbdb-file is a variable defined in `bbdb.el'. > Its value is "~/.bbdb" > Original value was "~/.emacs.d/bbdb" I have: (defcustom bbdb-file (locate-user-emacs-file "bbdb" ".bbdb") This doesn't indicate path, but I guessed it is ~/.emacs.d/. So I copied ~.bbdb to ~/.emacs.d/bbdb and it works. Thanks!