From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Anupam Sengupta Newsgroups: gmane.emacs.help Subject: Resolving Key Sequence conflict between icicles and org-mode Date: Wed, 23 May 2007 00:07:50 -0700 Organization: Cox Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179928603 30462 80.91.229.12 (23 May 2007 13:56:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 May 2007 13:56:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 23 15:56:35 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HqrKM-0003lb-R9 for geh-help-gnu-emacs@m.gmane.org; Wed, 23 May 2007 15:56:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqrKO-0003ZV-JH for geh-help-gnu-emacs@m.gmane.org; Wed, 23 May 2007 09:56:36 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!nx01.iad01.newshosting.com!newshosting.com!140.99.99.194.MISMATCH!news-in-02.newsfeed.easynews.com!easynews.com!easynews!hwmnpeer01.phx!news.highwinds-media.com!hw-filter.phx!newsfe17.phx.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (darwin) Cancel-Lock: sha1:19oUS27VEsPsbjHAd+PjblXzbg0= Original-Lines: 34 Original-NNTP-Posting-Host: 72.222.192.8 Original-X-Complaints-To: admin@cox.net Original-X-Trace: newsfe17.phx 1179904072 72.222.192.8 (Wed, 23 May 2007 00:07:52 MST) Original-NNTP-Posting-Date: Wed, 23 May 2007 00:07:52 MST Original-Xref: shelby.stanford.edu gnu.emacs.help:148727 X-Mailman-Approved-At: Wed, 23 May 2007 09:54:54 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44330 Archived-At: 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 ). Org-Mode uses 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 in Org-Mode buffers to be the original org-shifttab function? I did try M-x local-set-key to try binding 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 "" '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