From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Sitz Subject: tab visibility cycling doesn't work over putty/ssh with viper-mode enabled Date: Thu, 20 May 2010 02:42:44 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=33494 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEvkx-0007jU-0f for emacs-orgmode@gnu.org; Wed, 19 May 2010 22:45:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEvkv-0006Rr-Ld for emacs-orgmode@gnu.org; Wed, 19 May 2010 22:45:06 -0400 Received: from lo.gmane.org ([80.91.229.12]:45732) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEvkv-0006Rk-A4 for emacs-orgmode@gnu.org; Wed, 19 May 2010 22:45:05 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OEvkt-0005uC-IS for emacs-orgmode@gnu.org; Thu, 20 May 2010 04:45:03 +0200 Received: from c-24-22-131-140.hsd1.wa.comcast.net ([24.22.131.140]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 May 2010 04:45:03 +0200 Received: from hsitz by c-24-22-131-140.hsd1.wa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 May 2010 04:45:03 +0200 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 I'm trying to run orgmode/emacs over an ssh connection with PuTTY. Win7 client and Ubuntu host. With viper-mode enabled all I get is a bell when I click on tab to cycle the visibility of a heading in viper's normal mode. Shift-tab works okay, as does a tab key if I am in viper's insert mode (but of course it merely inserts tab then rather than cycling visibility). Tab cycling seems to work properly if viper-mode is disabled. I'm new to emacs/orgmode (coming from vim) and to ssh sessions, stumped on this tab key issue though I suspect it's nothing complicated. Can someone tell me how to get tab cycling working in my putty client when using viper-mode? Thanks!