From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brady Trainor Subject: Re: New key binding C-Tab -- how to not use it Date: Sun, 19 Oct 2014 15:45:29 -0700 Message-ID: <8761ff8yra.fsf@uw.edu> References: <87r3y47c82.fsf@gmail.com> <87siijzua3.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfzEW-000348-JK for emacs-orgmode@gnu.org; Sun, 19 Oct 2014 18:45:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XfzEQ-0000Ge-NE for emacs-orgmode@gnu.org; Sun, 19 Oct 2014 18:45:52 -0400 Received: from plane.gmane.org ([80.91.229.3]:38442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfzEQ-0000Ga-G8 for emacs-orgmode@gnu.org; Sun, 19 Oct 2014 18:45:46 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XfzEP-0001Mo-8J for emacs-orgmode@gnu.org; Mon, 20 Oct 2014 00:45:45 +0200 Received: from c-76-22-42-247.hsd1.wa.comcast.net ([76.22.42.247]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Oct 2014 00:45:45 +0200 Received: from algebrat by c-76-22-42-247.hsd1.wa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Oct 2014 00:45:45 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Bastien writes: > Thorsten Jolitz writes: > >> ,---- >> | (org-defkey org-mode-map "\C-TAB" 'undefined) >> `---- >> >> not sure if the TAB is correct here, maybe try , , etc if it >> does not work. > > I think this should be one of these: > > (org-defkey org-mode-map "\C-\t" 'undefined) > (org-defkey org-mode-map [(control tab)] 'undefined) > (org-defkey org-mode-map (kbd "C-TAB") 'undefined) > > You may also want to check `local-unset-key' that you can use > within `org-mode-hook'. Sometimes I use `C-h k', describe-key, which gives me as another candidate. This can help as it can vary between OS', for instance Ctl+Scroll-up does vary here. (My strategy propogates from Xah Lee's blog.) -- Brady