From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aditya Mandayam Subject: Re: Ctrl-Tab behaviour Date: Tue, 26 Jul 2011 14:28:52 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlmNt-0002DX-4e for emacs-orgmode@gnu.org; Tue, 26 Jul 2011 14:29:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlmNs-0003Jk-B0 for emacs-orgmode@gnu.org; Tue, 26 Jul 2011 14:29:37 -0400 Received: from mail-pz0-f49.google.com ([209.85.210.49]:55644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlmNs-0003JU-6F for emacs-orgmode@gnu.org; Tue, 26 Jul 2011 14:29:36 -0400 Received: by pzk33 with SMTP id 33so1037449pzk.8 for ; Tue, 26 Jul 2011 11:29:35 -0700 (PDT) In-Reply-To: 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: "A. Ryan Reynolds" Cc: emacs-orgmode@gnu.org upon mr reynold's recommendation, i tried out: (global-unset-key "\C-tab") in my .emacs between where i instantiate org and swbuff. however, ctrl-tab still does not work when i visit a .org buffer. help? -a On Mon, Jul 25, 2011 at 7:07 PM, A. Ryan Reynolds wrote: > > On Jul 25, 2011, at 5:57 PM, Aditya Mandayam wrote: > >> Hello, >> >> I use swbuff with Ctrl-Tab and Ctrl-Shift-Tab bound to cycle between >> active buffers. I additionally use some regex to skip all internal >> buffers. >> >> Now this behaviour breaks when I visit a buffer with a .org file. How >> can I fix this? > > > By default I believe the conflicting binding is set, in Org, to org-force-cycle-archived. If you unset that binding, it should not conflict, and hopefully swbuff will work correctly (I do not use swbuff so I cannot say for certain). > -- > A. Ryan Reynolds > > > > >