emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Kitchin <jkitchin@andrew.cmu.edu>
To: Memnon Anon <memnon+usenet@freeshell.org>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: org-mode + icicles, avoid key binding redefinitions?
Date: Sun, 19 Jan 2014 15:56:28 -0500	[thread overview]
Message-ID: <CAJ51ETqNqsp-BvXkCp2pN8GVNhFjP7GRDrPWorfmwCU4kbszcQ@mail.gmail.com> (raw)
In-Reply-To: <ynpud2jndgkd.fsf@odin.sdf-eu.org>

[-- Attachment #1: Type: text/plain, Size: 1997 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 2858 bytes --]

  reply	other threads:[~2014-01-19 20:56 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-18 19:49 org-mode + icicles, avoid key binding redefinitions? 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 [this message]
2014-01-20  2:34     ` Memnon Anon
2014-01-20 23:12       ` Alan Schmitt
  -- strict thread matches above, loose matches on Subject: below --
2014-01-23  4:45 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

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=CAJ51ETqNqsp-BvXkCp2pN8GVNhFjP7GRDrPWorfmwCU4kbszcQ@mail.gmail.com \
    --to=jkitchin@andrew.cmu.edu \
    --cc=emacs-orgmode@gnu.org \
    --cc=memnon+usenet@freeshell.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).