From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: org-mode + icicles, avoid key binding redefinitions? Date: Sun, 19 Jan 2014 15:56:28 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113312984fdfa004f05902d5 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4zQ0-0002NS-E9 for emacs-orgmode@gnu.org; Sun, 19 Jan 2014 15:56:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4zPy-0008Vv-Ff for emacs-orgmode@gnu.org; Sun, 19 Jan 2014 15:56:32 -0500 Received: from mail-pb0-x22b.google.com ([2607:f8b0:400e:c01::22b]:54721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4zPx-0008Ul-W9 for emacs-orgmode@gnu.org; Sun, 19 Jan 2014 15:56:30 -0500 Received: by mail-pb0-f43.google.com with SMTP id md12so6169394pbc.2 for ; Sun, 19 Jan 2014 12:56:28 -0800 (PST) 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: Memnon Anon Cc: "emacs-orgmode@gnu.org" --001a113312984fdfa004f05902d5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I got icicles via ELPA. The version from describe-package is Version: 20140118.1856. although in icicles.el it says ;; Version: 2013.07.23. Thanks for the tip about the binding variable. I am content with this in my init file: (require 'icicles) ;; reclaim C-c ' for org-mode (setq icicle-top-level-key-bindings (remove '("=03'" icicle-occur t) icicle-top-level-key-bindings)) (icy-mode 1) which seems to get me back the org-binding. (Note, in the pair of double quotes there is a ^C control character that did not appear in the email window I am using). Is there a convenient way to update icicles from emacs? John ----------------------------------- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu On Sun, Jan 19, 2014 at 12:31 PM, Memnon Anon wrote: > John Kitchin writes: > > > I am trying it out, and icicles seems to have clobbered a few key > > bindings like C-c ' to open source blocks. > > I used to have the same problem with "C-c '" at one point in time, > but not anymore. This was the only binding which got in the way. > > Using customize-option on icicle-top-level-key-bindings, > I see that "C-c '" is no longer bound to icicle-occur, not sure if Drew > changed that binding at one point, or I disabled it. > > Be sure to require icicles as late as possible; do you see this problem > when you load icicles not from your init.el but by hand with > - M-x load library RET icicles RET > - M-x icy-mode RET > ? > > Current Version of icicles from emacswiki, or some prepackaged (debian) > version? > > Mem > -- > /-------------------------------------------\ > | SDF and SDF-EU Public Access UNIX System | > | http://sdf.org || http://sdf-eu.org | > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > --001a113312984fdfa004f05902d5 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I got icicles via ELPA. The version from describe-pac= kage is=A0 Version: 20140118.1856. although in icicles.el it says ;; Versio= n: 2013.07.23.

Thanks for the tip about the binding varia= ble. I am content with this in my init file:

(require 'icicles)
;; reclaim C-c ' for org-mode
(setq ic= icle-top-level-key-bindings
=A0=A0=A0=A0=A0 (remove '("=03'= " icicle-occur t) icicle-top-level-key-bindings))

(icy-mode 1)<= br>
which seems to get me back the org-binding. (Note, in the pair of doub= le quotes there is a ^C control character that did not appear in the email = window I am using).

Is there a convenient way to update i= cicles from emacs?



John

-----------------------------------
John Kitchin
As= sociate Professor
Doherty Hall A207F
Department of Chemical Engineeri= ng
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
http://kitchingr= oup.cheme.cmu.edu



On Sun, Jan 19, 2014 at 12:31 PM, Memnon= Anon <memnon+usenet@freeshell.org> wrote:
John Kitchin <jkitchin@andrew.cmu.edu> writes:

> I am trying it out, and icicles seems to have clobbered a few key
> bindings like C-c ' to open source blocks.

I used to have the same problem with "C-c '" at one poi= nt in time,
but not anymore. This was the only binding which got in the way.

Using customize-option on icicle-top-level-key-bindings,
I see that "C-c '" is no longer bound to icicle-occur, not su= re if Drew
changed that binding at one point, or I disabled it.

Be sure to require icicles as late as possible; do you see this problem
when you load icicles not from your init.el but by hand with
- M-x load library RET icicles RET
- M-x icy-mode RET
?

Current Version of icicles from emacswiki, or some prepackaged (debian)
version?

Mem
--
/-------------------------------------------\
| SDF and SDF-EU Public Access UNIX System =A0|
| http://sdf.org =A0 || = =A0 http://sdf-eu.org = =A0 |
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D



--001a113312984fdfa004f05902d5--