From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michel Briand Subject: org-mode keybinding conflicts with user keybinding : C-tab Date: Sun, 26 Dec 2010 17:22:24 +0100 Message-ID: <20101226172224.1c8b7c64@eana.kheb.homelinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=38169 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PWtMf-0001w4-5m for emacs-orgmode@gnu.org; Sun, 26 Dec 2010 11:22:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PWtMd-0003Qq-V8 for emacs-orgmode@gnu.org; Sun, 26 Dec 2010 11:22:33 -0500 Received: from smtp2-g21.free.fr ([212.27.42.2]:41186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PWtMd-0003Qg-Fq for emacs-orgmode@gnu.org; Sun, 26 Dec 2010 11:22:31 -0500 Received: from eana.kheb.homelinux.org (unknown [82.234.51.186]) by smtp2-g21.free.fr (Postfix) with ESMTP id 15D304B00BE for ; Sun, 26 Dec 2010 17:22:25 +0100 (CET) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, for many years I'm using C-tab bounded to 'other-window. Org-mode binds this key (control tab), however I would like to keep my own binding for this key. I've investigated in "Org Disputed Keys", enabling org-replace-disputed-keys and adding : ([(control tab)] . [(meta control tab)]) at the end of the org-disputed-keys list. But this does not work. My C-tab binding is working in all buffers except the Org-mode one. Best regards, Michel