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 '("'" 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 | > ============================================= > > >