From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Swainson Newsgroups: gmane.emacs.help Subject: bbdb and icicles Date: Fri, 11 Jul 2008 16:14:49 +1200 Message-ID: <87fxqhdpl2.fsf@gargoyle.datacom.co.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1215834313 13975 80.91.229.12 (12 Jul 2008 03:45:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Jul 2008 03:45:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 12 05:45:59 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KHW3Y-0006Mc-T1 for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Jul 2008 05:45:57 +0200 Original-Received: from localhost ([127.0.0.1]:43931 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KHW2h-00051t-At for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Jul 2008 23:45:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KHAhb-0002bl-4v for help-gnu-emacs@gnu.org; Fri, 11 Jul 2008 00:57:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KHAhZ-0002bZ-Cd for help-gnu-emacs@gnu.org; Fri, 11 Jul 2008 00:57:50 -0400 Original-Received: from [199.232.76.173] (port=40827 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KHAhZ-0002bW-8g for help-gnu-emacs@gnu.org; Fri, 11 Jul 2008 00:57:49 -0400 Original-Received: from mx6.datacom.co.nz ([202.175.142.6]:18176) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KHAhY-00081b-Q4 for help-gnu-emacs@gnu.org; Fri, 11 Jul 2008 00:57:49 -0400 Original-Received: from dnzwgex1.datacom.co.nz (Not Verified[172.30.0.108]) by mx6.datacom.co.nz with MailMarshal (v6, 4, 1, 5038) id ; Fri, 11 Jul 2008 16:12:33 +1200 Original-Received: from dnzakex1.datacom.co.nz ([172.25.10.120]) by dnzwgex1.datacom.co.nz with Microsoft SMTPSVC(6.0.3790.3959); Fri, 11 Jul 2008 16:12:32 +1200 Original-Received: from gargoyle.datacom.co.nz ([172.22.0.241]) by dnzakex1.datacom.co.nz with Microsoft SMTPSVC(6.0.3790.1830); Fri, 11 Jul 2008 16:12:32 +1200 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) X-OriginalArrivalTime: 11 Jul 2008 04:12:32.0646 (UTC) FILETIME=[57750A60:01C8E30C] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-Greylist: delayed 2706 seconds by postgrey-1.27 at monty-python; Fri, 11 Jul 2008 00:57:44 EDT X-Mailman-Approved-At: Fri, 11 Jul 2008 23:38:51 -0400 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:55462 Archived-At: Is anyone using bbdb and icicles? I'm having problems with bbdb-complete-name when icicles is running. The icicles-completion buffer opens up as normal, but whenever I click on one of the suggested completions I get 'Minibuffer is not active', and nothing completes. Manually switching to the completion buffer and selecting one of the suggestions (by pressing RET) inserts the address at the end of the buffer. To reproduce: 1. Start emacs without my startup files: emacs -q --no-site-file 2. Load bbdb by evaluating the following: (setq load-path (cons (concat (getenv "HOME") "/site-lisp/bbdb/lisp/") load-path)) (require 'bbdb) (bbdb-initialize 'gnus 'message) (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) 3. Load icicles by evaluating the following: (setq load-path (cons (concat (getenv "HOME") "/site-lisp/icicles/") load-path)) (require 'icicles) ; Load this library. (icicle-mode 1) ; Turn on Icicle mode. 4. Switch to *scratch* buffer and type 'c' (I have 2 entries starting with that letter in my .bbdb) 5. Manually run bbdb-complete-name 6. The *Completions* buffer pops up and then won't complete, as above. Not sure if this is a problem with bbdb or icicles (or me!) - any help appreciated. Icicles version: ;; Version: 22.0 ;; Last-Updated: Sun Jun 22 15:55:23 2008 (Pacific Daylight Time) ;; By: dradams ;; Update #: 22124 BBDB version: BBDB version 2.35 ($Date: 2007/01/01 21:06:02 $) Emacs version: GNU Emacs 23.0.60.1 (i486-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-03-20 on vernadsky, modified by Debian Cheers, ian -- Created using Free Software on GNU/Linux http://www.getgnulinux.org