From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-15?Q?S=E9bastien?= Kirche Newsgroups: gmane.emacs.help Subject: eudc fails with bbdb Date: Thu, 14 Apr 2005 13:26:28 +0200 Organization: Aucune. Message-ID: Reply-To: =?iso-8859-15?Q?S=E9bastien?= Kirche NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1113480271 27008 80.91.229.2 (14 Apr 2005 12:04:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Apr 2005 12:04:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 14 14:04:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DM34r-0005nH-FB for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Apr 2005 14:04:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DM388-0002N2-8o for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Apr 2005 08:07:32 -0400 Original-Newsgroups: gnu.emacs.help Original-Lines: 43 Original-NNTP-Posting-Host: 195.25.216.129 Original-X-Trace: yeuse.cuq.org 1113478120 37063 195.25.216.129 (14 Apr 2005 11:28:40 GMT) Original-X-Complaints-To: abuse@cuq.org Original-NNTP-Posting-Date: Thu, 14 Apr 2005 11:28:40 +0000 (UTC) X-Face: ; T}O6aj2o*d:|9po%NCuYvExN3]<#cHr0"FaWCh[}WVn6&@L)YWO'&6AO5Ex:MX=H; .^e}o Td*OaFQEBc_xu%+ChwRl!KK`I'["$^aO1gIN{4OyBdO@1HHD5YO#[kiVCk|/-|mmYnU8yTp+eOv."d 1.G3; ro0Q/`,UY+vY/#5b/{OYxE+X\)tc~p~1vbmZ!o4sciW+e8MW|Pz|nl`l*}]8[#1zQO"]d2*{d wrTKu]5t*Gy_pm3e8o=:(c_ju'zlQ<[oJ|\XjgQQmWZC7S]-Fmp\eBHnBO']/te~/; \@l" D#:h)8Q Cancel-Lock: sha1:hn9HY1kQGz2oiB5TF6ZFGuLEwW8= User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (darwin) Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!oleane.net!oleane!feed.ac-versailles.fr!news.cuq.org!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:130116 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:25683 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25683 Hi, I am currently making some tests with eudc and I have some problems. I use a quite recent cvs Emacs with MacOS X with a v2.35 snapshot of bbdb. I managed to configure eudc to use my company MS Exchange ldap server. I also installed eudc-mab.el to search into the Mac Address Book and it is ok too. But when i try to add bbdb as a local server and select it, it fails when I try to search for a contact. I have the following settings : (eudc-set-server "localhost" 'bbdb t) (setq eudc-server-hotlist '(("localhost" . bbdb) ("metz-exchange" . ldap) ("localhost" . mab))) And if try a "Query with form" or either I call (eudc-query '((name . "kir"))) It fails with that error : Debugger entered--Lisp error: (invalid-function (macro lambda (vector) (list (quote aref) vector 4))) bbdb-record-phones(["Alain" "Kirche" nil nil nil nil ("xxx@aol.com") ((creation-date . "2004-08-31") (timestamp . "2004-08-31")) ["Alain Kirche" nil # nil]]) eudc-bbdb-extract-phones(["Alain" "Kirche" nil nil nil nil ("xxx@aol.com") ((creation-date . "2004-08-31") (timestamp . "2004-08-31")) ["Alain Kirche" nil # nil]]) eudc-bbdb-format-record-as-result(["Alain" "Kirche" nil nil nil nil ("xxx@aol.com") ((creation-date . "2004-08-31") (timestamp . "2004-08-31")) ["Alain Kirche" nil # nil]]) mapcar(eudc-bbdb-format-record-as-result (["Alain" "Kirche" nil nil nil nil ("xxx@aol.com") (... ...) ["Alain Kirche" nil # nil]] ["S\x8e9\ bastien" "Kirche" ("S\x8e9ki" "Sebastien Kirche" "Seki") nil nil nil ("xxx@yyy.fr" "xxx.yyy@free.fr" "xxx.yyy@zzz.com" "xxx@laposte.net" "sebastien.kirche.no@spam.free.fr.invalid") (... ...) ["S\x8e9\ bastien Kirche" nil # nil]])) eudc-bbdb-query-internal(((lastname . "kir")) nil) eudc-query(((name . "kir"))) eval((eudc-query (quote (...)))) eval-last-sexp-1(t) eval-last-sexp(t) eval-print-last-sexp() call-interactively(eval-print-last-sexp) As you can see, I have 2 records in bbdb containing "kir", but it seems to fail to format the output. Could someone give me some clue ? Regards. -- Sébastien Kirche