diff options
| author | Michael Kifer | 2008-11-22 06:32:10 +0000 |
|---|---|---|
| committer | Michael Kifer | 2008-11-22 06:32:10 +0000 |
| commit | c8548a00159f164f3981ac8a7b1afc13d09086d5 (patch) | |
| tree | bd8446d55035912499026e8329d105ae5cdd99bd | |
| parent | 8c3ad6c48381141db6f561ce80abd8082d2c1e1e (diff) | |
| download | emacs-c8548a00159f164f3981ac8a7b1afc13d09086d5.tar.gz emacs-c8548a00159f164f3981ac8a7b1afc13d09086d5.zip | |
2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
* viper.texi (viper-translate-all-ESC-keysequences): description removed.
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu> | ||
| 2 | |||
| 3 | * viper.texi (viper-translate-all-ESC-keysequences): description removed. | ||
| 4 | |||
| 1 | 2008-11-19 Glenn Morris <rgm@gnu.org> | 5 | 2008-11-19 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * doclicense.texi: Change to FDL 1.3. | 7 | * 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. | |||
| 1728 | 1728 | ||
| 1729 | Setting this variable too high may slow down your typing. Setting it too | 1729 | Setting this variable too high may slow down your typing. Setting it too |
| 1730 | low may make it hard to type macros quickly enough. | 1730 | low may make it hard to type macros quickly enough. |
| 1731 | @item viper-translate-all-ESC-keysequences @code{t} on tty, @code{nil} on windowing display | ||
| 1732 | Normally, Viper lets Emacs translate only those ESC key sequences that are | ||
| 1733 | defined in the low-level @code{input-decode-map}, @code{key-translation-map} | ||
| 1734 | or @code{function-key-map}, such as those | ||
| 1735 | emitted by the arrow and function keys. Other sequences, e.g., @kbd{\\e/}, are | ||
| 1736 | treated as @kbd{ESC} command followed by a @kbd{/}. This is good for people | ||
| 1737 | who type fast and tend to hit other characters right after they hit | ||
| 1738 | ESC. Other people like Emacs to translate @kbd{ESC} sequences all the time. | ||
| 1739 | The default is to translate all sequences only when using a dumb terminal. | ||
| 1740 | This permits you to use @kbd{ESC} as a meta key in insert mode. For instance, | ||
| 1741 | hitting @kbd{ESC x} fast would have the effect of typing @kbd{M-x}. | ||
| 1742 | If your dumb terminal is not so dumb and understands the meta key, then you | ||
| 1743 | probably will be better off setting this variable to @code{nil}. Try and see which | ||
| 1744 | way suits you best. | ||
| 1745 | @item viper-ex-style-motion t | 1731 | @item viper-ex-style-motion t |
| 1746 | Set this to @code{nil}, if you want @kbd{l,h} to cross | 1732 | Set this to @code{nil}, if you want @kbd{l,h} to cross |
| 1747 | lines, etc. @xref{Movement and Markers}, for more info. | 1733 | lines, etc. @xref{Movement and Markers}, for more info. |