help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bbdb and icicles


From: Ian Swainson
Subject: bbdb and icicles
Date: Fri, 11 Jul 2008 16:14:49 +1200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]