* bbdb and icicles
@ 2008-07-11 4:14 Ian Swainson
2008-07-12 6:43 ` Drew Adams
0 siblings, 1 reply; 2+ messages in thread
From: Ian Swainson @ 2008-07-11 4:14 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-12 6:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-11 4:14 bbdb and icicles Ian Swainson
2008-07-12 6:43 ` Drew Adams
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.