emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Alan Schmitt <alan.schmitt@polytechnique.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-mode + icicles, avoid key binding redefinitions?
Date: Thu, 23 Jan 2014 07:33:56 -0800 (PST)	[thread overview]
Message-ID: <c92c6e29-68a4-4d53-aa76-e879265f25ff@default> (raw)
In-Reply-To: <m21tzy7qcw.fsf@polytechnique.org>

> I have an additional question: where does one ask for help about icicle?

1. `M-x icicle-send-bug-report' or menu Icicles > Send Icicles Bug Report
or `M-x customize-group Icicles' > click Send Bug Report

2. Emacs Wiki:

 Bugs:
 http://www.emacswiki.org/emacs/IciclesIssues

 Suggestions:
 http://www.emacswiki.org/emacs/IciclesDiscussion

3. Email (see file headers).

> I don't know how to make it work with bbdb, and searching online
> didn't clarify things.

I don't use BBDB.  I've heard that they changed it a lot recently,
so the Icicles code for it (command `icicle-bbdb-complete-mail')
might need to be updated.  For that, it would be good to get some
info and perhaps some testing from a BBDB user.  If you would like
to volunteer in that regard, drop me a line.

Icicles works with older BBDB versions, at least.  The last change
I made to the Icicles BBDB command was a year ago, for BBDB version
3.02.

If you have a newer BBDB version than 3.02 and it is problematic with
Icicles, you can just remove `bbdb-complete-mail' or `bbdb-complete-name'
from the value of user option `icicle-functions-to-redefine'
(`M-x customize-option').  That will give you back the vanilla BBDB
command, instead of an Icicles version.

But if you have BBDB 3.02 or 2.35 then you should not have a problem.
The doc for Icicles + BBDB is here:
http://www.emacswiki.org/Icicles_-_Completion_in_Other_Buffers#BbdbCompletion

An extract:

  If user option `icicle-functions-to-redefine' contains an entry for
  'bbdb-complete-mail' (for BBDB version 3.02) or 'bbdb-complete-name'
  (for BBDB version 2.35), then Icicles redefines that command so that
  it uses Icicles completion when there are multiple completions.

  You can use any Icicles features, such as apropos completion and
  candidate cycling.  For this feature to take effect, you must load
  BBDB before you load Icicles.  Option 'icicle-functions-to-redefine'
  includes entries for both 'bbdb-complete-mail' and 'bbdb-complete-name'
  by default.

HTH.

  reply	other threads:[~2014-01-23 15:34 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-23  4:45 org-mode + icicles, avoid key binding redefinitions? Drew Adams
2014-01-23  7:43 ` Bastien
2014-01-23 15:33   ` Drew Adams
2014-01-23 15:46     ` Bastien
2014-01-23 16:28       ` Drew Adams
2014-01-23 16:34         ` Bastien
2014-01-23 17:01           ` Drew Adams
2014-01-23 22:24             ` Bastien
2014-01-23 22:56               ` Drew Adams
2014-01-23 23:29               ` Thomas S. Dye
2014-01-24  8:39                 ` Bastien
2014-01-25  7:34                   ` Thomas S. Dye
2014-01-28  9:08                     ` Bastien
2014-01-29  8:43                       ` Sebastien Vauban
2014-01-29  9:39                         ` Bastien
2014-01-29 10:35                           ` Sebastien Vauban
2014-01-29 11:00                             ` Bastien
2014-01-29 11:32                               ` Sebastien Vauban
2014-01-29 17:34                         ` Thomas S. Dye
2014-01-29 17:48                           ` Bastien
2014-01-29 19:48                             ` Thomas S. Dye
2014-01-29 20:11                               ` Iannis Zannos
2014-01-30  0:39                               ` Bastien
2014-01-29 11:44                       ` Florian Beck
2014-01-29 13:16                         ` Nick Dokos
2014-01-29 13:52                           ` Bastien
2014-01-29 18:01                             ` Achim Gratz
2014-01-29 20:06                             ` Andreas Leha
2014-01-29 20:13                               ` Iannis Zannos
2014-01-29 14:43                           ` Florian Beck
2014-01-29 15:40                             ` Bastien
2014-01-29 16:20                               ` Nicolas Goaziou
2014-01-23 13:57 ` Alan Schmitt
2014-01-23 15:33   ` Drew Adams [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-01-18 19:49 John Kitchin
2014-01-18 21:40 ` Alan Schmitt
2014-01-19 15:53 ` Bastien
2014-01-19 17:31 ` Memnon Anon
2014-01-19 20:56   ` John Kitchin
2014-01-20  2:34     ` Memnon Anon
2014-01-20 23:12       ` Alan Schmitt

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c92c6e29-68a4-4d53-aa76-e879265f25ff@default \
    --to=drew.adams@oracle.com \
    --cc=alan.schmitt@polytechnique.org \
    --cc=emacs-orgmode@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).