From: Ian Swainson <ian.swainson@datacom.co.nz>
To: help-gnu-emacs@gnu.org
Subject: bbdb and icicles
Date: Fri, 11 Jul 2008 16:14:49 +1200 [thread overview]
Message-ID: <87fxqhdpl2.fsf@gargoyle.datacom.co.nz> (raw)
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
next reply other threads:[~2008-07-11 4:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-11 4:14 Ian Swainson [this message]
2008-07-12 6:43 ` bbdb and icicles Drew Adams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fxqhdpl2.fsf@gargoyle.datacom.co.nz \
--to=ian.swainson@datacom.co.nz \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.