From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Gardella Subject: Re: S-TAB acts like M-TAB in console sessions Date: Wed, 25 Apr 2012 04:08:20 -0400 Message-ID: <87k414p72j.fsf@gmail.com> References: <87pqawjl7s.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:32969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMxHL-0007KK-Ly for emacs-orgmode@gnu.org; Wed, 25 Apr 2012 04:08:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMxHF-00034u-JE for emacs-orgmode@gnu.org; Wed, 25 Apr 2012 04:08:47 -0400 Received: from plane.gmane.org ([80.91.229.3]:55929) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMxHF-00034l-Bo for emacs-orgmode@gnu.org; Wed, 25 Apr 2012 04:08:41 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SMxHB-0002m5-64 for emacs-orgmode@gnu.org; Wed, 25 Apr 2012 10:08:37 +0200 Received: from 76-204-120-197.lightspeed.wlfrct.sbcglobal.net ([76.204.120.197]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Apr 2012 10:08:37 +0200 Received: from gardellawg by 76-204-120-197.lightspeed.wlfrct.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Apr 2012 10:08:37 +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 Thorsten Jolitz writes: > Hi List, > I have a strange problem with org-global-cycle (S-TAB) in console > sessions. It mainly doesn't do anything, and C-h k shows "M-TAB is bound > to pcomplete", which it actually is, but I'm hitting S-TAB not M-TAB. > > Otherwise, the "S" (shift) key work, I can type uppercase and all. Is > that a hardware (keyboard) problem, or did anybody experience similar > symptoms? Thorsten, This sounds pretty weird, because in console sessions, due to the limitations of keyboard escape sequences, there is no way to type shift-tab (what emacs calls ). The only way to do org-global-cycle (or something like it) on console with the default bindings is to use C-u TAB (startup visibility), C-u C-u TAB (CONTENTS), C-u C-u C-u TAB (everything). -- WGG