In viper command and insert mode arrow keys do not work. Instead the raw terminal key sequence Esc O A or Esc O B gets interpreted by viper, and inserts a new line and A or B character.
If I copy viper*.el files from the Emacs 21.3 distrubution to the load path, they load fine after minor editing regarding (eval-after-load "mule-cmd") and arrow keys work fine then. Also the problem happens both under screen and xterm. I had tested this with the following .emacs and .viper file --- .emacs --- (setq viper-mode t) (require 'viper) --- .viper --- (setq viper-inhibit-startup-message 't) (setq viper-expert-level 5) Regards, Max In GNU Emacs 22.0.50.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars) of 2006-06-16 on momoland Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: C locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t Recent input: ESC O A ESC O A ESC O A ESC O B ESC O B ESC O B M-x r e p o r t TAB RET Recent messages: (src/emacs --debug-init) Loading /home/max/.viper...done For information about the GNU Project and its goals, type C-h C-p. Loading emacsbug... Loading regexp-opt...done Loading emacsbug...done _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
