From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ilya N. Golubev" Newsgroups: gmane.emacs.bugs Subject: key bindings reported incorrectly Date: Wed, 19 Jul 2006 18:03:27 +0400 Message-ID: <278xmpite8.fsf@mo.msk.ru> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1153322788 14436 80.91.229.2 (19 Jul 2006 15:26:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Jul 2006 15:26:28 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jul 19 17:26:24 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G3Duc-0006Gr-VN for geb-bug-gnu-emacs@m.gmane.org; Wed, 19 Jul 2006 17:24:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3Duc-0008W7-LD for geb-bug-gnu-emacs@m.gmane.org; Wed, 19 Jul 2006 11:24:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3CeN-0007n7-RV for bug-gnu-emacs@gnu.org; Wed, 19 Jul 2006 10:03:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3CeK-0007l5-Gd for bug-gnu-emacs@gnu.org; Wed, 19 Jul 2006 10:03:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3CeK-0007l2-DB for bug-gnu-emacs@gnu.org; Wed, 19 Jul 2006 10:03:40 -0400 Original-Received: from [62.213.85.9] (helo=d-fens.mopniei.ru) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G3ChR-0004Gh-So for bug-gnu-emacs@gnu.org; Wed, 19 Jul 2006 10:06:54 -0400 Original-Received: from d-fens.mopniei.ru (localhost.localdomain [127.0.0.1]) by d-fens.mopniei.ru (8.13.4/8.13.4) with ESMTP id k6JE3Tl7003203 for ; Wed, 19 Jul 2006 18:03:29 +0400 Original-Received: (from gin@localhost) by d-fens.mopniei.ru (8.13.4/8.13.4/Submit) id k6JE3SGK003202; Wed, 19 Jul 2006 18:03:28 +0400 X-Authentication-Warning: d-fens.mopniei.ru: gin set sender to gin@mo.msk.ru using -f Original-To: bug-gnu-emacs@gnu.org X-Mailman-Approved-At: Wed, 19 Jul 2006 11:24:32 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15230 Archived-At: Versions: 20.7, 21.4a Environment: viper enabled. In help buffer formed by `f1 b', when viper vi movement mode is in effect, `f1 k N' reports: N runs the command viper-search-Next which is an interactive compiled Lisp function in `viper-cmd'. (viper-search-Next ARG) So does `f1 b' report. Actually `N' does nothing in that buffer. `/' was already invoked. In this case `viper-search-Next', if ever invoked, always either changes point or outputs message. So it appears that the command reported to be bound to that key is not invoked at all.