From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Sitz Subject: Re: tab visibility cycling doesn't work over putty/ssh with viper-mode enabled Date: Thu, 20 May 2010 04:14:22 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=43579 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEx9Z-0004Eh-9E for emacs-orgmode@gnu.org; Thu, 20 May 2010 00:14:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEx9X-0006Ds-RN for emacs-orgmode@gnu.org; Thu, 20 May 2010 00:14:37 -0400 Received: from lo.gmane.org ([80.91.229.12]:33375) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEx9X-0006DW-Ke for emacs-orgmode@gnu.org; Thu, 20 May 2010 00:14:35 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OEx9T-0003I7-2z for emacs-orgmode@gnu.org; Thu, 20 May 2010 06:14:31 +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 06:14:31 +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 06:14:31 +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 Herbert Sitz nwlink.com> writes: > > 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. > It seems there are some other keys that don't work in PuTTY. One of the most obvious is CTRL-C, which I think works only if preceded by some other meta key. E.g., CTRL-X, CTRL-C works normally to quite emacs. But when a sequence starts with CTRL-C the bell goes off and no keypress is recognized. This makes it impossible to use keys to enter agenda view, which is accessed via CTRL-C,a. I assume my setup is common enough (Win7 PuTTY client accessing openssh server on Ubuntu 10.04) that someone has worked out these problems? Thanks for any tips. -- Herb