From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: TAB key isn't bound to org-cycle with emacs on console Date: Thu, 08 Feb 2007 15:52:46 +0100 Message-ID: <87d54kpupt.fsf@baldur.tsdh.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HFAkx-0000tp-GC for emacs-orgmode@gnu.org; Thu, 08 Feb 2007 10:00:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HFAkw-0000tc-Al for emacs-orgmode@gnu.org; Thu, 08 Feb 2007 10:00:15 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFAkw-0000tZ-7A for emacs-orgmode@gnu.org; Thu, 08 Feb 2007 10:00:14 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HFAkv-0004uQ-JM for emacs-orgmode@gnu.org; Thu, 08 Feb 2007 10:00:13 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1HFAkj-0006MQ-SP for emacs-orgmode@gnu.org; Thu, 08 Feb 2007 16:00:01 +0100 Received: from dslb-084-063-001-196.pools.arcor-ip.net ([84.63.1.196]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Feb 2007 16:00:01 +0100 Received: from tassilo by dslb-084-063-001-196.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Feb 2007 16:00:01 +0100 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, I use Org since about 2 month and I really enjoy it. Normally I use GNU/Emacs with its X11 interface, but today I noticed that TAB is not bound to `org-cycle' when I use emacs -nw or emacs in a login shell. Then it's bound to the function I local-set-key it in fundamental-mode-hook. ,----[ grep -A2 fundamental-mode-hook ~/.emacs ] | (add-hook 'fundamental-mode-hook | (lambda () | (local-set-key "\C-i" 'th-complete-or-indent))) `---- When I do M-x org-cycle emacs echoes that I can run this function with , too. Does anyone suspect what could be the culprit? BTW: I use Org-mode-4.64. Bye, Tassilo -- [Emacs] is written in Lisp, which is the only computer language that is beautiful. -- Neal Stephenson, _In the Beginning was the Command Line_