From c8548a00159f164f3981ac8a7b1afc13d09086d5 Mon Sep 17 00:00:00 2001 From: Michael Kifer Date: Sat, 22 Nov 2008 06:32:10 +0000 Subject: [PATCH] 2008-11-22 Michael Kifer * viper.texi (viper-translate-all-ESC-keysequences): description removed. --- doc/misc/ChangeLog | 4 ++++ doc/misc/viper.texi | 14 -------------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index c6ad7365ab2..52e7745a94f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2008-11-22 Michael Kifer + + * viper.texi (viper-translate-all-ESC-keysequences): description removed. + 2008-11-19 Glenn Morris * doclicense.texi: Change to FDL 1.3. diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi index c5f2163e463..64dead1dad1 100644 --- a/doc/misc/viper.texi +++ b/doc/misc/viper.texi @@ -1728,20 +1728,6 @@ executed. Otherwise, it is processed as an ordinary sequence of typed keys. Setting this variable too high may slow down your typing. Setting it too low may make it hard to type macros quickly enough. -@item viper-translate-all-ESC-keysequences @code{t} on tty, @code{nil} on windowing display -Normally, Viper lets Emacs translate only those ESC key sequences that are -defined in the low-level @code{input-decode-map}, @code{key-translation-map} -or @code{function-key-map}, such as those -emitted by the arrow and function keys. Other sequences, e.g., @kbd{\\e/}, are -treated as @kbd{ESC} command followed by a @kbd{/}. This is good for people -who type fast and tend to hit other characters right after they hit -ESC. Other people like Emacs to translate @kbd{ESC} sequences all the time. -The default is to translate all sequences only when using a dumb terminal. -This permits you to use @kbd{ESC} as a meta key in insert mode. For instance, -hitting @kbd{ESC x} fast would have the effect of typing @kbd{M-x}. -If your dumb terminal is not so dumb and understands the meta key, then you -probably will be better off setting this variable to @code{nil}. Try and see which -way suits you best. @item viper-ex-style-motion t Set this to @code{nil}, if you want @kbd{l,h} to cross lines, etc. @xref{Movement and Markers}, for more info. -- 2.39.2