bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dispatched randomly [key bindings reported incorrectly]


From: Ilya N. Golubev
Subject: dispatched randomly [key bindings reported incorrectly]
Date: Thu, 20 Jul 2006 21:04:55 +0400
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.19 (linux)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]