> In viper-mode nothing should be inserted if you are in vi mode. It works for > all keys that are assigned commands (like i, o, a etc), but it does not work > for national characters. Those are not assigned to anything in > viper. I suggested to the maintainer that this should be fixed by advising > self-insert'. Those national characters are bound to self-insert according > to help (C-h c). Michael was very helpful and added this.
(define-key the-viper-map-for-vi-mode [remap self-insert-command] 'undefined) -- Stefan _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel