From mboxrd@z Thu Jan 1 00:00:00 1970 From: Drew Adams Subject: Re: org-mode + icicles, avoid key binding redefinitions? Date: Thu, 23 Jan 2014 07:33:56 -0800 (PST) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6MIC-0005W4-Rk for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 10:34:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6MI5-0001OV-4Q for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 10:34:08 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:33011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6MI4-0001OL-Ul for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 10:34:01 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Alan Schmitt Cc: emacs-orgmode@gnu.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#BbdbCompleti= on 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.