From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: eudc fails with bbdb Date: Fri, 15 Apr 2005 11:53:01 -0400 Organization: Bell Sympatico Message-ID: <873bts11mx.fsf-monnier+gnu.emacs.help@gnu.org> References: <874qe9xw2u.fsf-monnier+gnu.emacs.help@gnu.org> <87zmw0187x.fsf-monnier+gnu.emacs.help@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1113581084 19473 80.91.229.2 (15 Apr 2005 16:04:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Apr 2005 16:04:44 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 15 18:04:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DMTIU-0001yx-HL for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Apr 2005 18:03:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DMTM1-0000WX-2c for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Apr 2005 12:07:37 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!cyclone.bc.net!news-in.mts.net!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:IwcJ5gSFTDjelaQRF6D307Eidx4= Original-Lines: 27 Original-NNTP-Posting-Host: 70.48.83.155 Original-X-Complaints-To: abuse@sympatico.ca Original-X-Trace: news20.bellglobal.com 1113580381 70.48.83.155 (Fri, 15 Apr 2005 11:53:01 EDT) Original-NNTP-Posting-Date: Fri, 15 Apr 2005 11:53:01 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:130158 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:25726 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25726 >> > I have tried to byte-recompile the bbdb lisp files, but it keeps on >> > failing withe same "invalid-function". >> Since the error is in eudc-bbdb-extract-phones, recompiling bbdb won't >> help. How could I have explained it better? > Sorry, i did not understand the problem in that way : i though it was > due to bbdb. I figured that much, which is why I ask (again): how could I have explained it better? > by a simple (require 'bbdb) or (require 'bbdb nil t) ? It should be just (require 'bbdb), I guess, except that BBDB is not part of Emacs, so we can't properly compile eudcb-bbdb.el in Emacs. I.e. another solution is required. > As using eudcb-bbdb implies the use of bbdb... But it gets compiled long before knowing whether you're going to ever use it. > Should it be forwarded to emacs-devel ? What do you think of it ? Of course. (Re-)Read the INSTALL.CVS file. Stefan