X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=OMk xzOCi74JDGY6j+/pKVebCR3H+XRol9PTzz/2JTDkT61z4nNA27TMpFhOe3+OZQ6x UlLqh9z8Tie3EXCxP682F2Ywre/WV04IprrkaTiFQYd2DqxUXr3HUc8TbYggFI9u gJatQssPCs+XqcxgRt5B+rkWkeOMzMpTkyTLEJC0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=5UcxS1CXp HykjxgXL0ZCS4FD4Zk=; b=J5OaZB36a+DdTFUph4O8YBd2uTdKGUL/pQfef+/d2 aYyCdATtjchsAXTrvycPQVQWjscwX6XPPnSnGcobjFVXxqIKCw88JNnI2RXh4rXC pi4Jv4lA21rMs90WgxV5CXI5jLBEdykaEPoGUMqeKdxgEmpuG9EwhYAsbXUX+gg6 YU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: BLU004-OMC1S11.hotmail.com X-TMN: [/dSiFyjz1u6SSHgF/CSq5+KwlWacV2D+] Message-ID: Date: Tue, 30 Sep 2014 00:32:23 +0700 From: Alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: [Bug] C-n keybinding doesn't work with GNU texinfo (Windows 6.1.7601 64bit) Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes GNU texinfo normally has emacs keybinding. I found it strange, because C-n navigation key, which normally moves cursor down, doesn't work. C-f, C-b, and C-p works as expected to move cursor one character forward, one character backward, and one line backward. I'm using latest cygwin, from setup-x86_64.exe version 2850, on Windows 6.1.7601 64 bit. Here is info version ``` info (GNU texinfo) 5.2 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. ``` Here are steps to reproduce the problem. 1. Open cygwin terminal. 2. Type "info info" to display info page about GNU texinfo. 3. Press C-n (CTRL + n) to move the cursor Expected result: C-n key combination moves the cursor one line down. Actual result: An error message about unknown command is displayed. "Unknown command (C-n)." This malicious behavior isn't reproducible on Ubuntu version of GNU texinfo. Tested on 14.04.1 with latest updates. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple