all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Anupam Sengupta <anupam@none.none>
To: help-gnu-emacs@gnu.org
Subject: Resolving Key Sequence conflict between icicles and org-mode
Date: Wed, 23 May 2007 00:07:50 -0700	[thread overview]
Message-ID: <m2tzu4qapl.fsf@usa-tcs.com> (raw)


I use Org-mode extensively for most of my daily note taking along with IDO mode
for buffer/file switching. 

Recently, I came across Icicles mode, which seems to offer features far beyond
IDO. However, there is a key sequence conflict between the Org-Mode and Icicles
packages - on Shift-Tab <s-tab>).

Org-Mode uses <s-tab> for the org-shifttab function to cycle global visibility
of the outline, whereas Icicles binds this key to icicle-generic-S-tab for
completions. 

Is there a way to locally rebind <s-tab> in Org-Mode buffers to be the original
org-shifttab function?

I did try 

M-x local-set-key  to try binding <s-tab> to org-shifttab in a org-mode buffer,
however, this does not seem to help (the binding still remains with Icicles).

I also tried 

       (define-key org-mode-map "<S-tab>" 'org-shifttab)

in my .emacs after Org-mode and Icicles was loaded, but this does not work
either. 

Any suggestions would be really welcome, as Icicles is a feature which looks
pretty useful.

Thanks!
-- 
Anupam

             reply	other threads:[~2007-05-23  7:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-23  7:07 Anupam Sengupta [this message]
2007-05-23 15:18 ` Resolving Key Sequence conflict between icicles and org-mode Drew Adams
     [not found] <mailman.1087.1179933678.32220.help-gnu-emacs@gnu.org>
2007-05-24  4:31 ` Anupam Sengupta

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

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

  git send-email \
    --in-reply-to=m2tzu4qapl.fsf@usa-tcs.com \
    --to=anupam@none.none \
    --cc=help-gnu-emacs@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.