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: dispatched randomly [key bindings reported incorrectly] Date: Thu, 20 Jul 2006 21:04:55 +0400 Message-ID: <43wta8cimg.fsf@mo.msk.ru> References: <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 1153422667 1069 80.91.229.2 (20 Jul 2006 19:11:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Jul 2006 19:11:07 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 20 21:11:01 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 1G3dv6-0004kA-8E for geb-bug-gnu-emacs@m.gmane.org; Thu, 20 Jul 2006 21:10:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3dv5-0006ew-OF for geb-bug-gnu-emacs@m.gmane.org; Thu, 20 Jul 2006 15:10:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3bxW-0007Kl-3Y for bug-gnu-emacs@gnu.org; Thu, 20 Jul 2006 13:05:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3bxV-0007KL-5E for bug-gnu-emacs@gnu.org; Thu, 20 Jul 2006 13:05:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3bxV-0007KI-2m for bug-gnu-emacs@gnu.org; Thu, 20 Jul 2006 13:05:09 -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 1G3bxi-00069m-Qd for bug-gnu-emacs@gnu.org; Thu, 20 Jul 2006 13:05:23 -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 k6KH4vNl004556 for ; Thu, 20 Jul 2006 21:04:57 +0400 Original-Received: (from gin@localhost) by d-fens.mopniei.ru (8.13.4/8.13.4/Submit) id k6KH4uNK004555; Thu, 20 Jul 2006 21:04:56 +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 In-Reply-To: <278xmpite8.fsf@mo.msk.ru> (Ilya N. Golubev's message of "Wed, 19 Jul 2006 18:03:27 +0400") User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.19 (linux) X-Mailman-Approved-At: Thu, 20 Jul 2006 15:10:45 -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:15231 Archived-At: Closed wrt mismatch between reported key bindings and actual dispatching of events. `viper-search-Next' is actually called as `describe-bindings' and `describe-key' report. So do other commands from different keymaps - and bindings appear a random mix of them. That is, `viper-vi-basic-minor-mode' is before `view-mode' in `minor-mode-map-alist'. Still `view-mode' bindings override those of `viper-vi-basic-minor-mode', both as reported by `describe-bindings' and as keys are actually dispatched. So bindings of ascii characters are highly inconsistent and appear random. `viper-search-Next' actually did nothing, and it is a bug in viper: it may set its internal variables so.